From fcc3c371d5c58e6f034593cad8f3191e6a527bd4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:29:21 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9fce442..642efd2 100644 --- a/package.json +++ b/package.json @@ -42,10 +42,10 @@ "clui": "^0.3.1", "commander": "^2.9.0", "empty-dir": "^0.2.1", - "glob": "^7.1.1", + "glob": "^9.0.0", "lodash.uniq": "^4.5.0", "modclean-patterns-default": "latest", - "rimraf": "^2.5.4", + "rimraf": "^4.0.0", "subdirs": "^1.0.0", "update-notifier": "^1.0.3" },