diff --git a/package-lock.json b/package-lock.json index 6beb28e4..8f357162 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.36.1", "eslint-plugin-react-hooks": "^5.1.0-rc-fb9a90fa48-20240614", - "globals": "^15.9.0", + "globals": "^15.11.0", "typescript-eslint": "^8.7.0" }, "devDependencies": { @@ -3164,9 +3164,9 @@ } }, "node_modules/globals": { - "version": "15.9.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.9.0.tgz", - "integrity": "sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==", + "version": "15.11.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.11.0.tgz", + "integrity": "sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==", "license": "MIT", "engines": { "node": ">=18" diff --git a/package.json b/package.json index e8636f35..688a3ba5 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.36.1", "eslint-plugin-react-hooks": "^5.1.0-rc-fb9a90fa48-20240614", - "globals": "^15.9.0", + "globals": "^15.11.0", "typescript-eslint": "^8.7.0" } }