diff --git a/package-lock.json b/package-lock.json index a6f77bbe1c..0bec68f5ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "eslint-plugin-pug": "1.2.5", "eslint-plugin-vue": "9.32.0", "fontello-cli": "0.6.2", - "globals": "15.15.0", + "globals": "16.0.0", "husky": "9.1.7", "jsdom": "26.0.0", "lint-staged": "15.4.3", @@ -7297,6 +7297,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-pug": { "version": "1.2.5", "resolved": "https://registry.npmjs.org/eslint-plugin-pug/-/eslint-plugin-pug-1.2.5.tgz", @@ -8571,9 +8584,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 f48151007c..181d3c5b7e 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "eslint-plugin-pug": "1.2.5", "eslint-plugin-vue": "9.32.0", "fontello-cli": "0.6.2", - "globals": "15.15.0", + "globals": "16.0.0", "husky": "9.1.7", "jsdom": "26.0.0", "lint-staged": "15.4.3", diff --git a/src/main/resources/generator/dependencies/common/package.json b/src/main/resources/generator/dependencies/common/package.json index a3cb7e4c29..b1927a7794 100644 --- a/src/main/resources/generator/dependencies/common/package.json +++ b/src/main/resources/generator/dependencies/common/package.json @@ -22,7 +22,7 @@ "eslint": "9.20.1", "eslint-config-prettier": "10.0.1", "eslint-plugin-cypress": "4.1.0", - "globals": "15.15.0", + "globals": "16.0.0", "husky": "9.1.7", "i18next": "24.2.2", "i18next-browser-languagedetector": "8.0.4",