diff options
author | dependabot[bot] | 2023-06-09 21:58:31 +0000 |
---|---|---|
committer | vitalyster | 2023-06-10 01:08:50 +0300 |
commit | ffaea1311cfb263bce034fb87a57816583f65c83 (patch) | |
tree | 824565dc08ca196a9f1a6697bd9c77f7834c185c | |
parent | ef08e13c6bab664ef157c19967da0c7e40fad424 (diff) |
build(deps): bump axios-cache-interceptor from 1.1.1 to 1.2.0
Bumps [axios-cache-interceptor](https://github.com/arthurfiorette/axios-cache-interceptor) from 1.1.1 to 1.2.0.
- [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.1.1...v1.2.0)
---
updated-dependencies:
- dependency-name: axios-cache-interceptor
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 14 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index 98ad5d36..85e28fb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "license": "AGPL-3.0-or-later", "dependencies": { "axios": "^1.4.0", - "axios-cache-interceptor": "^1.1.1", + "axios-cache-interceptor": "^1.2.0", "body-parser": "^1.20.2", "classlist.js": "^1.1.20150312", "config": "^3.3.9", @@ -5919,9 +5919,9 @@ } }, "node_modules/axios-cache-interceptor": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/axios-cache-interceptor/-/axios-cache-interceptor-1.1.1.tgz", - "integrity": "sha512-FX2fGHECGE8bhFs4cLZ9FSu1oG4zRoDLKuw2FaYmZCHyrGeg703h751rFD01ICWm3WYb+3/BwrYsv5HOICO2AA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/axios-cache-interceptor/-/axios-cache-interceptor-1.2.0.tgz", + "integrity": "sha512-tJUOVOlKt1akqU7xFEGVRd3g6JtipxP/34bKKFhZLr7hpE/n3a/KqyInWuetzTDgweopVVGhAoycbS33Brb8yw==", "dependencies": { "cache-parser": "^1.2.4", "fast-defer": "^1.1.7", @@ -22773,9 +22773,9 @@ } }, "axios-cache-interceptor": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/axios-cache-interceptor/-/axios-cache-interceptor-1.1.1.tgz", - "integrity": "sha512-FX2fGHECGE8bhFs4cLZ9FSu1oG4zRoDLKuw2FaYmZCHyrGeg703h751rFD01ICWm3WYb+3/BwrYsv5HOICO2AA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/axios-cache-interceptor/-/axios-cache-interceptor-1.2.0.tgz", + "integrity": "sha512-tJUOVOlKt1akqU7xFEGVRd3g6JtipxP/34bKKFhZLr7hpE/n3a/KqyInWuetzTDgweopVVGhAoycbS33Brb8yw==", "requires": { "cache-parser": "^1.2.4", "fast-defer": "^1.1.7", diff --git a/package.json b/package.json index 500ce5cc..27ec9026 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ }, "dependencies": { "axios": "^1.4.0", - "axios-cache-interceptor": "^1.1.1", + "axios-cache-interceptor": "^1.2.0", "body-parser": "^1.20.2", "classlist.js": "^1.1.20150312", "config": "^3.3.9", |