diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-09-06 05:05:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-06 05:05:25 +0000 |
commit | a2f95e060d8b16e77d71b3f8d7534f4d5c80895a (patch) | |
tree | aa5cdf54f0439a4c68f990d33f9fbaa0e58b1134 | |
parent | 4c595be3952eb9535a91f8ebd54b6fc3ae8cd004 (diff) | |
download | timeline-a2f95e060d8b16e77d71b3f8d7534f4d5c80895a.tar.gz timeline-a2f95e060d8b16e77d71b3f8d7534f4d5c80895a.tar.bz2 timeline-a2f95e060d8b16e77d71b3f8d7534f4d5c80895a.zip |
build(deps): Bump axios from 0.21.1 to 0.21.3 in /FrontEnd
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.3.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...0.21.3)
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 509a087c..bfe39383 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -8,7 +8,7 @@ "dependencies": {
"@microsoft/signalr": "^5.0.9",
"@popperjs/core": "^2.9.3",
- "axios": "^0.21.1",
+ "axios": "^0.21.3",
"bootstrap": "^5.1.0",
"bootstrap-icons": "^1.5.0",
"classnames": "^2.3.1",
|