From 6caa7f31b0f2f4780582b80aca517497e6839214 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:34:19 +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 bf36c933c3..6360b86d54 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "chalk": "^1.1.1", "commander": "^2.9.0", "consolidate": "^0.14.0", - "download-git-repo": "^0.2.1", + "download-git-repo": "^1.0.0", "handlebars": "^4.0.5", "inquirer": "^0.12.0", "metalsmith": "^2.1.0", @@ -42,7 +42,7 @@ "ora": "^0.2.1", "read-metadata": "^1.0.0", "request": "^2.67.0", - "rimraf": "^2.5.0", + "rimraf": "^4.0.0", "semver": "^5.1.0", "uid": "0.0.2", "validate-npm-package-name": "^2.2.2"