From 73817bf8892307df2fcb9dead26144182ed3bd47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 15:12:57 +0000 Subject: [PATCH] build(deps-dev): bump rimraf from 5.0.9 to 6.0.1 Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.9 to 6.0.1. - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/rimraf/compare/v5.0.9...v6.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 9bfb15dbc..9d2abe182 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "pre-commit": "^1.2.2", "proxyquire": "^2.1.3", "pump": "^3.0.0", - "rimraf": "^5.0.1", + "rimraf": "^6.0.1", "semver": "^7.3.7", "split2": "^4.0.0", "steed": "^1.1.3",