diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-21 05:05:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-21 05:05:11 +0000 |
commit | ffc83cecc814a5b76e24617b21fd2a66a08feae9 (patch) | |
tree | c5db9f4feafb2eb9b73ba1311f76f9f96a48956a | |
parent | d75f7442ff6c2f92e1a9a0b8c5787246ac12d8eb (diff) | |
download | timeline-ffc83cecc814a5b76e24617b21fd2a66a08feae9.tar.gz timeline-ffc83cecc814a5b76e24617b21fd2a66a08feae9.tar.bz2 timeline-ffc83cecc814a5b76e24617b21fd2a66a08feae9.zip |
build(deps): Bump axios from 0.24.0 to 0.25.0 in /FrontEnd
Bumps [axios](https://github.com/axios/axios) from 0.24.0 to 0.25.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.24.0...v0.25.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 36a0fe3b..fedba50b 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -8,7 +8,7 @@ "dependencies": {
"@microsoft/signalr": "^6.0.1",
"@popperjs/core": "^2.11.0",
- "axios": "^0.24.0",
+ "axios": "^0.25.0",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.7.2",
"classnames": "^2.3.1",
|