diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 69afb72..35d95a3 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -29,7 +29,7 @@ "eslint-plugin-react": "^7.35.2", "eslint-plugin-react-hooks": "^5.1.0-rc.1", "eslint-plugin-react-refresh": "^0.4.16", - "globals": "^15.12.0", + "globals": "^15.13.0", "postcss": "^8.4.49", "tailwindcss": "^3.4.15", "vite": "^6.0.2" @@ -3069,9 +3069,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/frontend/package.json b/frontend/package.json index e7376f2..b37b456 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -35,7 +35,7 @@ "eslint-plugin-react": "^7.35.2", "eslint-plugin-react-hooks": "^5.1.0-rc.1", "eslint-plugin-react-refresh": "^0.4.16", - "globals": "^15.12.0", + "globals": "^15.13.0", "postcss": "^8.4.49", "tailwindcss": "^3.4.15", "vite": "^6.0.2"