diff options
author | dependabot[bot] | 2023-01-31 21:44:41 +0000 |
---|---|---|
committer | vitalyster | 2023-02-01 01:03:54 +0300 |
commit | b1bb6fd3a5cddc12d695c4520ff4a62024762888 (patch) | |
tree | 53733590e45b012d6c4ab6f0f802a5d07766d0d5 /vnext | |
parent | aaf372429f919dd169fe545f46ed5ff9648d5b90 (diff) |
build(deps): bump axios from 1.2.6 to 1.3.0 in /vnext
Bumps [axios](https://github.com/axios/axios) from 1.2.6 to 1.3.0.
- [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.6...v1.3.0)
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext')
-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 f2a95508..9d4aed40 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.6", + "axios": "^1.3.0", "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.6", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.2.6.tgz", - "integrity": "sha512-rC/7F08XxZwjMV4iuWv+JpD3E0Ksqg9nac4IIg6RwNuF0JTeWoCo/mBNG54+tNhhI11G3/VDRbdDQTs9hGp4pQ==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.3.0.tgz", + "integrity": "sha512-oCye5nHhTypzkdLIvF9SaHfr8UAquqCn1KY3j8vsrjeol8yohAdGxIpRPbF1bOLsx33HOAatdfMX1yzsj2cHwg==", "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.6", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.2.6.tgz", - "integrity": "sha512-rC/7F08XxZwjMV4iuWv+JpD3E0Ksqg9nac4IIg6RwNuF0JTeWoCo/mBNG54+tNhhI11G3/VDRbdDQTs9hGp4pQ==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.3.0.tgz", + "integrity": "sha512-oCye5nHhTypzkdLIvF9SaHfr8UAquqCn1KY3j8vsrjeol8yohAdGxIpRPbF1bOLsx33HOAatdfMX1yzsj2cHwg==", "requires": { "follow-redirects": "^1.15.0", "form-data": "^4.0.0", diff --git a/vnext/package.json b/vnext/package.json index 9bb260db..c664f979 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -49,7 +49,7 @@ "stylelint-config-standard": "^29.0.0" }, "dependencies": { - "axios": "^1.2.6", + "axios": "^1.3.0", "axios-cache-interceptor": "^1.0.0", "body-parser": "^1.20.1", "config": "^3.3.9", |