aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-12-26 21:46:00 +0000
committerGravatar vitalyster2023-12-27 04:45:57 +0300
commitef7c9344f601e1c0c8b1a198d17dcd66075f9a39 (patch)
tree33df56779c98c0c8d4f83558c8fe869ff84a456b
parent1ef54f5afda0d8ed097be74890d0430827a30e0b (diff)
build(deps): bump axios-cache-interceptor from 1.4.0 to 1.4.1
Bumps [axios-cache-interceptor](https://github.com/arthurfiorette/axios-cache-interceptor) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/arthurfiorette/axios-cache-interceptor/releases) - [Changelog](https://github.com/arthurfiorette/axios-cache-interceptor/blob/main/CHANGELOG.md) - [Commits](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: axios-cache-interceptor dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 638ca0d3..b0133586 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,7 +9,7 @@
"license": "AGPL-3.0-or-later",
"dependencies": {
"axios": "^1.6.2",
- "axios-cache-interceptor": "^1.4.0",
+ "axios-cache-interceptor": "^1.4.1",
"body-parser": "^1.20.2",
"classlist.js": "^1.1.20150312",
"config": "^3.3.9",
@@ -6417,9 +6417,9 @@
}
},
"node_modules/axios-cache-interceptor": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/axios-cache-interceptor/-/axios-cache-interceptor-1.4.0.tgz",
- "integrity": "sha512-qtA7y69frn8ILq6GdKgE0SRqtuvzZO5l3TyMbV4v3OZH0KsC+AGFiW83xiSuDkFpeLxsLaf2JUMnrr6mr4Zqgw==",
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/axios-cache-interceptor/-/axios-cache-interceptor-1.4.1.tgz",
+ "integrity": "sha512-Ax4+PiGfNxpQvyF00t55nFzWoVnqW7slKCg9va6dbqiuAGIxRE8r1uMzunw8TKJ5iwLivFqAb0EeiLeUCxuZIw==",
"dependencies": {
"cache-parser": "1.2.4",
"fast-defer": "1.1.8",
@@ -24102,9 +24102,9 @@
}
},
"axios-cache-interceptor": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/axios-cache-interceptor/-/axios-cache-interceptor-1.4.0.tgz",
- "integrity": "sha512-qtA7y69frn8ILq6GdKgE0SRqtuvzZO5l3TyMbV4v3OZH0KsC+AGFiW83xiSuDkFpeLxsLaf2JUMnrr6mr4Zqgw==",
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/axios-cache-interceptor/-/axios-cache-interceptor-1.4.1.tgz",
+ "integrity": "sha512-Ax4+PiGfNxpQvyF00t55nFzWoVnqW7slKCg9va6dbqiuAGIxRE8r1uMzunw8TKJ5iwLivFqAb0EeiLeUCxuZIw==",
"requires": {
"cache-parser": "1.2.4",
"fast-defer": "1.1.8",
diff --git a/package.json b/package.json
index 94ab7996..367d7199 100644
--- a/package.json
+++ b/package.json
@@ -86,7 +86,7 @@
},
"dependencies": {
"axios": "^1.6.2",
- "axios-cache-interceptor": "^1.4.0",
+ "axios-cache-interceptor": "^1.4.1",
"body-parser": "^1.20.2",
"classlist.js": "^1.1.20150312",
"config": "^3.3.9",