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 | |
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>
-rw-r--r-- | vnext/package-lock.json | 14 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index a877c434..d6f1c223 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -9,7 +9,7 @@ "version": "3.0.0", "license": "AGPL-3.0-or-later", "dependencies": { - "axios": "^1.2.3", + "axios": "^1.2.4", "axios-cache-interceptor": "^1.0.0", "body-parser": "^1.20.1", "config": "^3.3.9", @@ -4139,9 +4139,9 @@ "integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==" }, "node_modules/axios": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.2.3.tgz", - "integrity": "sha512-pdDkMYJeuXLZ6Xj/Q5J3Phpe+jbGdsSzlQaFVkMQzRUL05+6+tetX8TV3p4HrU4kzuO9bt+io/yGQxuyxA/xcw==", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.2.4.tgz", + "integrity": "sha512-lIQuCfBJvZB/Bv7+RWUqEJqNShGOVpk9v7P0ZWx5Ip0qY6u7JBAU6dzQPMLasU9vHL2uD8av/1FDJXj7n6c39w==", "dependencies": { "follow-redirects": "^1.15.0", "form-data": "^4.0.0", @@ -20242,9 +20242,9 @@ "integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==" }, "axios": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.2.3.tgz", - "integrity": "sha512-pdDkMYJeuXLZ6Xj/Q5J3Phpe+jbGdsSzlQaFVkMQzRUL05+6+tetX8TV3p4HrU4kzuO9bt+io/yGQxuyxA/xcw==", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.2.4.tgz", + "integrity": "sha512-lIQuCfBJvZB/Bv7+RWUqEJqNShGOVpk9v7P0ZWx5Ip0qY6u7JBAU6dzQPMLasU9vHL2uD8av/1FDJXj7n6c39w==", "requires": { "follow-redirects": "^1.15.0", "form-data": "^4.0.0", 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", |