diff options
author | dependabot[bot] | 2020-12-22 06:38:55 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | e5cd07b8a9daf3b1b81e9655a3ddce74b515104f (patch) | |
tree | 18db64bfc23a8e1061c4c180903d80e95535d6ed /vnext | |
parent | 91e945b26ce3a9287e0d737006a114a896700e7c (diff) |
Bump axios from 0.21.0 to 0.21.1
Bumps [axios](https://github.com/axios/axios) from 0.21.0 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.0...v0.21.1)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext')
-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 25c94125..73d49279 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -3207,9 +3207,9 @@ "dev": true }, "axios": { - "version": "0.21.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.0.tgz", - "integrity": "sha512-fmkJBknJKoZwem3/IKSSLpkdNXZeBu5Q7GA/aRsr2btgrptmSCxi2oFjZHqGdK9DoTil9PIHlPIZw2EcRJXRvw==", + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", + "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", "requires": { "follow-redirects": "^1.10.0" } diff --git a/vnext/package.json b/vnext/package.json index 0a457aed..4366f9f4 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -74,7 +74,7 @@ } }, "dependencies": { - "axios": "^0.21.0", + "axios": "^0.21.1", "core-js": "^3.8.1", "evil-icons": "^1.10.1", "moment": "^2.29.1", |