From 16c6c9cfba754dc3b345f4e63ace51efa15e6df6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Dec 2020 21:23:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1038255 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8617c48..88a2b6a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@types/node": "^12.12.28", "@types/socket.io-client": "^1.4.32", "async": "^2.5.0", - "axios": "^0.19.2", + "axios": "^0.21.1", "bluebird": "^3.5.1", "lru-cache": "^4.1.2", "moment": "^2.22.1",