diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 379b5f1..f8920f8 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -73,7 +73,7 @@ "eslint": "^9.9.0", "eslint-plugin-react-hooks": "^5.1.0-rc.0", "eslint-plugin-react-refresh": "^0.4.9", - "globals": "^15.9.0", + "globals": "^17.0.0", "jsdom": "^26.1.0", "lovable-tagger": "^1.1.7", "postcss": "^8.4.47", @@ -5345,9 +5345,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": "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 b697445..6ad9807 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -79,7 +79,7 @@ "eslint": "^9.9.0", "eslint-plugin-react-hooks": "^5.1.0-rc.0", "eslint-plugin-react-refresh": "^0.4.9", - "globals": "^15.9.0", + "globals": "^17.0.0", "jsdom": "^26.1.0", "lovable-tagger": "^1.1.7", "postcss": "^8.4.47",