From d4225ce4ad26ff14346077c0d2a9346c7918cfd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 17:22:52 +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 80c224b1d4d0..8d4d6d0e289e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9050,13 +9050,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": { @@ -36818,7 +36819,7 @@ "@loopback/testlab": "^7.0.7", "@types/debug": "^4.1.12", "@types/node": "^16.18.119", - "@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 559ba8908c63..cc57ff75fb38 100644 --- a/packages/http-caching-proxy/package.json +++ b/packages/http-caching-proxy/package.json @@ -51,7 +51,7 @@ "@loopback/testlab": "^7.0.7", "@types/debug": "^4.1.12", "@types/node": "^16.18.119", - "@types/rimraf": "^3.0.2", + "@types/rimraf": "^4.0.5", "@types/tunnel": "0.0.7", "delay": "^5.0.0", "tunnel": "0.0.6"