From 687523ae5b3283b291b5f14f7a9a065d243fae34 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 23 Oct 2021 22:27:14 +0000 Subject: [PATCH] fix: upgrade axios from 0.21.4 to 0.22.0 Snyk has created this PR to upgrade axios from 0.21.4 to 0.22.0. See this package in npm: https://www.npmjs.com/package/axios See this project in Snyk: https://app.snyk.io/org/firefoxcyber/project/21f52e11-88c4-4497-8bf7-751c492ef0d0?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a90fbfd..d0e9521 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", - "axios": "^0.21.1", + "axios": "^0.22.0", "cors": "^2.8.5", "dotenv": "^8.2.0", "ethers": "^5.0.31",