From fd2f17f74a6dd00cd57098306af168d58c9117f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 18:02:31 +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..15d4cbb1 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.0.1", "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..1b154753 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.0.1", "rollup-plugin-esbuild": "^6.1.1", "rollup-plugin-workbox": "^8.1.0", "rollup": "^4.18.1"