From 8bda06c0f85c032c76b2cfccff5bca8afbbe7b47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 11:10:00 +0000 Subject: [PATCH] Bump rimraf from 2.7.1 to 6.0.1 Bumps [rimraf](https://github.com/isaacs/rimraf) from 2.7.1 to 6.0.1. - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/rimraf/compare/v2.7.1...v6.0.1) --- updated-dependencies: - dependency-name: rimraf dependency-version: 6.0.1 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 b4cde7e..35ca4ee 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "file-loader": "^6.2.0", "html-webpack-plugin": "^4.5.2", "jest": "^27.4.5", - "rimraf": "^2.7.1", + "rimraf": "^6.0.1", "scratch-audio": "github:02engine/scratch-audio#main", "scratch-render": "github:02engine/scratch-render#main", "scratch-vm": "github:02engine/scratch-vm#main",