From 6294fb1f4e681028bba702e2235e6158db488116 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 18:26:37 +0000 Subject: [PATCH] chore(deps): update dependency rimraf to v6 --- src/generators/building-rollup-ts/templates/package.json | 2 +- src/generators/building-rollup/templates/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/generators/building-rollup-ts/templates/package.json b/src/generators/building-rollup-ts/templates/package.json index 36f7a8bd..af29f4e7 100644 --- a/src/generators/building-rollup-ts/templates/package.json +++ b/src/generators/building-rollup-ts/templates/package.json @@ -10,7 +10,7 @@ "@web/rollup-plugin-import-meta-assets": "^2.2.1", "babel-plugin-template-html-minifier": "^4.1.0", "deepmerge": "^4.3.1", - "rimraf": "^5.0.9", + "rimraf": "^6.1.2", "rollup-plugin-esbuild": "^6.1.1", "rollup-plugin-workbox": "^8.1.0", "rollup": "^4.18.1" diff --git a/src/generators/building-rollup/templates/package.json b/src/generators/building-rollup/templates/package.json index a8ad4bda..5c8fd560 100644 --- a/src/generators/building-rollup/templates/package.json +++ b/src/generators/building-rollup/templates/package.json @@ -10,7 +10,7 @@ "@web/rollup-plugin-import-meta-assets": "^2.2.1", "babel-plugin-template-html-minifier": "^4.1.0", "deepmerge": "^4.3.1", - "rimraf": "^5.0.9", + "rimraf": "^6.1.2", "rollup-plugin-esbuild": "^6.1.1", "rollup-plugin-workbox": "^8.1.0", "rollup": "^4.18.1"