Update dependency axios to v0.21.4 (#7865)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-09-07 12:58:20 -04:00
committed by GitHub
parent f2b224cd98
commit bd5cb2fa21
3 changed files with 11 additions and 11 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.3",
"axios": "0.21.4",
"base-64": "1.0.0",
"codemirror": "5.62.3",
"copyfiles": "2.4.1",

18
package-lock.json generated
View File

@@ -19,7 +19,7 @@
"@types/supertest": "2.0.11",
"@typescript-eslint/eslint-plugin": "4.31.0",
"@typescript-eslint/parser": "4.31.0",
"axios": "0.21.3",
"axios": "0.21.4",
"dockerode": "3.3.1",
"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.3",
"axios": "0.21.4",
"base-64": "1.0.0",
"codemirror": "5.62.3",
"copyfiles": "2.4.1",
@@ -12357,9 +12357,9 @@
}
},
"node_modules/axios": {
"version": "0.21.3",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.3.tgz",
"integrity": "sha512-JtoZ3Ndke/+Iwt5n+BgSli/3idTvpt5OjKyoCmz4LX5+lPiY5l7C1colYezhlxThjNa/NhngCUWZSZFypIFuaA==",
"version": "0.21.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz",
"integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==",
"dependencies": {
"follow-redirects": "^1.14.0"
}
@@ -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.3",
"axios": "0.21.4",
"base-64": "1.0.0",
"codemirror": "5.62.3",
"copyfiles": "2.4.1",
@@ -61323,9 +61323,9 @@
"peer": true
},
"axios": {
"version": "0.21.3",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.3.tgz",
"integrity": "sha512-JtoZ3Ndke/+Iwt5n+BgSli/3idTvpt5OjKyoCmz4LX5+lPiY5l7C1colYezhlxThjNa/NhngCUWZSZFypIFuaA==",
"version": "0.21.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz",
"integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==",
"requires": {
"follow-redirects": "^1.14.0"
}

View File

@@ -34,7 +34,7 @@
"@types/supertest": "2.0.11",
"@typescript-eslint/eslint-plugin": "4.31.0",
"@typescript-eslint/parser": "4.31.0",
"axios": "0.21.3",
"axios": "0.21.4",
"dockerode": "3.3.1",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",