From 246f161b688b935683fcb25bc6a3149229df1ec8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 20:02:07 +0000 Subject: [PATCH] chore: bump rimraf from 4.4.1 to 5.0.1 Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.4.1 to 5.0.1. - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/rimraf/compare/v4.4.1...v5.0.1) --- updated-dependencies: - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7417a5f6..1458f069 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "portastic": "^1.0.1", "proxy": "^1.0.2", "request": "^2.88.2", - "rimraf": "^4.1.2", + "rimraf": "^5.0.1", "sinon": "^13.0.2", "sinon-stub-promise": "^4.0.0", "through": "^2.3.8",