From f1681637280c974b1161394796734d8c44e78887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 21:08:34 +0000 Subject: [PATCH] chore(deps-dev): bump rimraf from 5.0.0 to 5.0.5 Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.0 to 5.0.5. - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/rimraf/compare/v5.0.0...v5.0.5) --- updated-dependencies: - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f3c503c..dbacf0c 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "jest-junit": "14.0.1", "lint-staged": "13.2.3", "prettier": "2.0.5", - "rimraf": "5.0.0", + "rimraf": "5.0.5", "standard-version": "^9.0.0", "supertest": "6.2.3", "ts-jest": "^29.0.3",