diff options
author | dependabot[bot] | 2023-01-24 21:39:33 +0000 |
---|---|---|
committer | vitalyster | 2023-01-25 01:58:23 +0300 |
commit | 2343fae50275414e5d694c9c10a6ba90d82ff1e3 (patch) | |
tree | a649fcf79b4c1c0797fa8d2a19f802f9c70d4529 /vnext/package.json | |
parent | 95d3a4e12c5118375b78c2190248b38f5d21e7f2 (diff) |
build(deps): bump axios from 1.2.3 to 1.2.4 in /vnext
Bumps [axios](https://github.com/axios/axios) from 1.2.3 to 1.2.4.
- [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.2.3...v1.2.4)
---
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 21f96dbc..b0f19ed3 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -49,7 +49,7 @@ "stylelint-config-standard": "^29.0.0" }, "dependencies": { - "axios": "^1.2.3", + "axios": "^1.2.4", "axios-cache-interceptor": "^1.0.0", "body-parser": "^1.20.1", "config": "^3.3.9", |