diff options
author | dependabot[bot] | 2023-10-23 21:19:44 +0000 |
---|---|---|
committer | vitalyster | 2023-10-24 09:40:30 +0300 |
commit | d0bdfe0d1604fa294d2f0b8949e1a466e1c6738c (patch) | |
tree | 2ebf8978b9a510a1dfe4a0d17f3f5d2fee8910dc | |
parent | b2cf9d75d76fbc62a65c1eaa12bb40d35d9a9bd6 (diff) |
build(deps): bump axios-cache-interceptor from 1.3.1 to 1.3.2
Bumps [axios-cache-interceptor](https://github.com/arthurfiorette/axios-cache-interceptor) from 1.3.1 to 1.3.2.
- [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.3.1...v1.3.2)
---
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.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 17774d18..a5141d54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "license": "AGPL-3.0-or-later", "dependencies": { "axios": "^1.5.1", - "axios-cache-interceptor": "^1.3.1", + "axios-cache-interceptor": "^1.3.2", "body-parser": "^1.20.2", "classlist.js": "^1.1.20150312", "config": "^3.3.9", @@ -6134,9 +6134,9 @@ } }, "node_modules/axios-cache-interceptor": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/axios-cache-interceptor/-/axios-cache-interceptor-1.3.1.tgz", - "integrity": "sha512-nu78dBlzQbELLEd/DhzIBFEha5xZwQ1KMEu6iy49HaYbKoFFDRHMaukJFjpj0Sp0kET+u3TjwQh549DfPh13hA==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/axios-cache-interceptor/-/axios-cache-interceptor-1.3.2.tgz", + "integrity": "sha512-FNy4/IKvFYVswpPS09j3H9OUzcXSuxQ93wYxCKnogHbjCRE9nDQ/lukgjyuJqMIk3Yao51qQI/zPbMRNQu4JJw==", "dependencies": { "cache-parser": "^1.2.4", "fast-defer": "^1.1.7", @@ -23656,9 +23656,9 @@ } }, "axios-cache-interceptor": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/axios-cache-interceptor/-/axios-cache-interceptor-1.3.1.tgz", - "integrity": "sha512-nu78dBlzQbELLEd/DhzIBFEha5xZwQ1KMEu6iy49HaYbKoFFDRHMaukJFjpj0Sp0kET+u3TjwQh549DfPh13hA==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/axios-cache-interceptor/-/axios-cache-interceptor-1.3.2.tgz", + "integrity": "sha512-FNy4/IKvFYVswpPS09j3H9OUzcXSuxQ93wYxCKnogHbjCRE9nDQ/lukgjyuJqMIk3Yao51qQI/zPbMRNQu4JJw==", "requires": { "cache-parser": "^1.2.4", "fast-defer": "^1.1.7", diff --git a/package.json b/package.json index da00b1f6..7ea5ca17 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ }, "dependencies": { "axios": "^1.5.1", - "axios-cache-interceptor": "^1.3.1", + "axios-cache-interceptor": "^1.3.2", "body-parser": "^1.20.2", "classlist.js": "^1.1.20150312", "config": "^3.3.9", |