diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7c048d3..3a077f0 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -36,7 +36,7 @@ "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "github-markdown-css": "^5.9.0", - "globals": "^16.0.0", + "globals": "^17.4.0", "react-icons": "^5.5.0", "react-markdown": "^10.1.0", "react-router-dom": "^7.13.1", @@ -3600,9 +3600,9 @@ } }, "node_modules/globals": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.0.0.tgz", - "integrity": "sha512-iInW14XItCXET01CQFqudPOWP2jYMl7T+QRQT+UNcR/iQncN/F0UNpgd76iFkBPgNQb4+X3LV9tLJYzwh+Gl3A==", + "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": { diff --git a/frontend/package.json b/frontend/package.json index 8bef020..f4f7019 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -38,7 +38,7 @@ "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "github-markdown-css": "^5.9.0", - "globals": "^16.0.0", + "globals": "^17.4.0", "react-icons": "^5.5.0", "react-markdown": "^10.1.0", "react-router-dom": "^7.13.1",