From 73ca398895661ff773e27103d3665ac706b4d376 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 02:44:44 +0000 Subject: [PATCH] chore: update dependency cacache to ^18.0.4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 34 +++++++++++++----------- packages/http-caching-proxy/package.json | 2 +- 2 files changed, 19 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 51672dd9e36e..dba72ae715fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -380,7 +380,7 @@ "@loopback/rest": "^14.0.6", "@loopback/rest-explorer": "^7.0.6", "@loopback/service-proxy": "^7.0.6", - "express": "^4.20.0", + "express": "^4.19.2", "tslib": "^2.6.3" }, "devDependencies": { @@ -576,7 +576,7 @@ "compression": "^1.7.4", "cors": "^2.8.5", "debug": "^4.3.7", - "express": "^4.20.0", + "express": "^4.19.2", "helmet": "^4.6.0", "loopback": "^3.28.0", "loopback-boot": "^3.3.1", @@ -731,7 +731,7 @@ "body-parser": "^1.20.3", "client-sessions": "^0.8.0", "debug": "^4.3.7", - "express": "^4.20.0", + "express": "^4.19.2", "express-session": "^1.18.0", "jade": "^1.11.0", "lodash": "^4.17.21", @@ -848,7 +848,7 @@ "license": "MIT", "dependencies": { "@loopback/core": "^6.1.3", - "express": "^4.20.0", + "express": "^4.19.2", "tslib": "^2.6.3" }, "devDependencies": { @@ -1230,7 +1230,7 @@ "@types/qs": "^6.9.15", "axios": "^1.7.2", "body-parser": "^1.20.3", - "express": "^4.20.0", + "express": "^4.19.2", "form-data": "^4.0.0", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", @@ -1344,7 +1344,7 @@ "@loopback/http-server": "^6.0.6", "apollo-server-express": "^3.12.1", "debug": "^4.3.7", - "express": "^4.20.0", + "express": "^4.19.2", "graphql": "^15.9.0", "graphql-subscriptions": "^2.0.0", "type-graphql": "^1.1.1" @@ -1458,7 +1458,7 @@ "@loopback/testlab": "^7.0.6", "@types/express": "^4.17.21", "@types/node": "^16.18.101", - "express": "^4.20.0" + "express": "^4.19.2" }, "engines": { "node": "18 || 20 || 22" @@ -1625,7 +1625,7 @@ "@types/node": "^16.18.101", "axios": "^1.7.2", "body-parser": "^1.20.3", - "express": "^4.20.0", + "express": "^4.19.2", "form-data": "^4.0.0", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", @@ -11733,9 +11733,10 @@ } }, "node_modules/cacache": { - "version": "18.0.3", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.3.tgz", - "integrity": "sha512-qXCd4rh6I07cnDqh8V48/94Tc/WSfj+o3Gn6NZ0aZovS255bUx8O13uKxRFd2eWG0xgsco7+YItQNPaa5E85hg==", + "version": "18.0.4", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.4.tgz", + "integrity": "sha512-B+L5iIa9mgcjLbliir2th36yEwPftrzteHYujzsx3dFP/31GCHcIeS8f5MGd80odLOjaOvSpU3EEAmRQptkxLQ==", + "license": "ISC", "dependencies": { "@npmcli/fs": "^3.1.0", "fs-minipass": "^3.0.0", @@ -11758,6 +11759,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-2.0.1.tgz", "integrity": "sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==", + "license": "ISC", "dependencies": { "minipass": "^7.0.3" }, @@ -37322,7 +37324,7 @@ "@types/http-errors": "^2.0.4", "body-parser": "^1.20.3", "debug": "^4.3.7", - "express": "^4.20.0", + "express": "^4.19.2", "http-errors": "^2.0.0", "on-finished": "^2.4.1", "toposort": "^2.0.2", @@ -37383,7 +37385,7 @@ "license": "MIT", "dependencies": { "axios": "^1.7.2", - "cacache": "^18.0.3", + "cacache": "^18.0.4", "debug": "^4.3.7", "rimraf": "^5.0.7", "tslib": "^2.6.3" @@ -37688,7 +37690,7 @@ "body-parser": "^1.20.3", "cors": "^2.8.5", "debug": "^4.3.7", - "express": "^4.20.0", + "express": "^4.19.2", "http-errors": "^2.0.0", "js-yaml": "^4.1.0", "json-schema-compare": "^0.2.2", @@ -37777,7 +37779,7 @@ "@types/ejs": "^3.1.5", "@types/express": "^4.17.21", "@types/node": "^16.18.101", - "express": "^4.20.0" + "express": "^4.19.2" }, "engines": { "node": "18 || 20 || 22" @@ -37870,7 +37872,7 @@ "@types/shot": "^4.0.5", "@types/sinon": "^17.0.3", "@types/supertest": "^2.0.16", - "express": "^4.20.0", + "express": "^4.19.2", "fs-extra": "^11.2.0", "oas-validator": "^5.0.8", "should": "^13.2.3", diff --git a/packages/http-caching-proxy/package.json b/packages/http-caching-proxy/package.json index ac1ec6374321..d38e360c8557 100644 --- a/packages/http-caching-proxy/package.json +++ b/packages/http-caching-proxy/package.json @@ -40,7 +40,7 @@ ], "dependencies": { "axios": "^1.7.2", - "cacache": "^18.0.3", + "cacache": "^18.0.4", "debug": "^4.3.7", "rimraf": "^5.0.7", "tslib": "^2.6.3"