diff --git a/package-lock.json b/package-lock.json index 22af449..bd75697 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2813,13 +2813,14 @@ } }, "node_modules/axios-cache-interceptor": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/axios-cache-interceptor/-/axios-cache-interceptor-1.10.0.tgz", - "integrity": "sha512-E43TJynfg/JDktNa7d8byRXq+8WrudaBLGu44LAUY8cpiXdwDPWlhv3lre088Spe0XKAMK55oyuGP0DMT+hoog==", + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/axios-cache-interceptor/-/axios-cache-interceptor-1.11.1.tgz", + "integrity": "sha512-Ldacl7iSMMjKBn/IB5GWRfUIxbOCSmH/xInnZ4lX/+BF/Oa6HxpWqvgXY1WOmyUSa8AKI6AwLl7NTLKrJAV42g==", "license": "MIT", "dependencies": { "cache-parser": "^1.2.6", "fast-defer": "^1.1.9", + "http-vary": "^1.0.3", "object-code": "^2.0.0", "try": "^1.0.3" }, @@ -5903,6 +5904,12 @@ "node": ">= 14" } }, + "node_modules/http-vary": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/http-vary/-/http-vary-1.0.3.tgz", + "integrity": "sha512-sx7Y8YTqF3o0mFJJvF66n8dbaE8v3liV1RgCz46XP5xK7dnzyZHvwMWRA115q5kjbCPBV65/nOMlgW54WLyiag==", + "license": "MIT" + }, "node_modules/https-proxy-agent": { "version": "7.0.6", "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",