diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-09 11:59:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-09 11:59:59 +0000 |
commit | 2cfaa3aaaf966969c879244b3e56bb2e5037a489 (patch) | |
tree | a6bf1c9c388b040c11ecf66483a00825cb397862 | |
parent | 9094cbf59b4578fbfa8e81ac13697ecfbb231186 (diff) | |
download | timeline-2cfaa3aaaf966969c879244b3e56bb2e5037a489.tar.gz timeline-2cfaa3aaaf966969c879244b3e56bb2e5037a489.tar.bz2 timeline-2cfaa3aaaf966969c879244b3e56bb2e5037a489.zip |
build(deps): Bump axios from 0.21.4 to 0.24.0 in /FrontEnd
Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 0.24.0.
- [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.4...v0.24.0)
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 947ba981..bc0a6db7 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -8,7 +8,7 @@ "dependencies": {
"@microsoft/signalr": "^5.0.10",
"@popperjs/core": "^2.10.2",
- "axios": "^0.21.4",
+ "axios": "^0.24.0",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.5.0",
"classnames": "^2.3.1",
|