aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pnpm-lock.yaml28
-rw-r--r--src/packages/eslint-config/package.json2
-rw-r--r--src/packages/locusts/package.json2
-rw-r--r--src/packages/react/package.json2
4 files changed, 24 insertions, 10 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 218a808..44e5b3c 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -36,8 +36,8 @@ importers:
specifier: ^2.7.2
version: 2.7.2(eslint@9.39.2)(turbo@2.7.2)
globals:
- specifier: ^16.5.0
- version: 16.5.0
+ specifier: ^17.0.0
+ version: 17.0.0
typescript:
specifier: ^5.9.3
version: 5.9.3
@@ -57,8 +57,8 @@ importers:
specifier: ^25.0.3
version: 25.0.3
globals:
- specifier: ^16.5.0
- version: 16.5.0
+ specifier: ^17.0.0
+ version: 17.0.0
publint:
specifier: ^0.3.16
version: 0.3.16
@@ -103,8 +103,8 @@ importers:
specifier: ^0.4.26
version: 0.4.26(eslint@9.39.2)
globals:
- specifier: ^16.5.0
- version: 16.5.0
+ specifier: ^17.0.0
+ version: 17.0.0
publint:
specifier: ^0.3.16
version: 0.3.16
@@ -1811,6 +1811,10 @@ packages:
resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==}
engines: {node: '>=0.10'}
+ esquery@1.7.0:
+ resolution: {integrity: sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==}
+ engines: {node: '>=0.10'}
+
esrap@2.2.1:
resolution: {integrity: sha512-GiYWG34AN/4CUyaWAgunGt0Rxvr1PTMlGC0vvEov/uOQYWne2bpN03Um+k8jT+q3op33mKouP2zeJ6OlM+qeUg==}
@@ -1968,6 +1972,10 @@ packages:
resolution: {integrity: sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==}
engines: {node: '>=18'}
+ globals@17.0.0:
+ resolution: {integrity: sha512-gv5BeD2EssA793rlFWVPMMCqefTlpusw6/2TbAVMy0FzcG8wKJn4O+NqJ4+XWmmwrayJgw5TzrmWjFgmz1XPqw==}
+ engines: {node: '>=18'}
+
globalthis@1.0.4:
resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==}
engines: {node: '>= 0.4'}
@@ -4969,6 +4977,10 @@ snapshots:
dependencies:
estraverse: 5.3.0
+ esquery@1.7.0:
+ dependencies:
+ estraverse: 5.3.0
+
esrap@2.2.1:
dependencies:
'@jridgewell/sourcemap-codec': 1.5.5
@@ -5138,6 +5150,8 @@ snapshots:
globals@16.5.0: {}
+ globals@17.0.0: {}
+
globalthis@1.0.4:
dependencies:
define-properties: 1.2.1
@@ -6407,7 +6421,7 @@ snapshots:
eslint-scope: 7.2.2
eslint-visitor-keys: 3.4.3
espree: 9.6.1
- esquery: 1.6.0
+ esquery: 1.7.0
lodash: 4.17.21
semver: 7.7.3
transitivePeerDependencies:
diff --git a/src/packages/eslint-config/package.json b/src/packages/eslint-config/package.json
index 814e3d1..1b8b4a5 100644
--- a/src/packages/eslint-config/package.json
+++ b/src/packages/eslint-config/package.json
@@ -6,7 +6,7 @@
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-config-turbo": "^2.7.2",
- "globals": "^16.5.0",
+ "globals": "^17.0.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.51.0"
},
diff --git a/src/packages/locusts/package.json b/src/packages/locusts/package.json
index 78f6ebc..0c02929 100644
--- a/src/packages/locusts/package.json
+++ b/src/packages/locusts/package.json
@@ -8,7 +8,7 @@
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/node": "^25.0.3",
- "globals": "^16.5.0",
+ "globals": "^17.0.0",
"publint": "^0.3.16",
"tsup": "^8.5.1",
"tsx": "^4.21.0",
diff --git a/src/packages/react/package.json b/src/packages/react/package.json
index 77cea84..918b628 100644
--- a/src/packages/react/package.json
+++ b/src/packages/react/package.json
@@ -49,7 +49,7 @@
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
- "globals": "^16.5.0",
+ "globals": "^17.0.0",
"publint": "^0.3.16",
"typescript": "^5.9.3",
"typescript-eslint": "^8.51.0",