From b13c4795e76fc6702704f656a77c40a70af66f6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 22:11:39 +0000 Subject: [PATCH] chore: update dependency @types/rimraf to v4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 13 +++++++------ packages/http-caching-proxy/package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0a7d203f3434..9491bf90a6e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9028,13 +9028,14 @@ } }, "node_modules/@types/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@types/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-F3OznnSLAUxFrCEu/L5PY8+ny8DtcFRjx7fZZ9bycvXRi3KPTRS9HOitGZwvPg0juRhXFWIeKX58cnX5YqLohQ==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/@types/rimraf/-/rimraf-4.0.5.tgz", + "integrity": "sha512-DTCZoIQotB2SUJnYgrEx43cQIUYOlNZz0AZPbKU4PSLYTUdML5Gox0++z4F9kQocxStrCmRNhi4x5x/UlwtKUA==", + "deprecated": "This is a stub types definition. rimraf provides its own type definitions, so you do not need this installed.", "dev": true, + "license": "MIT", "dependencies": { - "@types/glob": "*", - "@types/node": "*" + "rimraf": "*" } }, "node_modules/@types/semver": { @@ -37080,7 +37081,7 @@ "@loopback/testlab": "^7.0.6", "@types/debug": "^4.1.12", "@types/node": "^16.18.115", - "@types/rimraf": "^3.0.2", + "@types/rimraf": "^4.0.5", "@types/tunnel": "0.0.7", "delay": "^5.0.0", "tunnel": "0.0.6" diff --git a/packages/http-caching-proxy/package.json b/packages/http-caching-proxy/package.json index d67e3e0a733c..c37eead333b3 100644 --- a/packages/http-caching-proxy/package.json +++ b/packages/http-caching-proxy/package.json @@ -51,7 +51,7 @@ "@loopback/testlab": "^7.0.6", "@types/debug": "^4.1.12", "@types/node": "^16.18.115", - "@types/rimraf": "^3.0.2", + "@types/rimraf": "^4.0.5", "@types/tunnel": "0.0.7", "delay": "^5.0.0", "tunnel": "0.0.6"