From 60dd8116122340d4b7b4325cddcd86b52d95fa9a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jun 2023 01:14:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- 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",