From 38baef119e1661ea55d12f93fa2537de442db6d6 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Sat, 1 Jun 2019 00:37:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-174505 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ce35c3f..409049b 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "production": "cross-env NODE_ENV=production node server/" }, "dependencies": { - "axios": "^0.15.3", + "axios": "^0.19.0", "body-parser": "^1.17.2", "compression": "^1.6.2", "cors": "^2.8.3",