From 97c3ae1779c0934efdefd5e84b2d7088bf046df6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 18:38:19 +0000 Subject: [PATCH] Update dependency rimraf to v6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 47370a8..a3e1af2 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@types/tmp": "0.1.0", "jest": "24.9.0", "npm-run-all": "4.1.5", - "rimraf": "3.0.2", + "rimraf": "6.0.1", "ts-jest": "24.3.0", "tslint": "5.20.1", "tslint-clean-code": "0.2.10",