Skip to content

Commit 0773669

Browse files
committed
fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade: - next from 14.2.6 to 14.2.7. See this package in npm: https://www.npmjs.com/package/next - viem from 2.20.0 to 2.20.1. See this package in npm: https://www.npmjs.com/package/viem - zksync-ethers from 6.11.2 to 6.12.0. See this package in npm: https://www.npmjs.com/package/zksync-ethers See this project in Snyk: https://app.snyk.io/org/zntb/project/3f7a23d2-a22c-4487-8442-502155814573?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent d4c5f7e commit 0773669

File tree

2 files changed

+56
-56
lines changed

2 files changed

+56
-56
lines changed

package-lock.json

Lines changed: 53 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@
2828
"clsx": "^2.1.1",
2929
"ethers": "^6.13.2",
3030
"lucide-react": "^0.436.0",
31-
"next": "14.2.6",
31+
"next": "14.2.7",
3232
"next-themes": "^0.3.0",
3333
"react": "^18.3.1",
3434
"react-dom": "^18.3.1",
3535
"react-hook-form": "^7.53.0",
3636
"tailwind-merge": "^2.5.2",
3737
"tailwindcss-animate": "^1.0.7",
38-
"viem": "2.20.0",
38+
"viem": "2.20.1",
3939
"viem-aa-sdk-compatible": "npm:[email protected]",
40-
"zksync-ethers": "6.11.2",
40+
"zksync-ethers": "6.12.0",
4141
"zod": "^3.23.8"
4242
},
4343
"devDependencies": {

0 commit comments

Comments
 (0)