diff --git a/eslint-config/package-lock.json b/eslint-config/package-lock.json index 2288467..84f2342 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.0.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.0.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.0.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.0.0.tgz", + "integrity": "sha512-gv5BeD2EssA793rlFWVPMMCqefTlpusw6/2TbAVMy0FzcG8wKJn4O+NqJ4+XWmmwrayJgw5TzrmWjFgmz1XPqw==", "dev": true, "license": "MIT", "engines": { diff --git a/eslint-config/package.json b/eslint-config/package.json index 3bab6be..1699f6f 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.0.0" }, "peerDependencies": { "eslint": "^9",