From 9b7cf2ceb578749d6d5d82b5fb2d3d6dbd015260 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 May 2024 23:45:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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 acf1000..2f6d300 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "json-stable-stringify": "^1.0.1", "lodash": "^4.17.13", "phin": "^3.4.0", - "rimraf": "^3.0.2", + "rimraf": "^4.3.1", "semantic-release-cli": "^5.1.1", "semver": "^5.6.0", "uuid": "^3.3.2"