Skip to content

Commit

Permalink
fix(deps): update dependency ethers to v6.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 13, 2024
1 parent a769d5b commit a9edf51
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
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.0",
"ethers-multisend": "3.1.0",
"ethers5": "npm:ethers@5.7.2",
"fs-extra": "11.2.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 @@ -27,7 +27,7 @@
"@unlock-protocol/networks": "workspace:^",
"@unlock-protocol/tsconfig": "workspace:^",
"@unlock-protocol/types": "workspace:^",
"ethers": "6.12.1",
"ethers": "6.13.0",
"hardhat": "2.22.3",
"typescript": "5.4.5",
"zksync-ethers": "6.7.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/unlock-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "yarn run eslint --resolve-plugins-relative-to ../eslint-config --ext .tsx,.ts,.js ."
},
"dependencies": {
"ethers": "5.7.2",
"ethers": "6.13.0",
"passport-custom": "1.1.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion 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"
"ethers": "6.13.0"
},
"devDependencies": {
"@babel/cli": "7.24.6",
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.0",
"toucan-js": "3.4.0",
"wrangler": "3.59.0"
},
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.3",
"eslint": "8.57.0",
"ethers": "6.12.1",
"ethers": "6.13.0",
"next": "14.2.3",
"next-seo": "6.5.0",
"numeral": "2.0.6",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20085,7 +20085,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.0"
ethers-multisend: "npm:3.1.0"
ethers5: "npm:ethers@5.7.2"
fs-extra: "npm:11.2.0"
Expand Down Expand Up @@ -20113,7 +20113,7 @@ __metadata:
"@unlock-protocol/tsconfig": "workspace:^"
"@unlock-protocol/types": "workspace:^"
copyfiles: "npm:2.4.1"
ethers: "npm:6.12.1"
ethers: "npm:6.13.0"
hardhat: "npm:2.22.3"
tsup: "npm:8.1.0"
typescript: "npm:5.4.5"
Expand Down Expand Up @@ -20542,7 +20542,7 @@ __metadata:
resolution: "@unlock-protocol/unlock-express@workspace:packages/unlock-express"
dependencies:
"@unlock-protocol/eslint-config": "workspace:./packages/eslint-config"
ethers: "npm:5.7.2"
ethers: "npm:6.13.0"
passport-custom: "npm:1.1.1"
prettier: "npm:3.3.0"
peerDependencies:
Expand Down Expand Up @@ -20581,7 +20581,7 @@ __metadata:
vitest: "npm:1.6.0"
peerDependencies:
axios: 1.7.2
ethers: 5.7.2
ethers: 6.13.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -20612,7 +20612,7 @@ __metadata:
embla-carousel-react: "npm:8.1.3"
eslint: "npm:8.57.0"
eslint-config-next: "npm:14.2.3"
ethers: "npm:6.12.1"
ethers: "npm:6.13.0"
feed: "npm:4.2.2"
gray-matter: "npm:4.0.3"
next: "npm:14.2.3"
Expand Down Expand Up @@ -45171,7 +45171,7 @@ __metadata:
"@cloudflare/workers-types": "npm:4.20240603.0"
"@types/node": "npm:20.12.8"
"@unlock-protocol/networks": "workspace:^"
ethers: "npm:6.12.1"
ethers: "npm:6.13.0"
toucan-js: "npm:3.4.0"
typescript: "npm:5.4.5"
vitest: "npm:1.6.0"
Expand Down

0 comments on commit a9edf51

Please sign in to comment.