From 8d20b279cafcfb253ee4e500c47bcb342732e713 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Dec 2023 00:46:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5df8a064bb..c7209f356c 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ }, "dependencies": { "autobind-decorator": "^2.1.0", - "axios": "^0.18.0", + "axios": "^1.6.3", "cancelable-promise": "^2.4.0", "classnames": "^2.2.5", "clipboard": "^2.0.4",