diff options
author | dependabot[bot] | 2023-02-03 21:50:28 +0000 |
---|---|---|
committer | vitalyster | 2023-02-04 00:50:39 +0300 |
commit | 274e295ef4ed6b50718d9d8a957e7b239b3bd12d (patch) | |
tree | 5aef5fe397ed84797b3d8e951f98e4c5e142d01c /vnext/package.json | |
parent | e0215e22b85a0df039cc972c3c173b2a03ce782b (diff) |
build(deps): bump axios-cache-interceptor from 1.0.0 to 1.0.1 in /vnext
Bumps [axios-cache-interceptor](https://github.com/arthurfiorette/axios-cache-interceptor) from 1.0.0 to 1.0.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.0.0...v1.0.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 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json index 3daac38d..f24028ab 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -50,7 +50,7 @@ }, "dependencies": { "axios": "^1.3.2", - "axios-cache-interceptor": "^1.0.0", + "axios-cache-interceptor": "^1.0.1", "body-parser": "^1.20.1", "config": "^3.3.9", "core-js": "^3.27.2", |