diff --git a/bun.lock b/bun.lock index 497cb7077..a26c2244e 100644 --- a/bun.lock +++ b/bun.lock @@ -64,7 +64,7 @@ "eslint-plugin-no-secrets": "^2.2.1", "eslint-plugin-optimize-regex": "https://github.com/aminya/eslint-plugin-optimize-regex.git#eslint9", "eslint-plugin-promise": "^7.2.1", - "globals": "^16.5.0", + "globals": "^17.1.0", "typescript-eslint": "^8.54.0", }, "devDependencies": { @@ -82,7 +82,7 @@ "dependencies": { "eslint-config-airlight-base": "workspace:*", "eslint-plugin-n": "^17.23.2", - "globals": "^16.5.0", + "globals": "^17.1.0", }, "peerDependencies": { "eslint": "^8.57.x || ^9.35.x", @@ -100,7 +100,7 @@ "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.25", - "globals": "^16.5.0", + "globals": "^17.1.0", }, "peerDependencies": { "eslint": "^8.57.x || ^9.35.x", @@ -898,7 +898,7 @@ "global-prefix": ["global-prefix@3.0.0", "", { "dependencies": { "ini": "^1.3.5", "kind-of": "^6.0.2", "which": "^1.3.1" } }, "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg=="], - "globals": ["globals@16.5.0", "", {}, "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ=="], + "globals": ["globals@17.1.0", "", {}, "sha512-8HoIcWI5fCvG5NADj4bDav+er9B9JMj2vyL2pI8D0eismKyUvPLTSs+Ln3wqhwcp306i73iyVnEKx3F6T47TGw=="], "globalthis": ["globalthis@1.0.4", "", { "dependencies": { "define-properties": "^1.2.1", "gopd": "^1.0.1" } }, "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ=="], diff --git a/packages/eslint-config-base/package.json b/packages/eslint-config-base/package.json index d37102474..099c3656a 100644 --- a/packages/eslint-config-base/package.json +++ b/packages/eslint-config-base/package.json @@ -61,7 +61,7 @@ "eslint-plugin-no-secrets": "^2.2.1", "eslint-plugin-optimize-regex": "https://github.com/aminya/eslint-plugin-optimize-regex.git#eslint9", "eslint-plugin-promise": "^7.2.1", - "globals": "^16.5.0", + "globals": "^17.1.0", "typescript-eslint": "^8.54.0" }, "devDependencies": { diff --git a/packages/eslint-config-node/package.json b/packages/eslint-config-node/package.json index 99a63735c..f2864992d 100644 --- a/packages/eslint-config-node/package.json +++ b/packages/eslint-config-node/package.json @@ -43,7 +43,7 @@ "dependencies": { "eslint-config-airlight-base": "workspace:*", "eslint-plugin-n": "^17.23.2", - "globals": "^16.5.0" + "globals": "^17.1.0" }, "devDependencies": {}, "peerDependencies": { diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index 41bd1b078..ad54d6d84 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -49,7 +49,7 @@ "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.25", - "globals": "^16.5.0" + "globals": "^17.1.0" }, "devDependencies": {}, "peerDependencies": {