diff --git a/web/package-lock.json b/web/package-lock.json index bb1616cb..d6f0372f 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -24,7 +24,7 @@ "eslint": "^10.8.0", "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.2", - "globals": "^17.7.0", + "globals": "^17.9.0", "tailwindcss": "^4.3.2", "typescript": "~6.0.3", "typescript-eslint": "^8.65.0", @@ -2159,9 +2159,9 @@ } }, "node_modules/globals": { - "version": "17.7.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.7.0.tgz", - "integrity": "sha512-Czmyns5dUsq4seFBR/Kdydhmo8y9kC79hiSkPn0YcGtNnYWnrgt0vjrSjx9tspoDGWm2CMarffRuLjM4xUz8xg==", + "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/web/package.json b/web/package.json index 73df3b43..dd678b00 100644 --- a/web/package.json +++ b/web/package.json @@ -29,7 +29,7 @@ "eslint": "^10.8.0", "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.2", - "globals": "^17.7.0", + "globals": "^17.9.0", "tailwindcss": "^4.3.2", "typescript": "~6.0.3", "typescript-eslint": "^8.65.0",