aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-01-17 22:06:46 +0000
committerGravatar vitalyster2023-01-18 09:18:17 +0300
commitc5a875c07bd11b199ee14b58c692cfa56cf12d20 (patch)
tree4d9fff8c9fff399272a84dd9ee454f80d141bd55 /vnext
parentff83df50dd7f01e8953bd14b9aeb8bdd7c16c561 (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')
-rw-r--r--vnext/package-lock.json14
-rw-r--r--vnext/package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json
index 83b2f2ea..601ac75c 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.2",
+ "axios": "^1.2.3",
"axios-cache-interceptor": "^1.0.0",
"body-parser": "^1.20.1",
"config": "^3.3.8",
@@ -3903,9 +3903,9 @@
"integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA=="
},
"node_modules/axios": {
- "version": "1.2.2",
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.2.2.tgz",
- "integrity": "sha512-bz/J4gS2S3I7mpN/YZfGFTqhXTYzRho8Ay38w2otuuDR322KzFIWm/4W2K6gIwvWaws5n+mnb7D1lN9uD+QH6Q==",
+ "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==",
"dependencies": {
"follow-redirects": "^1.15.0",
"form-data": "^4.0.0",
@@ -19849,9 +19849,9 @@
"integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA=="
},
"axios": {
- "version": "1.2.2",
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.2.2.tgz",
- "integrity": "sha512-bz/J4gS2S3I7mpN/YZfGFTqhXTYzRho8Ay38w2otuuDR322KzFIWm/4W2K6gIwvWaws5n+mnb7D1lN9uD+QH6Q==",
+ "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==",
"requires": {
"follow-redirects": "^1.15.0",
"form-data": "^4.0.0",
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",