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 22.10.5 to 22.13.5 in /typescript/ethers-v6 #317

Open
wants to merge 1 commit into
base: develop
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 typescript/ethers-v6/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": "^22.10.5",
"@types/node": "^22.13.5",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.22.0",
"eslint": "^8.45.0",
Expand Down
10 changes: 5 additions & 5 deletions typescript/ethers-v6/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ __metadata:
resolution: "@skalenetwork/skale-contracts-ethers-v6@workspace:."
dependencies:
"@skalenetwork/skale-contracts": "portal:../base/"
"@types/node": ^22.10.5
"@types/node": ^22.13.5
"@typescript-eslint/eslint-plugin": ^8.19.0
"@typescript-eslint/parser": ^8.22.0
eslint: ^8.45.0
Expand Down Expand Up @@ -187,12 +187,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.10.5":
version: 22.10.5
resolution: "@types/node@npm:22.10.5"
"@types/node@npm:^22.13.5":
version: 22.13.5
resolution: "@types/node@npm:22.13.5"
dependencies:
undici-types: ~6.20.0
checksum: 3b0e966df4e130edac3ad034f1cddbe134e70f11556062468c9fbd749a3b07a44445a3a75a7eec68a104930bf05d4899f1a418c4ae48493d2c8c1544d8594bcc
checksum: 8789d9bc3efd212819fd03f7bbd429901b076703e9852ccf4950c8c7cd300d5d5a05f273d0936cbaf28194485d2bd0c265a1a25390720e353a53359526c28fb3
languageName: node
linkType: hard

Expand Down
Loading