From 6425fdf20d793d8fe9b22549fcb882a46f518785 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 18:44:19 +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 e44e5be1416f..2cd1e7ada425 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 037ae6c27f0a..05a1857f58fd 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" }, @@ -29515,9 +29515,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" @@ -29525,9 +29525,6 @@ "bin": { "rimraf": "dist/esm/bin.mjs" }, - "engines": { - "node": ">=14.18" - }, "funding": { "url": "https://github.com/sponsors/isaacs" } @@ -37071,7 +37068,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" }, @@ -37160,7 +37157,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", @@ -37343,7 +37340,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 5aa5e7cf6c40..a12d59accb78 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 7c95ed40601b..d854c97aa157 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 27e3a4bfe385..0fcbb897fad5 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": {