From 268bd8a9efa984f4e844cb1cafd473191944b43b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 03:47:50 +0000 Subject: [PATCH] chore(deps): update dependency rimraf to v5.0.7 --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 1126a9348c3..737cbd9cd4e 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "nx": "18.3.4", "prettier": "3.2.5", "prettier-plugin-tailwindcss": "0.5.14", - "rimraf": "5.0.6", + "rimraf": "5.0.7", "tempy": "3.1.0", "typescript": "5.4.5", "vitest": "0.34.6" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cbee0ddc540..deb273024d9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -54,8 +54,8 @@ importers: specifier: 0.5.14 version: 0.5.14(prettier@3.2.5) rimraf: - specifier: 5.0.6 - version: 5.0.6 + specifier: 5.0.7 + version: 5.0.7 tempy: specifier: 3.1.0 version: 3.1.0 @@ -7455,9 +7455,9 @@ packages: dependencies: glob: 7.2.3 - /rimraf@5.0.6: - resolution: {integrity: sha512-X72SgyOf+1lFnGM6gYcmZ4+jMOwuT4E4SajKQzUIlI7EoR5eFHMhS/wf8Ll0mN+w2bxcIVldrJQ6xT7HFQywjg==} - engines: {node: '>=14'} + /rimraf@5.0.7: + resolution: {integrity: sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==} + engines: {node: '>=14.18'} hasBin: true dependencies: glob: 10.3.12