From 4b9d62bbe324f3137e5102a9bb5c43a89d912136 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 May 2025 20:22:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHPARSE-1077067 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51fe30a01..089a85e4b 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "async": "2.6.3", "path": "0.12.7", "postman-collection": "3.6.11", - "shelljs": "0.8.4" + "shelljs": "0.10.0" }, "devDependencies": { "browserify": "14.5.0",