diff --git a/package-lock.json b/package-lock.json index 5a3e88b9..b0e8e161 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "eslint-plugin-cypress": "^4.0.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-security": "^3.0.0", - "globals": "^15.9.0", + "globals": "^16.0.0", "jest": "^29.6.2", "jest-environment-jsdom": "^29.6.3", "mini-css-extract-plugin": "^2.7.5", @@ -7510,6 +7510,19 @@ "eslint": ">=9" } }, + "node_modules/eslint-plugin-cypress/node_modules/globals": { + "version": "15.15.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", + "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/eslint-plugin-react": { "version": "7.37.0", "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.0.tgz", @@ -8630,9 +8643,9 @@ } }, "node_modules/globals": { - "version": "15.15.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", - "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.0.0.tgz", + "integrity": "sha512-iInW14XItCXET01CQFqudPOWP2jYMl7T+QRQT+UNcR/iQncN/F0UNpgd76iFkBPgNQb4+X3LV9tLJYzwh+Gl3A==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 8fe5bd97..a972aff2 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "eslint-plugin-cypress": "^4.0.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-security": "^3.0.0", - "globals": "^15.9.0", + "globals": "^16.0.0", "jest": "^29.6.2", "jest-environment-jsdom": "^29.6.3", "mini-css-extract-plugin": "^2.7.5",