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 ethers from 6.13.3 to 6.13.4 in /typescript/ethers-v6 #134

Merged
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 @@ -24,6 +24,6 @@
},
"types": "lib/index.d.ts",
"dependencies": {
"ethers": "^6.13.3"
"ethers": "^6.13.4"
}
}
32 changes: 17 additions & 15 deletions typescript/ethers-v6/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": ^6.0.0
"@typescript-eslint/parser": ^8.10.0
eslint: ^8.45.0
ethers: ^6.13.3
ethers: ^6.13.4
typescript: ^5.6.3
languageName: unknown
linkType: soft
Expand All @@ -167,10 +167,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.15.13":
version: 18.15.13
resolution: "@types/node@npm:18.15.13"
checksum: 79cc5a2b5f98e8973061a4260a781425efd39161a0e117a69cd089603964816c1a14025e1387b4590c8e82d05133b7b4154fa53a7dffb3877890a66145e76515
"@types/node@npm:22.7.5":
version: 22.7.5
resolution: "@types/node@npm:22.7.5"
dependencies:
undici-types: ~6.19.2
checksum: 1a8bbb504efaffcef7b8491074a428e5c0b5425b0c0ffb13e7262cb8462c275e8cc5eaf90a38d8fbf52a1eeda7c01ab3b940673c43fc2414140779c973e40ec6
languageName: node
linkType: hard

Expand Down Expand Up @@ -723,18 +725,18 @@ __metadata:
languageName: node
linkType: hard

"ethers@npm:^6.13.3":
version: 6.13.3
resolution: "ethers@npm:6.13.3"
"ethers@npm:^6.13.4":
version: 6.13.4
resolution: "ethers@npm:6.13.4"
dependencies:
"@adraffy/ens-normalize": 1.10.1
"@noble/curves": 1.2.0
"@noble/hashes": 1.3.2
"@types/node": 18.15.13
"@types/node": 22.7.5
aes-js: 4.0.0-beta.5
tslib: 2.4.0
tslib: 2.7.0
ws: 8.17.1
checksum: f349ee3d79f9f764ac9c22a2237b7ad5f3526a15cae8054caee791f5f9be3ef69e3fa38bad08fa65133fd197b948a605c3be901c214e54250d56ae6c69d0d4c7
checksum: a64ad0f05ed7f79bf3092cd54ac11c3ed4a0a3fe8ee00a81053b5b4a34d84728c12fa5aa9bf3e2cc5efabbf1a0a37f62cd3a1852cf780a1ab619421fa03c2713
languageName: node
linkType: hard

Expand Down Expand Up @@ -1404,10 +1406,10 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:2.4.0":
version: 2.4.0
resolution: "tslib@npm:2.4.0"
checksum: 8c4aa6a3c5a754bf76aefc38026134180c053b7bd2f81338cb5e5ebf96fefa0f417bff221592bf801077f5bf990562f6264fecbc42cd3309b33872cb6fc3b113
"tslib@npm:2.7.0":
version: 2.7.0
resolution: "tslib@npm:2.7.0"
checksum: 1606d5c89f88d466889def78653f3aab0f88692e80bb2066d090ca6112ae250ec1cfa9dbfaab0d17b60da15a4186e8ec4d893801c67896b277c17374e36e1d28
languageName: node
linkType: hard

Expand Down
Loading