diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-09-07 05:05:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-07 05:05:01 +0000 |
commit | 15043363c007b1b67c9b5e1334d68e1dd43a5677 (patch) | |
tree | 8c42facfb8186f67e527fb3be1a261a3f9506f72 | |
parent | c275771779437a6aca608762d08ad8bc4c42ba15 (diff) | |
download | timeline-15043363c007b1b67c9b5e1334d68e1dd43a5677.tar.gz timeline-15043363c007b1b67c9b5e1334d68e1dd43a5677.tar.bz2 timeline-15043363c007b1b67c9b5e1334d68e1dd43a5677.zip |
build(deps): Bump axios from 0.21.3 to 0.21.4 in /FrontEnd
Bumps [axios](https://github.com/axios/axios) from 0.21.3 to 0.21.4.
- [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/0.21.3...v0.21.4)
---
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 5e8c087c..9f13d6b3 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -8,7 +8,7 @@ "dependencies": {
"@microsoft/signalr": "^5.0.9",
"@popperjs/core": "^2.10.1",
- "axios": "^0.21.3",
+ "axios": "^0.21.4",
"bootstrap": "^5.1.0",
"bootstrap-icons": "^1.5.0",
"classnames": "^2.3.1",
|