From b82d83638027a5905d216c8725b04f6a2e2bd9c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:28:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 837ee67..8a7a906 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "author": "Ian Renyard", "license": "MIT", "dependencies": { - "fs-jetpack": "^0.10.5", + "fs-jetpack": "^0.13.0", "fuzzy": "^0.1.3" }, "devDependencies": {},