From 4bf7de366108cccf8ed91542bd583f7a73f9915a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 May 2024 04:07:29 +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 713e8c8..45ebe5c 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "node-fetch": "^2.6.0", "puppeteer": "^2.1.1", "request": "^2.88.2", - "rimraf": "^3.0.2", + "rimraf": "^4.3.1", "sentry-testkit": "^3.2.1", "uuid": "^7.0.2" },