From 79b5a075d6c6f1a2ea8e7a5fdc6fbe9645293e90 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 Sep 2021 21:00:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43fd017..5fd6dcd 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "assign-deep": "^1.0.1", "async": "^2.6.1", "async-parallel": "^1.2.3", - "axios": "^0.18.1", + "axios": "^0.21.3", "bcrypt": "^3.0.6", "body-parser": "^1.18.3", "buffer-serializer": "^1.1.0",