From 9c6ffd423ecb996dadfca54981e1dc3b08312d8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 09:02:42 +0000 Subject: [PATCH] Bump rimraf from 3.0.2 to 4.4.0 Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.2 to 4.4.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.4.0) --- 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 11aabdc..395fa99 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "debug": "^4.1.1" }, "devDependencies": { - "rimraf": "^3.0.0", + "rimraf": "^4.4.0", "standard": "*", "tape": "^5.0.0" },