Skip to content

chore(deps): update dependency @types/node to v22 #465

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@favware/npm-deprecate": "^1.0.7",
"@sapphire/eslint-config": "^5.0.6",
"@sapphire/ts-config": "^5.0.1",
"@types/node": "^20.19.0",
"@types/node": "^22.15.31",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitest/coverage-v8": "^1.6.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1682,12 +1682,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.19.0":
version: 20.19.0
resolution: "@types/node@npm:20.19.0"
"@types/node@npm:^22.15.31":
version: 22.15.31
resolution: "@types/node@npm:22.15.31"
dependencies:
undici-types: "npm:~6.21.0"
checksum: 10/76cc44487faa0bf5302c84e5317de4b9727ea4e4b86d59d18d25435f4ccd7e6c584614dea061256f24a097c25a1d82dac1cd134357b42ae28006ba113c97f490
checksum: 10/999da153fae4687c416421850ebd3c94be75e0dae27ccad192d9a073c7e74baade987d68fc9f082a825c4672bd8a26867636663baad0b9e851baf7b36fb9fdd9
languageName: node
linkType: hard

Expand Down Expand Up @@ -5960,7 +5960,7 @@ __metadata:
"@favware/npm-deprecate": "npm:^1.0.7"
"@sapphire/eslint-config": "npm:^5.0.6"
"@sapphire/ts-config": "npm:^5.0.1"
"@types/node": "npm:^20.19.0"
"@types/node": "npm:^22.15.31"
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
"@typescript-eslint/parser": "npm:^7.18.0"
"@vitest/coverage-v8": "npm:^1.6.1"
Expand Down