Update dependency axios to v0.21.3 (#7829)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-09-05 10:17:59 -04:00
committed by GitHub
parent 0f65afd6ca
commit 013d5f6819
3 changed files with 13 additions and 13 deletions

View File

@@ -68,7 +68,7 @@
"@vue/cli-plugin-vuex": "4.5.13",
"@vue/cli-service": "4.5.13",
"@vue/compiler-sfc": "3.2.8",
"axios": "0.21.1",
"axios": "0.21.3",
"base-64": "1.0.0",
"codemirror": "5.62.3",
"copyfiles": "2.4.1",

22
package-lock.json generated
View File

@@ -19,7 +19,7 @@
"@types/supertest": "2.0.11",
"@typescript-eslint/eslint-plugin": "4.30.0",
"@typescript-eslint/parser": "4.30.0",
"axios": "0.21.1",
"axios": "0.21.3",
"dockerode": "3.3.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
@@ -241,7 +241,7 @@
"@vue/cli-plugin-vuex": "4.5.13",
"@vue/cli-service": "4.5.13",
"@vue/compiler-sfc": "3.2.8",
"axios": "0.21.1",
"axios": "0.21.3",
"base-64": "1.0.0",
"codemirror": "5.62.3",
"copyfiles": "2.4.1",
@@ -12357,11 +12357,11 @@
}
},
"node_modules/axios": {
"version": "0.21.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz",
"integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
"version": "0.21.3",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.3.tgz",
"integrity": "sha512-JtoZ3Ndke/+Iwt5n+BgSli/3idTvpt5OjKyoCmz4LX5+lPiY5l7C1colYezhlxThjNa/NhngCUWZSZFypIFuaA==",
"dependencies": {
"follow-redirects": "^1.10.0"
"follow-redirects": "^1.14.0"
}
},
"node_modules/axobject-query": {
@@ -53036,7 +53036,7 @@
"@vue/cli-plugin-vuex": "4.5.13",
"@vue/cli-service": "4.5.13",
"@vue/compiler-sfc": "3.2.8",
"axios": "0.21.1",
"axios": "0.21.3",
"base-64": "1.0.0",
"codemirror": "5.62.3",
"copyfiles": "2.4.1",
@@ -61323,11 +61323,11 @@
"peer": true
},
"axios": {
"version": "0.21.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz",
"integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
"version": "0.21.3",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.3.tgz",
"integrity": "sha512-JtoZ3Ndke/+Iwt5n+BgSli/3idTvpt5OjKyoCmz4LX5+lPiY5l7C1colYezhlxThjNa/NhngCUWZSZFypIFuaA==",
"requires": {
"follow-redirects": "^1.10.0"
"follow-redirects": "^1.14.0"
}
},
"axobject-query": {

View File

@@ -34,7 +34,7 @@
"@types/supertest": "2.0.11",
"@typescript-eslint/eslint-plugin": "4.30.0",
"@typescript-eslint/parser": "4.30.0",
"axios": "0.21.1",
"axios": "0.21.3",
"dockerode": "3.3.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",