From 1165f596825a09f4917af3e58215b65a4c358f9d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Oct 2025 14:55:35 +0000 Subject: [PATCH] fix: upgrade rimraf from 4.0.4 to 4.4.1 Snyk has created this PR to upgrade rimraf from 4.0.4 to 4.4.1. See this package in npm: rimraf See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/4f7ab23f-9f12-42b0-a926-de19373f46f6?utm_source=github&utm_medium=referral&page=upgrade-pr --- benchmarks/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/package.json b/benchmarks/package.json index eebfe4cc9c0d..804029e86644 100644 --- a/benchmarks/package.json +++ b/benchmarks/package.json @@ -13,7 +13,7 @@ "path-key": "^4.0.0", "pretty-bytes": "^6.0.0", "pretty-ms": "^7.0.1", - "rimraf": "^4.0.0", + "rimraf": "^4.4.1", "tempy": "^2.0.0", "thenify": "^3.3.1", "touch": "^3.1.0",