From d707b09943d56f1c4d3fc8d36e2ebe42470cc254 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Dec 2023 22:47:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2332181 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2396346 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5df8a064bb..394578086b 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ }, "dependencies": { "autobind-decorator": "^2.1.0", - "axios": "^0.18.0", + "axios": "^0.21.1", "cancelable-promise": "^2.4.0", "classnames": "^2.2.5", "clipboard": "^2.0.4",