Skip to content
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

Bump @types/node from 20.14.11 to 22.0.0 #17

Closed
wants to merge 1 commit into from
Closed
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 @@ -18,7 +18,7 @@
"addHook": "yarn tsc && node build/scripts/addWebhook.js"
},
"devDependencies": {
"@types/node": "^20.14.11",
"@types/node": "^22.0.0",
"ts-node-dev": "^2.0.0"
},
"packageManager": "[email protected]"
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -271,12 +271,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.14.11":
version: 20.14.11
resolution: "@types/node@npm:20.14.11"
"@types/node@npm:^22.0.0":
version: 22.0.0
resolution: "@types/node@npm:22.0.0"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10c0/5306becc0ff41d81b1e31524bd376e958d0741d1ce892dffd586b9ae0cb6553c62b0d62abd16da8bea6b9a2c17572d360450535d7c073794b0cef9cb4e39691e
undici-types: "npm:~6.11.1"
checksum: 10c0/af26a8ec7266c857b0ced75dc3a93c6b65280d1fa40d1b4488c814d30831c5c752489c99ecb5698daec1376145b1a9ddd08350882dc2e07769917a5f22a460bc
languageName: node
linkType: hard

Expand Down Expand Up @@ -744,7 +744,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "discord-reddit-webhook@workspace:."
dependencies:
"@types/node": "npm:^20.14.11"
"@types/node": "npm:^22.0.0"
discord.js: "npm:^14.15.3"
node-fetch: "npm:^3.3.2"
sequelize: "npm:^6.37.3"
Expand Down Expand Up @@ -2405,6 +2405,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.11.1":
version: 6.11.1
resolution: "undici-types@npm:6.11.1"
checksum: 10c0/d8f5739a8e6c779d72336c82deb49c56d5ac9f9f6e0eb2e8dd4d3f6929ae9db7cde370d2e46516fe6cad04ea53e790c5e16c4c75eed7cd0f9bd31b0763bb2fa3
languageName: node
linkType: hard

"undici@npm:6.13.0":
version: 6.13.0
resolution: "undici@npm:6.13.0"
Expand Down