From 8313ce0db66785c11be22ad4ed6bbb7c114cc53e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Dec 2020 08:54:13 +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 4fb7f668..808ca920 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@phc/pbkdf2": "1.1.14", "accesscontrol": "2.2.1", "argon2-browser": "1.15.2", - "axios": "0.21.0", + "axios": "0.21.1", "base32.js": "0.1.0", "bcryptjs": "2.4.3", "bull": "3.20.0",