From a5a0be026a261f42598fb44d8785a4b9b93e7f17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 09:46:28 +0000 Subject: [PATCH] Bump rimraf from 5.0.7 to 6.0.1 in /packages/credentials Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.7 to 6.0.1. - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/rimraf/compare/v5.0.7...v6.0.1) --- updated-dependencies: - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/credentials/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/credentials/package.json b/packages/credentials/package.json index db31444a3..736765e85 100644 --- a/packages/credentials/package.json +++ b/packages/credentials/package.json @@ -104,7 +104,7 @@ "mocha": "10.4.0", "mocha-junit-reporter": "2.2.1", "playwright": "1.45.3", - "rimraf": "5.0.7", + "rimraf": "6.0.1", "sinon": "18.0.0", "typescript": "5.4.5" }