From 539ee75867b479d70209f27fdbb4f4630f3c796f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Nov 2023 07:53:33 +0000 Subject: [PATCH] fix: upgrade axios from 0.24.0 to 0.27.2 Snyk has created this PR to upgrade axios from 0.24.0 to 0.27.2. See this package in npm: https://www.npmjs.com/package/axios See this project in Snyk: https://app.snyk.io/org/pro-developer01/project/05c76472-f700-4fdc-be3a-0fdfa4171cc8?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 3dcca71..bc02a02 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^12.8.3", - "axios": "^0.24.0", + "axios": "^0.27.2", "history": "^5.1.0", "notistack": "^2.0.3", "react": "^17.0.2",