From bcd6f523c108fc094f5bd8d07b778edf9dcd60f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Jul 2025 05:11:05 +0000 Subject: [PATCH] fix: packages/cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- packages/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 9b6fc5c5..977c2e7f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -48,7 +48,7 @@ "ora": "4.1.1", "parse-package-name": "^1.0.0", "resolve-from": "^5.0.0", - "rimraf": "^3.0.2", + "rimraf": "^4.3.1", "swaglog": "^1.0.6", "update-notifier": "^5.1.0", "youtill": "^0.2.7"