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

fix(deps): update dependency ethers to v6.13.1 #13289

Open
wants to merge 1 commit into
base: master
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 docker/development/eth-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@unlock-protocol/hardhat-plugin": "latest",
"@unlock-protocol/networks": "latest",
"eslint": "8.57.0",
"ethers": "6.13.0",
"ethers": "6.13.1",
"fs-extra": "11.2.0",
"hardhat": "2.22.6",
"hardhat-erc1820": "0.1.0",
Expand Down
27 changes: 21 additions & 6 deletions docker/development/eth-node/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ __metadata:
"@unlock-protocol/hardhat-plugin": "npm:latest"
"@unlock-protocol/networks": "npm:latest"
eslint: "npm:8.57.0"
ethers: "npm:6.13.0"
ethers: "npm:6.13.1"
fs-extra: "npm:11.2.0"
hardhat: "npm:2.22.6"
hardhat-erc1820: "npm:0.1.0"
Expand Down Expand Up @@ -2147,18 +2147,18 @@ __metadata:
languageName: node
linkType: hard

"ethers@npm:6.13.0":
version: 6.13.0
resolution: "ethers@npm:6.13.0"
"ethers@npm:6.13.1":
version: 6.13.1
resolution: "ethers@npm:6.13.1"
dependencies:
"@adraffy/ens-normalize": "npm:1.10.1"
"@noble/curves": "npm:1.2.0"
"@noble/hashes": "npm:1.3.2"
"@types/node": "npm:18.15.13"
aes-js: "npm:4.0.0-beta.5"
tslib: "npm:2.4.0"
ws: "npm:8.5.0"
checksum: 10/390918da6955d6b9fcb9a57198ba4864df677e08fc478fbb7a74a02fd5ce0ca1b647782e0ae94c4cf056a205ebb86c64751a3712ffbc426fd53f11167f8cd4fe
ws: "npm:8.17.1"
checksum: 10/efc3e8d4d13101cad01823ba524dad797a23f60088ca9f8677bd6dbfad5087e4187ede121e43aa0758d704525976f935860c5d5d27183a4247deaccf7cf19950
languageName: node
linkType: hard

Expand Down Expand Up @@ -4345,6 +4345,21 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:8.17.1":
version: 8.17.1
resolution: "ws@npm:8.17.1"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ">=5.0.2"
peerDependenciesMeta:
bufferutil:
optional: true
utf-8-validate:
optional: true
checksum: 10/4264ae92c0b3e59c7e309001e93079b26937aab181835fb7af79f906b22cd33b6196d96556dafb4e985742dd401e99139572242e9847661fdbc96556b9e6902d
languageName: node
linkType: hard

"ws@npm:8.5.0":
version: 8.5.0
resolution: "ws@npm:8.5.0"
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"docusaurus-gtm-plugin": "0.0.2",
"docusaurus-node-polyfills": "1.0.0",
"docusaurus-preset-openapi": "0.7.5",
"ethers": "6.13.0",
"ethers": "6.13.1",
"prism-react-renderer": "2.0.6",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion governance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@unlock-protocol/networks": "workspace:./packages/networks",
"arb-shared-dependencies": "1.0.0",
"eslint": "8.57.0",
"ethers": "6.12.1",
"ethers": "6.13.1",
"ethers-multisend": "3.1.0",
"ethers5": "npm:ethers@5.7.2",
"fs-extra": "11.2.0",
Expand Down
2 changes: 1 addition & 1 deletion locksmith/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"cors": "2.8.5",
"dayjs": "1.11.11",
"dotenv": "16.4.5",
"ethers": "6.13.0",
"ethers": "6.13.1",
"express": "5.0.0-beta.3",
"express-winston": "4.2.0",
"fuse.js": "7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@unlock-protocol/networks": "workspace:^",
"@unlock-protocol/tsconfig": "workspace:^",
"@unlock-protocol/types": "workspace:^",
"ethers": "6.12.1",
"ethers": "6.13.1",
"hardhat": "2.22.6",
"typescript": "5.5.3",
"zksync-ethers": "6.9.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@unlock-protocol/networks": "workspace:^",
"@unlock-protocol/tsconfig": "workspace:^",
"eslint": "8.57.0",
"ethers": "6.13.0",
"ethers": "6.13.1",
"hardhat": "2.22.6",
"mocha": "10.5.2",
"prettier": "3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/networks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
],
"dependencies": {
"eslint-plugin-sort-keys-fix": "1.1.2",
"ethers": "6.13.0",
"ethers": "6.13.1",
"tsx": "4.16.0"
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@tanstack/react-query": "4.36.1",
"@tw-classed/react": "1.7.0",
"@unlock-protocol/networks": "workspace:./packages/networks",
"ethers": "6.13.0",
"ethers": "6.13.1",
"prism-react-renderer": "2.3.0",
"react-dropzone": "14.2.3",
"react-hook-form": "7.52.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/unlock-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"license": "MIT",
"peerDependencies": {
"axios": "1.7.2",
"ethers": "5.7.2"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@clemsos do we still need that one? I would say no?

"ethers": "6.13.1"
},
"devDependencies": {
"@babel/cli": "7.24.7",
Expand All @@ -47,7 +47,7 @@
"@unlock-protocol/networks": "workspace:./packages/networks",
"@unlock-protocol/types": "workspace:./packages/types",
"eslint": "8.57.0",
"ethers": "6.13.0",
"ethers": "6.13.1",
"hardhat": "2.22.6",
"prettier": "3.3.2",
"tsup": "8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"vitest": "1.6.0"
},
"dependencies": {
"ethers": "6.12.1",
"ethers": "6.13.1",
"toucan-js": "3.4.0",
"wrangler": "3.62.0"
},
Expand Down
2 changes: 1 addition & 1 deletion smart-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"babel-register": "6.26.0",
"eslint": "8.57.0",
"eth-gas-reporter": "0.2.27",
"ethers": "6.13.0",
"ethers": "6.13.1",
"fs-extra": "11.2.0",
"hardhat": "2.22.6",
"hardhat-contract-sizer": "2.10.0",
Expand Down
2 changes: 1 addition & 1 deletion subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"hoistingLimits": "workspaces"
},
"devDependencies": {
"ethers": "6.13.0",
"ethers": "6.13.1",
"graphql": "16.9.0",
"matchstick-as": "0.6.0",
"mustache": "4.2.0"
Expand Down
2 changes: 1 addition & 1 deletion unlock-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"deep-object-diff": "1.1.9",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"ethers": "6.13.0",
"ethers": "6.13.1",
"file-saver": "2.0.5",
"frames.js": "0.17.1",
"from-exponential": "1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion unlock-protocol-com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dotenv": "16.4.5",
"embla-carousel-react": "8.1.6",
"eslint": "8.57.0",
"ethers": "6.12.1",
"ethers": "6.13.1",
"next": "14.2.4",
"next-seo": "6.5.0",
"numeral": "2.0.6",
Expand Down
43 changes: 14 additions & 29 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18628,7 +18628,7 @@ __metadata:
docusaurus-gtm-plugin: "npm:0.0.2"
docusaurus-node-polyfills: "npm:1.0.0"
docusaurus-preset-openapi: "npm:0.7.5"
ethers: "npm:6.13.0"
ethers: "npm:6.13.1"
prism-react-renderer: "npm:2.0.6"
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
Expand Down Expand Up @@ -18693,7 +18693,7 @@ __metadata:
"@unlock-protocol/networks": "workspace:./packages/networks"
arb-shared-dependencies: "npm:1.0.0"
eslint: "npm:8.57.0"
ethers: "npm:6.12.1"
ethers: "npm:6.13.1"
ethers-multisend: "npm:3.1.0"
ethers5: "npm:ethers@5.7.2"
fs-extra: "npm:11.2.0"
Expand All @@ -18717,7 +18717,7 @@ __metadata:
"@unlock-protocol/tsconfig": "workspace:^"
"@unlock-protocol/types": "workspace:^"
copyfiles: "npm:2.4.1"
ethers: "npm:6.12.1"
ethers: "npm:6.13.1"
hardhat: "npm:2.22.6"
tsup: "npm:8.1.0"
typescript: "npm:5.5.3"
Expand All @@ -18744,7 +18744,7 @@ __metadata:
"@unlock-protocol/networks": "workspace:^"
"@unlock-protocol/tsconfig": "workspace:^"
eslint: "npm:8.57.0"
ethers: "npm:6.13.0"
ethers: "npm:6.13.1"
hardhat: "npm:2.22.6"
hardhat-gas-reporter: "npm:2.2.0"
mocha: "npm:10.5.2"
Expand Down Expand Up @@ -18809,7 +18809,7 @@ __metadata:
dotenv: "npm:16.4.5"
eslint: "npm:8.57.0"
eslint-config-standard: "npm:17.1.0"
ethers: "npm:6.13.0"
ethers: "npm:6.13.1"
express: "npm:5.0.0-beta.3"
express-winston: "npm:4.2.0"
fuse.js: "npm:7.0.0"
Expand Down Expand Up @@ -18865,7 +18865,7 @@ __metadata:
"@unlock-protocol/types": "workspace:^"
eslint: "npm:8.57.0"
eslint-plugin-sort-keys-fix: "npm:1.1.2"
ethers: "npm:6.13.0"
ethers: "npm:6.13.1"
fs-extra: "npm:11.2.0"
tsup: "npm:8.1.0"
tsx: "npm:4.16.0"
Expand Down Expand Up @@ -18941,7 +18941,7 @@ __metadata:
babel-register: "npm:6.26.0"
eslint: "npm:8.57.0"
eth-gas-reporter: "npm:0.2.27"
ethers: "npm:6.13.0"
ethers: "npm:6.13.1"
fs-extra: "npm:11.2.0"
hardhat: "npm:2.22.6"
hardhat-contract-sizer: "npm:2.10.0"
Expand All @@ -18966,7 +18966,7 @@ __metadata:
"@unlock-protocol/eslint-config": "workspace:./packages/eslint-config"
"@unlock-protocol/networks": "workspace:^"
eslint: "npm:8.57.0"
ethers: "npm:6.13.0"
ethers: "npm:6.13.1"
fs-extra: "npm:11.2.0"
graphql: "npm:16.9.0"
handlebars: "npm:4.7.8"
Expand Down Expand Up @@ -19017,7 +19017,7 @@ __metadata:
"@unlock-protocol/unlock-js": "workspace:./packages/unlock-js"
"@vitejs/plugin-react": "npm:4.3.1"
autoprefixer: "npm:10.4.19"
ethers: "npm:6.13.0"
ethers: "npm:6.13.1"
postcss: "npm:8.4.39"
prism-react-renderer: "npm:2.3.0"
react: "npm:18.3.1"
Expand Down Expand Up @@ -19097,7 +19097,7 @@ __metadata:
deep-object-diff: "npm:1.1.9"
dotenv: "npm:16.4.5"
eslint: "npm:8.57.0"
ethers: "npm:6.13.0"
ethers: "npm:6.13.1"
file-saver: "npm:2.0.5"
frames.js: "npm:0.17.1"
from-exponential: "npm:1.1.1"
Expand Down Expand Up @@ -19180,7 +19180,7 @@ __metadata:
"@unlock-protocol/networks": "workspace:./packages/networks"
"@unlock-protocol/types": "workspace:./packages/types"
eslint: "npm:8.57.0"
ethers: "npm:6.13.0"
ethers: "npm:6.13.1"
graphql: "npm:16.9.0"
graphql-request: "npm:6.1.0"
hardhat: "npm:2.22.6"
Expand All @@ -19191,7 +19191,7 @@ __metadata:
vitest: "npm:1.6.0"
peerDependencies:
axios: 1.7.2
ethers: 5.7.2
ethers: 6.13.1
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -19222,7 +19222,7 @@ __metadata:
embla-carousel-react: "npm:8.1.6"
eslint: "npm:8.57.0"
eslint-config-next: "npm:14.2.4"
ethers: "npm:6.12.1"
ethers: "npm:6.13.1"
feed: "npm:4.2.2"
gray-matter: "npm:4.0.3"
next: "npm:14.2.4"
Expand Down Expand Up @@ -29503,21 +29503,6 @@ __metadata:
languageName: node
linkType: hard

"ethers@npm:6.13.0":
version: 6.13.0
resolution: "ethers@npm:6.13.0"
dependencies:
"@adraffy/ens-normalize": "npm:1.10.1"
"@noble/curves": "npm:1.2.0"
"@noble/hashes": "npm:1.3.2"
"@types/node": "npm:18.15.13"
aes-js: "npm:4.0.0-beta.5"
tslib: "npm:2.4.0"
ws: "npm:8.5.0"
checksum: 10/390918da6955d6b9fcb9a57198ba4864df677e08fc478fbb7a74a02fd5ce0ca1b647782e0ae94c4cf056a205ebb86c64751a3712ffbc426fd53f11167f8cd4fe
languageName: node
linkType: hard

"ethers@npm:6.13.1, ethers@npm:^6.12.2, ethers@npm:^6.13.1":
version: 6.13.1
resolution: "ethers@npm:6.13.1"
Expand Down Expand Up @@ -43551,7 +43536,7 @@ __metadata:
"@cloudflare/workers-types": "npm:4.20240620.0"
"@types/node": "npm:20.14.9"
"@unlock-protocol/networks": "workspace:^"
ethers: "npm:6.12.1"
ethers: "npm:6.13.1"
toucan-js: "npm:3.4.0"
typescript: "npm:5.5.3"
vitest: "npm:1.6.0"
Expand Down
Loading