diff options
author | dependabot[bot] | 2023-01-17 22:06:46 +0000 |
---|---|---|
committer | vitalyster | 2023-01-18 09:18:17 +0300 |
commit | c5a875c07bd11b199ee14b58c692cfa56cf12d20 (patch) | |
tree | 4d9fff8c9fff399272a84dd9ee454f80d141bd55 /vnext/package.json | |
parent | ff83df50dd7f01e8953bd14b9aeb8bdd7c16c561 (diff) |
build(deps): bump axios from 1.2.2 to 1.2.3 in /vnext
Bumps [axios](https://github.com/axios/axios) from 1.2.2 to 1.2.3.
- [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/1.2.2...v1.2.3)
---
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 69052109..32746cc3 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -49,7 +49,7 @@ "stylelint-config-standard": "^29.0.0" }, "dependencies": { - "axios": "^1.2.2", + "axios": "^1.2.3", "axios-cache-interceptor": "^1.0.0", "body-parser": "^1.20.1", "config": "^3.3.8", |