From 376680d0d623f7a8c0857a691bd709941c331e9e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Jan 2021 01:27:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-URIJS-1055003 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8400997a..9c90a4a2 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "jsonld": "^2.0.0", "parse-link-header": "1.0.1", "uri-templates": "0.2.0", - "urijs": "1.19.2" + "urijs": "1.19.4" }, "devDependencies": { "@types/body-parser": "1.17.1",