diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-14 05:06:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-14 05:06:54 +0000 |
commit | 19d61195f07ca6fc398616d96f5090adc58b386a (patch) | |
tree | 9af28714aaef9acc459a3c4f607470ccc6f67044 | |
parent | 80a858e30a71d6391462c9214110c59e0f83746e (diff) | |
download | timeline-19d61195f07ca6fc398616d96f5090adc58b386a.tar.gz timeline-19d61195f07ca6fc398616d96f5090adc58b386a.tar.bz2 timeline-19d61195f07ca6fc398616d96f5090adc58b386a.zip |
build(deps): Bump axios from 0.25.0 to 0.26.0 in /FrontEnd
Bumps [axios](https://github.com/axios/axios) from 0.25.0 to 0.26.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.25.0...v0.26.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 bb20ef3a..e0f02825 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -8,7 +8,7 @@ "dependencies": {
"@microsoft/signalr": "^6.0.2",
"@popperjs/core": "^2.11.2",
- "axios": "^0.25.0",
+ "axios": "^0.26.0",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.1",
"classnames": "^2.3.1",
|