From 327d0d5989b4ae7c9629c36da03da9570476d435 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Mar 2020 04:13:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b44070..a2b1af2 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "homepage": "https://github.com/gc-plugins/plugin-manager#readme", "dependencies": { - "fs-jetpack": "^0.10.5", + "fs-jetpack": "^0.13.0", "fuzzy": "^0.1.3" }, "devDependencies": {}