From d3f799fd39d9bf68530bb344b2417eff8681f07b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 21:36:44 +0000 Subject: [PATCH] chore(deps): update dependency rimraf to v5.0.2 --- package.json | 2 +- pnpm-lock.yaml | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 94f65c1a..f5d08f8f 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "markdownlint-cli": "0.37.0", "npm-run-all": "4.1.5", "prettier": "3.0.3", - "rimraf": "5.0.1", + "rimraf": "5.0.2", "secretlint": "7.0.7", "shell-quote": "1.8.1", "sort-package-json": "2.5.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9ab7a482..e5214e2b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -69,8 +69,8 @@ importers: specifier: 3.0.3 version: 3.0.3 rimraf: - specifier: 5.0.1 - version: 5.0.1 + specifier: 5.0.2 + version: 5.0.2 secretlint: specifier: 7.0.7 version: 7.0.7 @@ -7922,6 +7922,14 @@ packages: glob: 10.3.7 dev: true + /rimraf@5.0.2: + resolution: {integrity: sha512-SeHT0IRkQNIhWL7O5qrCt8MfJagJ2ZOemGMIx2NXS7MP1GldYpWSw3mCLbnjA0Ac6eadZMcDFZjynCWGJmwO6A==} + engines: {node: '>=14'} + hasBin: true + dependencies: + glob: 10.3.7 + dev: true + /run-applescript@5.0.0: resolution: {integrity: sha512-XcT5rBksx1QdIhlFOCtgZkB99ZEouFZ1E2Kc2LHqNW13U3/74YGdkQRmThTwxy4QIyookibDKYZOPqX//6BlAg==} engines: {node: '>=12'}