1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

Merge pull request #380 from nttgin/dependabot/npm_and_yarn/dev/axios-0.21.0

Bump axios from 0.20.0 to 0.21.0
This commit is contained in:
Massimo Candela
2020-10-25 11:44:35 +01:00
committed by GitHub
2 changed files with 14 additions and 4 deletions

16
package-lock.json generated
View File

@@ -1899,9 +1899,9 @@
"dev": true
},
"axios": {
"version": "0.20.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.20.0.tgz",
"integrity": "sha512-ANA4rr2BDcmmAQLOKft2fufrtuvlqR+cXNNinUmvfeSNCOF98PZL+7M/v1zIdGo7OLjEA9J2gXJL+j4zGsl0bA==",
"version": "0.21.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.0.tgz",
"integrity": "sha512-fmkJBknJKoZwem3/IKSSLpkdNXZeBu5Q7GA/aRsr2btgrptmSCxi2oFjZHqGdK9DoTil9PIHlPIZw2EcRJXRvw==",
"requires": {
"follow-redirects": "^1.10.0"
}
@@ -6006,6 +6006,16 @@
"brembo": "^2.0.4",
"ip-sub": "^1.0.12",
"radix-trie-js": "^1.0.5"
},
"dependencies": {
"axios": {
"version": "0.20.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.20.0.tgz",
"integrity": "sha512-ANA4rr2BDcmmAQLOKft2fufrtuvlqR+cXNNinUmvfeSNCOF98PZL+7M/v1zIdGo7OLjEA9J2gXJL+j4zGsl0bA==",
"requires": {
"follow-redirects": "^1.10.0"
}
}
}
},
"run-async": {

View File

@@ -41,7 +41,7 @@
},
"dependencies": {
"@sentry/node": "^5.27.1",
"axios": "^0.20.0",
"axios": "^0.21.0",
"batch-promises": "^0.0.3",
"brembo": "^2.0.4",
"https-proxy-agent": "^5.0.0",