From e38affc4e5f532c8a4bd611cd555af0f10fb80b6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jan 2024 20:54:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6141137 --- 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",