From 15f8388499b4e012cb26d59240b0fd10bb4d15fa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Dec 2020 08:49:49 +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 cbf42f7..554e382 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "license": "MIT", "dependencies": { - "axios": "^0.16.2", + "axios": "^0.21.1", "syncano-server": "beta" }, "scripts": {