Skip to content

Commit

Permalink
fix: strict audit
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron committed Jan 27, 2025
1 parent 29c40b4 commit 74fdb4a
Show file tree
Hide file tree
Showing 4 changed files with 311 additions and 51 deletions.
2 changes: 1 addition & 1 deletion examples/cra-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.2.1",
"typescript": "5.2.2",
"vite": "6.0.3"
"vite": "6.0.11"
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@
"secp256k1@=5.0.0": ">=5.0.1",
"elliptic@<6.6.0": ">=6.6.0",
"cross-spawn@<7.0.5": ">=7.0.5",
"nanoid@<3.3.8": "3.3.8"
"nanoid@<3.3.8": "3.3.8",
"store2@<2.14.4": ">=2.14.4"
}
}
}
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"ts-jest-mock-import-meta": "1.1.0",
"tsconfig-paths-webpack-plugin": "4.1.0",
"typescript": "5.2.2",
"vite": "6.0.3",
"vite": "6.0.11",
"vite-plugin-clean": "1.0.0",
"vite-plugin-static-copy": "2.2.0",
"vite-tsconfig-paths": "5.1.4",
Expand Down
Loading

0 comments on commit 74fdb4a

Please sign in to comment.