chore(deps): update dependency axios-cache-interceptor to v1.11.1 (#605)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
d20c568e85
commit
a7d93590c6
1 changed files with 10 additions and 3 deletions
13
package-lock.json
generated
13
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue