diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 61f9601..a406700 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -76,7 +76,7 @@ "eslint": "^9.39.1", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.24", - "globals": "^16.5.0", + "globals": "^17.5.0", "postcss": "^8.5.6", "tailwindcss": "^3.4.17", "typescript": "~5.9.3", @@ -5282,9 +5282,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.5.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.5.0.tgz", + "integrity": "sha512-qoV+HK2yFl/366t2/Cb3+xxPUo5BuMynomoDmiaZBIdbs+0pYbjfZU+twLhGKp4uCZ/+NbtpVepH5bGCxRyy2g==", "dev": true, "license": "MIT", "engines": { diff --git a/frontend/package.json b/frontend/package.json index 2392a2b..94b76e3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -82,7 +82,7 @@ "eslint": "^9.39.1", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.24", - "globals": "^16.5.0", + "globals": "^17.5.0", "postcss": "^8.5.6", "tailwindcss": "^3.4.17", "typescript": "~5.9.3",