chore(deps): update dependency axios-cache-interceptor to v1.9.1

This commit is contained in:
renovate[bot] 2025-12-16 02:12:09 +00:00 committed by GitHub
parent 40f9f9ec8c
commit 390b4ce94d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

18
package-lock.json generated
View file

@ -2813,14 +2813,14 @@
}
},
"node_modules/axios-cache-interceptor": {
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/axios-cache-interceptor/-/axios-cache-interceptor-1.9.0.tgz",
"integrity": "sha512-+UYI41yzmnS9YxiBYY9o47YWl3C79rJTOXIugO1u+LfgY2IXj/CEKC98mLG3K35pJIADkU5ZD+zjBswEVhFkjQ==",
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/axios-cache-interceptor/-/axios-cache-interceptor-1.9.1.tgz",
"integrity": "sha512-0f/ilwNkJnDeCbSPjt1YgIxr0GTdoTR0qpU7dRJ7+horRzDz+prXFRdVKoZoYN8LhgyzKauu1lPOwQqFv/2Itw==",
"license": "MIT",
"dependencies": {
"cache-parser": "1.2.6",
"fast-defer": "1.1.9",
"object-code": "1.3.4",
"cache-parser": "^1.2.6",
"fast-defer": "^1.1.9",
"object-code": "^2.0.0",
"try": "^1.0.3"
},
"engines": {
@ -8379,9 +8379,9 @@
}
},
"node_modules/object-code": {
"version": "1.3.4",
"resolved": "https://registry.npmjs.org/object-code/-/object-code-1.3.4.tgz",
"integrity": "sha512-C7xVCmHLvez3QSD1R3dsx7U3t3yeRwIlh3ul7J4GZwG6lbhijJW3IW4u7BJcZhnBsfsa/yq3pOClY0d30Y7yew==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/object-code/-/object-code-2.0.0.tgz",
"integrity": "sha512-qOwMF43O/VAD51nJAB7MKsf1yWksql6O1i0DHRo1yaOQM6xJQH0NAE9UKJzYB7lyKw1jnpeb2BmB8qakjxiYZA==",
"license": "MIT"
},
"node_modules/object-inspect": {