fix: upgrade axios from 0.20.0 to 0.21.0

Snyk has created this PR to upgrade axios from 0.20.0 to 0.21.0.

See this package in npm:
https://www.npmjs.com/package/axios

See this project in Snyk:
https://app.snyk.io/org/srgooglo/project/32d7496a-6bfa-4eab-978c-5bc618fd2e41?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
snyk-bot 2020-11-14 01:12:09 +00:00
parent 0c3e8387ba
commit b535eaeb5f
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -10973,11 +10973,11 @@
"integrity": "sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA=="
},
"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.13.0"
"follow-redirects": "^1.10.0"
},
"dependencies": {
"follow-redirects": {

View File

@ -42,7 +42,7 @@
"@types/jest": "^26.0.15",
"@types/lodash": "^4.14.162",
"antd": "^4.8.0",
"axios": "^0.20.0",
"axios": "^0.21.0",
"babel-core": "^6.26.3",
"classnames": "^2.2.6",
"colors": "^1.4.0",