diff --git a/examples/graphql/package.json b/examples/graphql/package.json index e84e09e8996a..130dc1dc38a9 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.9", "source-map-support": "^0.5.21", "typescript": "~5.2.2" } diff --git a/package-lock.json b/package-lock.json index 574e095aa018..7ad295868a23 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.9", "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.9", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.9.tgz", + "integrity": "sha512-3i7b8OcswU6CpU8Ej89quJD4O98id7TtVM5U4Mybh84zQXdrFmDLouWBEEaD/QfO3gDDfH+AGFCGsR7kngzQnA==", "license": "ISC", "dependencies": { "glob": "^10.3.7" @@ -29487,7 +29487,7 @@ "rimraf": "dist/esm/bin.mjs" }, "engines": { - "node": ">=14.18" + "node": "14 >=14.20 || 16 >=16.20 || >=18" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -37033,7 +37033,7 @@ "mocha": "^10.6.0", "nyc": "^17.0.0", "prettier": "^3.3.2", - "rimraf": "^5.0.7", + "rimraf": "^5.0.9", "source-map-support": "^0.5.21", "typescript": "~5.2.2" }, @@ -37122,7 +37122,7 @@ "mem-fs": "^2.3.0", "mem-fs-editor": "^9.7.0", "mock-stdin": "^1.0.0", - "rimraf": "^5.0.7", + "rimraf": "^5.0.9", "sinon": "^18.0.0", "strong-globalize-cli": "7.1.1", "yeoman-assert": "^3.1.1", @@ -37305,7 +37305,7 @@ "axios": "^1.7.2", "cacache": "^18.0.3", "debug": "^4.3.5", - "rimraf": "^5.0.7", + "rimraf": "^5.0.9", "tslib": "^2.6.3" }, "devDependencies": { diff --git a/packages/build/package.json b/packages/build/package.json index 6f24dac3f802..cea5acb6a176 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.9", "source-map-support": "^0.5.21", "typescript": "~5.2.2" } diff --git a/packages/cli/package.json b/packages/cli/package.json index 4008eeda3aae..0bb1aac2ca13 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.9", "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..8fffc3eeeb49 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.9", "tslib": "^2.6.3" }, "devDependencies": {