From 1c43f4c056f66e9e8625e3df930e8af63bc7e5bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 21:57:36 +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 3be8700e..7d6857f7 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "eslint-plugin-progress": "0.0.1", "mocha": "~8.3.1", "prettier": "^2.2.1", - "rimraf": "^3.0.2", + "rimraf": "^4.4.0", "sinon": "~15.0.1", "sinon-chai": "~3.7.0", "ts-node": "^10.4.0",