From 3d0f2c7f5626e1b420b6ca00a2d910df1604107f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 17:40:12 +0000 Subject: [PATCH] chore(deps): update dependency rimraf to ^4.1.2 (#36) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9337eacc4a..d720a81fd1 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "postcss": "^8.4.21", "postcss-custom-properties": "^12.1.11", "postcss-html": "^1.5.0", - "rimraf": "^4.1.1", + "rimraf": "^4.1.2", "rollup-plugin-visualizer": "^5.9.0", "sass": "^1.57.1", "stylelint": "^14.16.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d46f71b1da..5e5f735c86 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -42,7 +42,7 @@ importers: postcss: ^8.4.21 postcss-custom-properties: ^12.1.11 postcss-html: ^1.5.0 - rimraf: ^4.1.1 + rimraf: ^4.1.2 rollup-plugin-visualizer: ^5.9.0 sass: ^1.57.1 stylelint: ^14.16.1 @@ -98,7 +98,7 @@ importers: postcss: 8.4.21 postcss-custom-properties: 12.1.11_postcss@8.4.21 postcss-html: 1.5.0 - rimraf: 4.1.1 + rimraf: 4.1.2 rollup-plugin-visualizer: 5.9.0 sass: 1.57.1 stylelint: 14.16.1 @@ -8990,8 +8990,8 @@ packages: glob: 7.2.3 dev: true - /rimraf/4.1.1: - resolution: {integrity: sha512-Z4Y81w8atcvaJuJuBB88VpADRH66okZAuEm+Jtaufa+s7rZmIz+Hik2G53kGaNytE7lsfXyWktTmfVz0H9xuDg==} + /rimraf/4.1.2: + resolution: {integrity: sha512-BlIbgFryTbw3Dz6hyoWFhKk+unCcHMSkZGrTFVAx2WmttdBSonsdtRlwiuTbDqTKr+UlXIUqJVS4QT5tUzGENQ==} engines: {node: '>=14'} hasBin: true dev: true