diff --git a/package-lock.json b/package-lock.json index 31c70522..f64df6e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -641,18 +641,18 @@ } }, "node_modules/cacheable-request": { - "version": "13.0.16", - "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-13.0.16.tgz", - "integrity": "sha512-qwRRfUu3bPhPEgKoLAXpYJfm1E2VuHT4DCzl579k2ODyFG+43jv3iMi2wbHlreIZR3+9Sp1lp4fsaXZ9VIlmzA==", + "version": "13.0.17", + "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-13.0.17.tgz", + "integrity": "sha512-tQm7K9zC0cJPpbJS8xZ+NUqJ1bZ78jEXc7/G8uqvQTSdEdbmrxdnvxGb7/piCPeICuRY/L82VVt8UA+qpJ8wyw==", "license": "MIT", "dependencies": { - "@types/http-cache-semantics": "4.0.4", - "get-stream": "9.0.1", - "http-cache-semantics": "4.2.0", - "keyv": "5.5.4", - "mimic-response": "4.0.0", - "normalize-url": "8.1.0", - "responselike": "4.0.2" + "@types/http-cache-semantics": "^4.0.4", + "get-stream": "^9.0.1", + "http-cache-semantics": "^4.2.0", + "keyv": "^5.5.4", + "mimic-response": "^4.0.0", + "normalize-url": "^8.1.0", + "responselike": "^4.0.2" }, "engines": { "node": ">=18" @@ -674,15 +674,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/cacheable-request/node_modules/keyv": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.5.4.tgz", - "integrity": "sha512-eohl3hKTiVyD1ilYdw9T0OiB4hnjef89e3dMYKz+mVKDzj+5IteTseASUsOB+EU9Tf6VNTCjDePcP6wkDGmLKQ==", - "license": "MIT", - "dependencies": { - "@keyv/serialize": "^1.1.1" - } - }, "node_modules/callsites": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",