diff --git a/eslint-config/package-lock.json b/eslint-config/package-lock.json index 2288467..ddf4615 100644 --- a/eslint-config/package-lock.json +++ b/eslint-config/package-lock.json @@ -17,7 +17,7 @@ "eslint-plugin-prettier": "^5.5.4", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.1", - "globals": "^16.5.0" + "globals": "^17.3.0" }, "engines": { "node": ">=20", @@ -32,7 +32,7 @@ "eslint-plugin-prettier": "^5.2.3", "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-hooks": "^5.1.0", - "globals": "^15.14.0" + "globals": "^17.3.0" } }, "node_modules/@babel/code-frame": { @@ -2189,9 +2189,9 @@ } }, "node_modules/globals": { - "version": "16.5.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", - "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", + "version": "17.3.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.3.0.tgz", + "integrity": "sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==", "dev": true, "license": "MIT", "engines": { diff --git a/eslint-config/package.json b/eslint-config/package.json index 3bab6be..e39432d 100644 --- a/eslint-config/package.json +++ b/eslint-config/package.json @@ -31,7 +31,7 @@ "eslint-plugin-prettier": "^5.5.4", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.1", - "globals": "^16.5.0" + "globals": "^17.3.0" }, "peerDependencies": { "eslint": "^9",