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