Bump axios from 0.26.1 to 0.27.0 #355

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/axios-0.27.0 into main 2022-04-26 09:30:06 +00:00
2 changed files with 30 additions and 10 deletions

38
package-lock.json generated
View File

@ -17,7 +17,7 @@
"dependencies": {
"@the-bds-maneger/server_versions": "^22.486.913",
"adm-zip": "^0.5.9",
"axios": "^0.26.1",
"axios": "^0.27.0",
"cli-color": "^2.0.2",
"cron": "^1.8.2",
"cron-validator": "^1.3.1",
@ -236,6 +236,14 @@
"yargs": "^17.4.0"
}
},
"node_modules/@the-bds-maneger/server_versions/node_modules/axios": {
"version": "0.26.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.26.1.tgz",
"integrity": "sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==",
"dependencies": {
"follow-redirects": "^1.14.8"
}
},
"node_modules/@tootallnate/once": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz",
@ -534,11 +542,12 @@
"integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
},
"node_modules/axios": {
"version": "0.26.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.26.1.tgz",
"integrity": "sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==",
"version": "0.27.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.27.0.tgz",
"integrity": "sha512-XV/WrPxXfzgZ8j4lcB5i6LyaXmi90yetmV/Fem0kmglGx+mpY06CiweL3YxU6wOTNLmqLUePW4G8h45nGZ/+pA==",
"dependencies": {
"follow-redirects": "^1.14.8"
"follow-redirects": "^1.14.9",
"form-data": "^4.0.0"
}
},
"node_modules/balanced-match": {
@ -5753,6 +5762,16 @@
"node-fetch": "^3.0.0",
"typescript": "^4.6.3",
"yargs": "^17.4.0"
},
"dependencies": {
"axios": {
"version": "0.26.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.26.1.tgz",
"integrity": "sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==",
"requires": {
"follow-redirects": "^1.14.8"
}
}
}
},
"@tootallnate/once": {
@ -6006,11 +6025,12 @@
"integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
},
"axios": {
"version": "0.26.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.26.1.tgz",
"integrity": "sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==",
"version": "0.27.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.27.0.tgz",
"integrity": "sha512-XV/WrPxXfzgZ8j4lcB5i6LyaXmi90yetmV/Fem0kmglGx+mpY06CiweL3YxU6wOTNLmqLUePW4G8h45nGZ/+pA==",
"requires": {
"follow-redirects": "^1.14.8"
"follow-redirects": "^1.14.9",
"form-data": "^4.0.0"
}
},
"balanced-match": {

View File

@ -67,7 +67,7 @@
"dependencies": {
"@the-bds-maneger/server_versions": "^22.486.913",
"adm-zip": "^0.5.9",
"axios": "^0.26.1",
"axios": "^0.27.0",
"cli-color": "^2.0.2",
"cron": "^1.8.2",
"cron-validator": "^1.3.1",