From 1635c9602a4f37cdbc5df0e653955f4f28cc321c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 13:06:22 +0000 Subject: [PATCH] Bump rimraf from 3.0.2 to 4.1.0 Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.2 to 4.1.0. - [Release notes](https://github.com/isaacs/rimraf/releases) - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/rimraf/compare/v3.0.2...v4.1.0) --- updated-dependencies: - dependency-name: rimraf dependency-type: direct:production 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 1072023..8eb316d 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "lodash.debounce": "^4.0.8", "pump": "^3.0.0", "querystringify": "^2.1.0", - "rimraf": "^3.0.2" + "rimraf": "^4.1.0" }, "devDependencies": { "chokidar": "^3.4.3",