Skip to content

Commit 74fdb4a

Browse files
committed
fix: strict audit
1 parent 29c40b4 commit 74fdb4a

File tree

4 files changed

+311
-51
lines changed

4 files changed

+311
-51
lines changed

examples/cra-dapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"@types/react-dom": "18.3.0",
2121
"@vitejs/plugin-react": "4.2.1",
2222
"typescript": "5.2.2",
23-
"vite": "6.0.3"
23+
"vite": "6.0.11"
2424
}
2525
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@
128128
"secp256k1@=5.0.0": ">=5.0.1",
129129
"elliptic@<6.6.0": ">=6.6.0",
130130
"cross-spawn@<7.0.5": ">=7.0.5",
131-
"nanoid@<3.3.8": "3.3.8"
131+
"nanoid@<3.3.8": "3.3.8",
132+
"store2@<2.14.4": ">=2.14.4"
132133
}
133134
}
134135
}

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"ts-jest-mock-import-meta": "1.1.0",
103103
"tsconfig-paths-webpack-plugin": "4.1.0",
104104
"typescript": "5.2.2",
105-
"vite": "6.0.3",
105+
"vite": "6.0.11",
106106
"vite-plugin-clean": "1.0.0",
107107
"vite-plugin-static-copy": "2.2.0",
108108
"vite-tsconfig-paths": "5.1.4",

0 commit comments

Comments
 (0)