aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2022-12-29 17:02:43 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:59 +0300
commit17aaeae7e258239001fed905812da90d74b2259e (patch)
treec6f4d08845dee39b864ba2085529c243cefb4956 /vnext
parent6ac02b2960070749052bf044c3bee9ce84309fe6 (diff)
Bump axios from 1.2.1 to 1.2.2
Bumps [axios](https://github.com/axios/axios) from 1.2.1 to 1.2.2. - [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.1...1.2.2) --- 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 6e64cb0a..7138c78b 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.1",
+ "axios": "^1.2.2",
"axios-cache-interceptor": "^1.0.0",
"body-parser": "^1.20.1",
"config": "^3.3.8",
@@ -3894,9 +3894,9 @@
"integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA=="
},
"node_modules/axios": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.2.1.tgz",
- "integrity": "sha512-I88cFiGu9ryt/tfVEi4kX2SITsvDddTajXTOFmt2uK1ZVA8LytjtdeyefdQWEf5PU8w+4SSJDoYnggflB5tW4A==",
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.2.2.tgz",
+ "integrity": "sha512-bz/J4gS2S3I7mpN/YZfGFTqhXTYzRho8Ay38w2otuuDR322KzFIWm/4W2K6gIwvWaws5n+mnb7D1lN9uD+QH6Q==",
"dependencies": {
"follow-redirects": "^1.15.0",
"form-data": "^4.0.0",
@@ -19706,9 +19706,9 @@
"integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA=="
},
"axios": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.2.1.tgz",
- "integrity": "sha512-I88cFiGu9ryt/tfVEi4kX2SITsvDddTajXTOFmt2uK1ZVA8LytjtdeyefdQWEf5PU8w+4SSJDoYnggflB5tW4A==",
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.2.2.tgz",
+ "integrity": "sha512-bz/J4gS2S3I7mpN/YZfGFTqhXTYzRho8Ay38w2otuuDR322KzFIWm/4W2K6gIwvWaws5n+mnb7D1lN9uD+QH6Q==",
"requires": {
"follow-redirects": "^1.15.0",
"form-data": "^4.0.0",
diff --git a/vnext/package.json b/vnext/package.json
index ab8b53bd..1bc379a2 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -49,7 +49,7 @@
"stylelint-config-standard": "^29.0.0"
},
"dependencies": {
- "axios": "^1.2.1",
+ "axios": "^1.2.2",
"axios-cache-interceptor": "^1.0.0",
"body-parser": "^1.20.1",
"config": "^3.3.8",