diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 5a8d02d..b198cd1 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -18,7 +18,7 @@ "@eslint/js": "^10.0.1", "eslint": "^10.8.0", "eslint-config-prettier": "^10.1.8", - "globals": "^17.6.0", + "globals": "^17.9.0", "happy-dom": "^20.10.6", "lightningcss": "^1.30.2", "prettier": "^3.9.6", @@ -1690,9 +1690,9 @@ } }, "node_modules/globals": { - "version": "17.6.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.6.0.tgz", - "integrity": "sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==", + "version": "17.9.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.9.0.tgz", + "integrity": "sha512-m/MvAW61QVU5VDNF1Vj8axt016h8w7L5TU1e9zlab7XIttAT2YAlCwl75K1fOqvMM9apmD7lbCIRhpfkhmxhCg==", "dev": true, "license": "MIT", "engines": { diff --git a/frontend/package.json b/frontend/package.json index ad31a9d..1a42329 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,7 +23,7 @@ "@eslint/js": "^10.0.1", "eslint": "^10.8.0", "eslint-config-prettier": "^10.1.8", - "globals": "^17.6.0", + "globals": "^17.9.0", "happy-dom": "^20.10.6", "lightningcss": "^1.30.2", "prettier": "^3.9.6",