Skip to content

Commit

Permalink
chore(deps-dev): keep internal node types at lowest supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonWeinzierl committed Nov 7, 2024
1 parent 9d41fd3 commit 6870c8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@eslint/js": "^9.14.0",
"@stylistic/eslint-plugin": "^2.10.1",
"@types/common-tags": "^1.8.4",
"@types/node": "^18.18.0",
"@types/node": "~18.18.0",
"@typescript-eslint/rule-tester": "^8.13.0",
"@typescript/vfs": "^1.6.0",
"@vitest/coverage-v8": "^2.1.4",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1014,12 +1014,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^18.18.0":
version: 18.19.63
resolution: "@types/node@npm:18.19.63"
"@types/node@npm:~18.18.0":
version: 18.18.14
resolution: "@types/node@npm:18.18.14"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10c0/cbb6a548f9aa1f9f391a67a76dc8e19733bc058b940ec9810b79156881c3a5888ba2934b79b94250b96179f8c6cba08bf5b1190019ff2dbf6be1a3451096214a
checksum: 10c0/7ab33be7e9ed0501bbbf1e62006b441a1ec5a8969b4f4df796919f3fc851604e2119947b72696e4049dd638a10b27e6f6b4cfaa469787d548d4d9c09fb945968
languageName: node
linkType: hard

Expand Down Expand Up @@ -2414,7 +2414,7 @@ __metadata:
"@eslint/js": "npm:^9.14.0"
"@stylistic/eslint-plugin": "npm:^2.10.1"
"@types/common-tags": "npm:^1.8.4"
"@types/node": "npm:^18.18.0"
"@types/node": "npm:~18.18.0"
"@typescript-eslint/rule-tester": "npm:^8.13.0"
"@typescript-eslint/scope-manager": "npm:^8.1.0"
"@typescript-eslint/utils": "npm:^8.1.0"
Expand Down

0 comments on commit 6870c8a

Please sign in to comment.