From dff1469fedf03fab58ea295c6341af65ad5cbd29 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Dec 2024 18:18:55 +0000 Subject: [PATCH] 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-6124857 - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926 --- static/move-examples/my_first_dapp/client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/move-examples/my_first_dapp/client/package.json b/static/move-examples/my_first_dapp/client/package.json index a6a80995c..2bf5d5c19 100644 --- a/static/move-examples/my_first_dapp/client/package.json +++ b/static/move-examples/my_first_dapp/client/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@aptos-labs/wallet-adapter-ant-design": "^0.1.0", - "@aptos-labs/wallet-adapter-react": "^1.3.2", + "@aptos-labs/wallet-adapter-react": "^2.0.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0",