Skip to content

Commit b0310ca

Browse files
committed
fix: static/move-examples/my_first_dapp/client/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519 - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
1 parent 815a3b0 commit b0310ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/move-examples/my_first_dapp/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@aptos-labs/wallet-adapter-ant-design": "^1.2.5",
6+
"@aptos-labs/wallet-adapter-ant-design": "^2.0.0",
77
"@aptos-labs/wallet-adapter-react": "^2.0.0",
88
"@testing-library/jest-dom": "^5.16.5",
99
"@testing-library/react": "^13.4.0",

0 commit comments

Comments
 (0)