From fc089ae74fa17ea95e01cb7aaae897961d2d3a0e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Mar 2024 21:22:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-6476909 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0a7c21..d93e023 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "prepublishOnly": "prepv -i || true" }, "dependencies": { - "cush": "^0.1.0", + "cush": "^0.2.1", "mime-types": "^2.1.18", "saxon": "^0.1.4", "slush": "aleclarson/slush#3.2.0",