diff options
author | dependabot[bot] | 2023-02-02 21:34:33 +0000 |
---|---|---|
committer | vitalyster | 2023-02-03 03:39:27 +0300 |
commit | ed8f4b3397219c3e224504def022e5b3535c6773 (patch) | |
tree | 5d62285dca9ec624899bc3f1e5f29f4eac0cb427 /vnext/package.json | |
parent | c5decdff291a8b30ae9c00d40187c547f6b795f9 (diff) |
build(deps): bump axios from 1.3.0 to 1.3.1 in /vnext
Bumps [axios](https://github.com/axios/axios) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.3.0...v1.3.1)
---
updated-dependencies:
- dependency-name: axios
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 910df613..ae547334 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -49,7 +49,7 @@ "stylelint-config-standard": "^29.0.0" }, "dependencies": { - "axios": "^1.3.0", + "axios": "^1.3.1", "axios-cache-interceptor": "^1.0.0", "body-parser": "^1.20.1", "config": "^3.3.9", |