diff options
-rw-r--r-- | vnext/package-lock.json | 6 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index eef32cd3..617778e4 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -3901,9 +3901,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" } diff --git a/vnext/package.json b/vnext/package.json index c9ceb559..b0990e34 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -74,7 +74,7 @@ } }, "dependencies": { - "axios": "^0.20.0", + "axios": "^0.21.0", "core-js": "^3.6.5", "evil-icons": "^1.10.1", "moment": "^2.29.1", |