From c1ef0a76909d5eb7b97582ebb07dc4474ee61b45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 22:53:49 +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 e84e09e8996a..59c7dabb8565 100644 --- a/examples/graphql/package.json +++ b/examples/graphql/package.json @@ -64,7 +64,7 @@ "@types/multer": "^1.4.11", "@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 574e095aa018..8710d2215706 100644 --- a/package-lock.json +++ b/package-lock.json @@ -456,7 +456,7 @@ "@types/multer": "^1.4.11", "@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" }, @@ -29476,9 +29476,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" @@ -29486,9 +29486,6 @@ "bin": { "rimraf": "dist/esm/bin.mjs" }, - "engines": { - "node": ">=14.18" - }, "funding": { "url": "https://github.com/sponsors/isaacs" } @@ -37033,7 +37030,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" }, @@ -37122,7 +37119,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", @@ -37305,7 +37302,7 @@ "axios": "^1.7.2", "cacache": "^18.0.3", "debug": "^4.3.5", - "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 6f24dac3f802..0ba7ef47b7ea 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 4008eeda3aae..a68591e6af69 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 25e32c4c06e8..0145f9562cb3 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.5", - "rimraf": "^5.0.7", + "rimraf": "^5.0.10", "tslib": "^2.6.3" }, "devDependencies": {