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.5.0 to 22.7.0 in /typescript/ethers-v5 #98

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 typescript/ethers-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"devDependencies": {
"@skalenetwork/skale-contracts": "portal:../base/",
"@types/node": "^20.5.0",
"@types/node": "^22.7.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.45.0",
Expand Down
19 changes: 14 additions & 5 deletions typescript/ethers-v5/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ __metadata:
resolution: "@skalenetwork/skale-contracts-ethers-v5@workspace:."
dependencies:
"@skalenetwork/skale-contracts": "portal:../base/"
"@types/node": ^20.5.0
"@types/node": ^22.7.0
"@typescript-eslint/eslint-plugin": ^6.0.0
"@typescript-eslint/parser": ^6.0.0
eslint: ^8.45.0
Expand All @@ -546,10 +546,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.5.0":
version: 20.5.0
resolution: "@types/node@npm:20.5.0"
checksum: 659bc5fc93b5c02bd88ca4bfae4f6b9dc307d45884d1dd9d69df85819a9943cdc00cd3c87eec3048866df6a67f52297f74d170e47a44f61edb3e8f770d94e85e
"@types/node@npm:^22.7.0":
version: 22.7.0
resolution: "@types/node@npm:22.7.0"
dependencies:
undici-types: ~6.19.2
checksum: a40a013afb3d00c2246d6eca39885a5516216785e9c6668191fd836eefd9b3daed0c8865485ebab181838131dbded6b9ee3275b404202261c31a7f9fa51a871a
languageName: node
linkType: hard

Expand Down Expand Up @@ -1832,6 +1834,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.2":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: de51f1b447d22571cf155dfe14ff6d12c5bdaec237c765085b439c38ca8518fc360e88c70f99469162bf2e14188a7b0bcb06e1ed2dc031042b984b0bb9544017
languageName: node
linkType: hard

"uri-js@npm:^4.2.2":
version: 4.4.1
resolution: "uri-js@npm:4.4.1"
Expand Down
Loading