From 6d310a378cf88aa31cbb669af7325dbbc327ec01 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Jul 2021 21:14:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-URIJS-1319803 - https://snyk.io/vuln/SNYK-JS-URIJS-1319806 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5849120..b84246e 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "webpack": "^1.13.2" }, "dependencies": { - "urijs": "1.18.4", + "urijs": "1.19.7", "axios": "^0.12.0", "bluebird": "^3.1.5", "es6-promise": "^3.0.2",