From 3425a962d07a890612cad725deabd7e7dc829fbd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Mar 2025 01:08:30 +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 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51fe30a01..6b08b1695 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.9.0" }, "devDependencies": { "browserify": "14.5.0",