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.2 to 22.1.0 #21

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 @@ -19,7 +19,7 @@
"slither": "slither ."
},
"devDependencies": {
"@types/node": "^20.12.12",
"@types/node": "^22.1.0",
"cspell": "^8.8.3",
"hardhat": "^2.22.4",
"solhint": "^5.0.1",
Expand Down
20 changes: 18 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@ __metadata:
resolution: "@skalenetwork/marionette-interfaces@workspace:."
dependencies:
"@skalenetwork/ima-interfaces": "npm:^2.0.0-paymaster.0"
"@types/node": "npm:^20.12.12"
"@types/node": "npm:^22.1.0"
cspell: "npm:^8.8.3"
hardhat: "npm:^2.22.4"
solhint: "npm:^5.0.1"
Expand Down Expand Up @@ -1345,7 +1345,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^20.12.12":
"@types/node@npm:*":
version: 20.14.2
resolution: "@types/node@npm:20.14.2"
dependencies:
Expand All @@ -1354,6 +1354,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.1.0":
version: 22.1.0
resolution: "@types/node@npm:22.1.0"
dependencies:
undici-types: "npm:~6.13.0"
checksum: 10c0/553dafcb842b889c036d43b390d464e8ffcf3ca455ddd5b1a1ef98396381eafbeb0c112a15cc6bf9662b72bc25fc45efc4b6f604760e1e84c410f1b7936c488b
languageName: node
linkType: hard

"@types/pbkdf2@npm:^3.0.0":
version: 3.1.2
resolution: "@types/pbkdf2@npm:3.1.2"
Expand Down Expand Up @@ -4815,6 +4824,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.13.0":
version: 6.13.0
resolution: "undici-types@npm:6.13.0"
checksum: 10c0/2de55181f569c77a4f08063f8bf2722fcbb6ea312a26a9e927bd1f5ea5cf3a281c5ddf23155061db083e0a25838f54813543ff13b0ac34d230d5c1205ead66c1
languageName: node
linkType: hard

"undici@npm:^5.14.0":
version: 5.28.4
resolution: "undici@npm:5.28.4"
Expand Down
Loading