From c9b9571f00e2dc537750e51349f8ec27a5257bcb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 03:05:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5849120..d898945 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ }, "dependencies": { "urijs": "1.18.4", - "axios": "^0.12.0", + "axios": "^0.16.1", "bluebird": "^3.1.5", "es6-promise": "^3.0.2", "event-source-polyfill": "0.0.7",