diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 05a4841..a116c22 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -65,7 +65,7 @@ "eslint": "^9.0.0", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", - "globals": "^15.0.0", + "globals": "^17.5.0", "jsdom": "^24.0.0", "openapi-typescript-codegen": "^0.30.0", "postcss": "^8.4.32", @@ -7172,9 +7172,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 a4995dd..c63c161 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -69,7 +69,7 @@ "eslint": "^9.0.0", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", - "globals": "^15.0.0", + "globals": "^17.5.0", "jsdom": "^24.0.0", "openapi-typescript-codegen": "^0.30.0", "postcss": "^8.4.32",