From f5be8c39b43e8ff37e02973fa5c5096581abbeb7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Mar 2025 03:39:11 +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 f8e4c9d..22ee376 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "object-collection": "^3.0.1", "path-to-regexp": "^6.2.1", "pluralize": "^8.0.0", - "shelljs": "^0.8.5" + "shelljs": "^0.9.0" }, "devDependencies": { "@types/lodash": "^4.14.191",