From c1a58c0e8509e688c0a5b5e0fd8d2b54d7d4b0b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 06:44:50 +0000 Subject: [PATCH] deps: bump rimraf in /src/publisher-legacy-tests/mongo3.2.7 Bumps [rimraf](https://github.com/isaacs/rimraf) from 2.7.1 to 6.1.2. - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/rimraf/compare/v2.7.1...v6.1.2) --- updated-dependencies: - dependency-name: rimraf dependency-version: 6.1.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/publisher-legacy-tests/mongo3.2.7/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/publisher-legacy-tests/mongo3.2.7/package.json b/src/publisher-legacy-tests/mongo3.2.7/package.json index bc35e73..61360b2 100644 --- a/src/publisher-legacy-tests/mongo3.2.7/package.json +++ b/src/publisher-legacy-tests/mongo3.2.7/package.json @@ -22,7 +22,7 @@ "mocha": "^3.2.0", "mongodb": "^3.7.4", "q": "1.5.0", - "rimraf": "^2.6.1", + "rimraf": "^6.1.2", "typescript": "4.1.2", "zone.js": "^0.8.5" },