From 8a842670349d6dcea2030e122dcc4a44394066d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 10:53:31 +0000 Subject: [PATCH] chore(deps): update dependency @types/rimraf to v4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd0d60d..b62f9dc 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@types/jest": "^27.0.0", "@types/node": "^14.14.37", "@types/prettier": "^2.0.2", - "@types/rimraf": "^3.0.0", + "@types/rimraf": "^4.0.0", "@typescript-eslint/eslint-plugin": "^4.0.0", "@typescript-eslint/parser": "^4.0.0", "@yarnpkg/pnpify": "^3.0.0",