diff options
author | dependabot[bot] | 2023-05-25 21:58:01 +0000 |
---|---|---|
committer | vitalyster | 2023-05-26 08:53:25 +0300 |
commit | d2e9afc882f400cec314282c709ce5dd5fbf2824 (patch) | |
tree | 26f0fbeee6def32751fb8bcb9709fad6f8f517db /package.json | |
parent | 7a27b4f197c81a99550f1e4c4d857aa4a2199a59 (diff) |
build(deps): bump axios-cache-interceptor from 1.1.0 to 1.1.1
Bumps [axios-cache-interceptor](https://github.com/arthurfiorette/axios-cache-interceptor) from 1.1.0 to 1.1.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.1.0...v1.1.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>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 53d1fe31..5502bf1a 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ }, "dependencies": { "axios": "^1.4.0", - "axios-cache-interceptor": "^1.1.0", + "axios-cache-interceptor": "^1.1.1", "body-parser": "^1.20.2", "classlist.js": "^1.1.20150312", "config": "^3.3.9", |