From 934830f44ae3dc297ca5b083be005d02f1f3fd81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 04:55:07 +0000 Subject: [PATCH] Bump rimraf from 5.0.7 to 5.0.8 Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.7 to 5.0.8. - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/rimraf/compare/v5.0.7...v5.0.8) --- updated-dependencies: - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 9ca91769..fbde163f 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "devDependencies": { "eslint": "8.57.0", "prettier": "3.3.2", - "rimraf": "5.0.7", + "rimraf": "5.0.8", "turbo": "1.13.3" }, "packageManager": "pnpm@8.13.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 482d26ea..839bbf10 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: 3.3.2 version: 3.3.2 rimraf: - specifier: 5.0.7 - version: 5.0.7 + specifier: 5.0.8 + version: 5.0.8 turbo: specifier: 1.13.3 version: 1.13.3 @@ -16009,9 +16009,9 @@ packages: glob: 7.2.3 dev: true - /rimraf@5.0.7: - resolution: {integrity: sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==} - engines: {node: '>=14.18'} + /rimraf@5.0.8: + resolution: {integrity: sha512-XSh0V2/yNhDEi8HwdIefD8MLgs4LQXPag/nEJWs3YUc3Upn+UHa1GyIkEg9xSSNt7HnkO5FjTvmcRzgf+8UZuw==} + engines: {node: '>=18'} hasBin: true dependencies: glob: 10.3.10