diff --git a/package-lock.json b/package-lock.json index 535d542f945..cff300a3552 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "eslint-plugin-pug": "1.2.5", "eslint-plugin-vue": "9.32.0", "fontello-cli": "0.6.2", - "globals": "15.12.0", + "globals": "15.13.0", "husky": "9.1.7", "jsdom": "25.0.1", "lint-staged": "15.2.10", @@ -6373,9 +6373,9 @@ } }, "node_modules/globals": { - "version": "15.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.12.0.tgz", - "integrity": "sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==", + "version": "15.13.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.13.0.tgz", + "integrity": "sha512-49TewVEz0UxZjr1WYYsWpPrhyC/B/pA8Bq0fUmet2n+eR7yn0IvNzNaoBwnK6mdkzcN+se7Ez9zUgULTz2QH4g==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 03e572a664a..3c4e2fea522 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "eslint-plugin-pug": "1.2.5", "eslint-plugin-vue": "9.32.0", "fontello-cli": "0.6.2", - "globals": "15.12.0", + "globals": "15.13.0", "husky": "9.1.7", "jsdom": "25.0.1", "lint-staged": "15.2.10", diff --git a/src/main/resources/generator/dependencies/common/package.json b/src/main/resources/generator/dependencies/common/package.json index c8875d837f8..934ccb80ae3 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.16.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-cypress": "4.1.0", - "globals": "15.12.0", + "globals": "15.13.0", "husky": "9.1.7", "i18next": "24.0.2", "i18next-browser-languagedetector": "8.0.0",