Skip to content

Commit 8f24b2d

Browse files
committed
fix: examples/simulate-proposal/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577916 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577917 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577918 - https://snyk.io/vuln/SNYK-JS-AXIOS-7361793
1 parent 9eea3f7 commit 8f24b2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/simulate-proposal/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"start": "node index.js"
1010
},
1111
"dependencies": {
12-
"@openzeppelin/defender-admin-client": "1.54.2",
12+
"@openzeppelin/defender-admin-client": "1.54.6",
1313
"dotenv": "^8.2.0",
14-
"ethers": "^5.7.2"
14+
"ethers": "^6.0.0"
1515
}
1616
}

0 commit comments

Comments
 (0)