From fac77805b2d2e5671947d75ff9c46431a373764d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 15:10:11 +0000 Subject: [PATCH] chore(npm): update dependency rimraf to v6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 445f45a8..b968119f 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@size-limit/file": "11.1.6", "@types/eslint": "9.6.1", "jest": "29.7.0", - "rimraf": "5.0.10", + "rimraf": "6.0.1", "rollup": "4.24.0", "rollup-plugin-terser": "7.0.2", "rollup-plugin-typescript2": "0.36.0",