From d7db8dc8bd5bb05a272f2f9caeeba61b7cee69ca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Mar 2024 19:18:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6444610 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 218133f..eaea4c5 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "webpack-stream": "^5.1.1" }, "dependencies": { - "axios": "^0.18.0", + "axios": "^0.21.1", "@babel/polyfill": "^7.0.0", "easing-js": "^1.1.2", "gl-matrix": "^3.0.0",