diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 5a55aa5f..ea9d837a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -28,7 +28,7 @@ "eslint": "^9.39.2", "eslint-plugin-vue": "^9.33.0", "flush-promises": "^1.0.2", - "globals": "^16.5.0", + "globals": "^17.4.0", "jsdom": "^27.4.0", "neostandard": "^0.13.0", "postcss-html": "^1.8.1", @@ -5530,9 +5530,9 @@ } }, "node_modules/globals": { - "version": "16.5.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", - "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", + "version": "17.4.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.4.0.tgz", + "integrity": "sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw==", "dev": true, "license": "MIT", "engines": { @@ -7252,19 +7252,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/neostandard/node_modules/globals": { - "version": "17.4.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.4.0.tgz", - "integrity": "sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/neostandard/node_modules/locate-path": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-8.0.0.tgz", diff --git a/frontend/package.json b/frontend/package.json index 151b73bd..980cb0c1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -34,7 +34,7 @@ "eslint": "^9.39.2", "eslint-plugin-vue": "^9.33.0", "flush-promises": "^1.0.2", - "globals": "^16.5.0", + "globals": "^17.4.0", "jsdom": "^27.4.0", "neostandard": "^0.13.0", "postcss-html": "^1.8.1",