From 74732a7218ba6461128e2ab22d019a682ec19175 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 00:15:22 +0000 Subject: [PATCH] chore: update dependency rimraf to ^5.0.10 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/graphql/package.json | 2 +- package-lock.json | 17 +++++++---------- packages/build/package.json | 2 +- packages/cli/package.json | 2 +- packages/http-caching-proxy/package.json | 2 +- 5 files changed, 11 insertions(+), 14 deletions(-) diff --git a/examples/graphql/package.json b/examples/graphql/package.json index d7a178d79561..44d8157697a2 100644 --- a/examples/graphql/package.json +++ b/examples/graphql/package.json @@ -64,7 +64,7 @@ "@types/multer": "^1.4.12", "@types/node": "^16.18.101", "eslint": "^8.57.0", - "rimraf": "^5.0.7", + "rimraf": "^5.0.10", "source-map-support": "^0.5.21", "typescript": "~5.2.2" } diff --git a/package-lock.json b/package-lock.json index e6e30fd1b59d..68646a36430d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -456,7 +456,7 @@ "@types/multer": "^1.4.12", "@types/node": "^16.18.101", "eslint": "^8.57.0", - "rimraf": "^5.0.7", + "rimraf": "^5.0.10", "source-map-support": "^0.5.21", "typescript": "~5.2.2" }, @@ -29595,9 +29595,9 @@ } }, "node_modules/rimraf": { - "version": "5.0.7", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.7.tgz", - "integrity": "sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==", + "version": "5.0.10", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz", + "integrity": "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==", "license": "ISC", "dependencies": { "glob": "^10.3.7" @@ -29605,9 +29605,6 @@ "bin": { "rimraf": "dist/esm/bin.mjs" }, - "engines": { - "node": ">=14.18" - }, "funding": { "url": "https://github.com/sponsors/isaacs" } @@ -37152,7 +37149,7 @@ "mocha": "^10.6.0", "nyc": "^17.0.0", "prettier": "^3.3.2", - "rimraf": "^5.0.7", + "rimraf": "^5.0.10", "source-map-support": "^0.5.21", "typescript": "~5.2.2" }, @@ -37241,7 +37238,7 @@ "mem-fs": "^2.3.0", "mem-fs-editor": "^9.7.0", "mock-stdin": "^1.0.0", - "rimraf": "^5.0.7", + "rimraf": "^5.0.10", "sinon": "^18.0.0", "strong-globalize-cli": "7.1.1", "yeoman-assert": "^3.1.1", @@ -37424,7 +37421,7 @@ "axios": "^1.7.2", "cacache": "^18.0.3", "debug": "^4.3.7", - "rimraf": "^5.0.7", + "rimraf": "^5.0.10", "tslib": "^2.6.3" }, "devDependencies": { diff --git a/packages/build/package.json b/packages/build/package.json index aa91097114d5..b74f9852a3e9 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -43,7 +43,7 @@ "mocha": "^10.6.0", "nyc": "^17.0.0", "prettier": "^3.3.2", - "rimraf": "^5.0.7", + "rimraf": "^5.0.10", "source-map-support": "^0.5.21", "typescript": "~5.2.2" } diff --git a/packages/cli/package.json b/packages/cli/package.json index 3dbf9803a6c6..61f24516e0ec 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -97,7 +97,7 @@ "mem-fs": "^2.3.0", "mem-fs-editor": "^9.7.0", "mock-stdin": "^1.0.0", - "rimraf": "^5.0.7", + "rimraf": "^5.0.10", "sinon": "^18.0.0", "strong-globalize-cli": "7.1.1", "yeoman-assert": "^3.1.1", diff --git a/packages/http-caching-proxy/package.json b/packages/http-caching-proxy/package.json index ac1ec6374321..c311a26fcf94 100644 --- a/packages/http-caching-proxy/package.json +++ b/packages/http-caching-proxy/package.json @@ -42,7 +42,7 @@ "axios": "^1.7.2", "cacache": "^18.0.3", "debug": "^4.3.7", - "rimraf": "^5.0.7", + "rimraf": "^5.0.10", "tslib": "^2.6.3" }, "devDependencies": {