From 528b05b797bc71ca23ebf085f1c970b34933e4f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Mar 2025 07:49:15 +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 5f53e99..f4724aa 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "progress": "^1.1.8", "prompt": "^1.0.0", "request": "^2.72.0", - "shelljs": "^0.7.0" + "shelljs": "^0.9.0" }, "devDependencies": { "jshint": "^2.5.10",