Skip to content

Commit 11d0f7c

Browse files
committed
fix: deep dependency CVEs
1 parent 42849ed commit 11d0f7c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.vscode/tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{
1919
"label": "SettleMint - Login",
2020
"type": "shell",
21-
"command": "bunx settlemint login --accept-defaults",
21+
"command": "bunx settlemint login",
2222
},
2323
{
2424
"label": "Foundry - Build",

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Hardhat consists of:
4646
## Documentation
4747

4848
- Additional documentation can be found in the [docs folder](./docs).
49-
- [SettleMint Documentation](https://console.settlemint.com/documentation/docs/using-platform/dev-tools/code-studio/smart-contract-sets/deploying-a-contract/)
49+
- [SettleMint Documentation](https://console.settlemint.com/documentation/docs/using-platform/integrated-development-environment/)
5050
- [Foundry Documentation](https://book.getfoundry.sh/)
5151
- [Hardhat Documentation](https://hardhat.org/hardhat-runner/docs/getting-started)
5252

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@
5858
"overrides": {
5959
"@graphprotocol/graph-cli": "0.94.0",
6060
"@graphprotocol/graph-ts": "0.37.0",
61-
"elliptic": "6.6.1"
61+
"elliptic": "6.6.1",
62+
"ws": "7.5.10",
63+
"adm-zip": "0.5.2"
6264
},
6365
"devDependencies": {
6466
"@nomicfoundation/hardhat-ethers": "3.0.8",

0 commit comments

Comments
 (0)