Skip to content

Commit a473a4f

Browse files
Remediate vulnerabilities in package.json (#59)
Co-authored-by: wiz-6cbc7756d1[bot] <193935175+wiz-6cbc7756d1[bot]@users.noreply.github.com>
1 parent dbffda6 commit a473a4f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@heroicons/react": "^2.0.18",
1313
"@hookform/resolvers": "^3.3.2",
1414
"@nivo/core": "^0.83.0",
15-
"@nivo/line": "^0.83.0",
15+
"@nivo/line": "0.85.1",
1616
"@radix-ui/react-accordion": "^1.1.2",
1717
"@radix-ui/react-checkbox": "^1.0.4",
1818
"@radix-ui/react-dialog": "^1.0.5",
@@ -26,7 +26,7 @@
2626
"@radix-ui/react-toast": "^1.1.5",
2727
"@radix-ui/react-tooltip": "^1.0.7",
2828
"@rainbow-me/rainbowkit": "^1.3.0",
29-
"@story-protocol/core-sdk": "0.1.0-alpha",
29+
"@story-protocol/core-sdk": "0.1.0-rc.1",
3030
"@tanstack/react-table": "^8.10.7",
3131
"@uiw/react-json-view": "2.0.0-alpha.10",
3232
"@web3modal/wagmi": "^3.1.0",
@@ -36,7 +36,7 @@
3636
"ethers": "^5.7.2",
3737
"lucide-react": "^0.284.0",
3838
"moment": "^2.29.4",
39-
"next": "13.5.4",
39+
"next": "14.2.35",
4040
"react": "^18.2.0",
4141
"react-dom": "^18.2.0",
4242
"react-dropzone": "^14.2.3",
@@ -45,8 +45,8 @@
4545
"tailwind-merge": "^1.14.0",
4646
"tailwindcss-animate": "^1.0.7",
4747
"truncate-eth-address": "^1.0.2",
48-
"viem": "^1.18.4",
49-
"wagmi": "^1.4.5",
48+
"viem": "2.15.1",
49+
"wagmi": "2.11.1",
5050
"zod": "^3.22.4"
5151
},
5252
"devDependencies": {

0 commit comments

Comments
 (0)