diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-10 05:14:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-10 05:14:20 +0000 |
commit | f7d0892819342f1957c7f361e9e18e2ba9a83f2c (patch) | |
tree | 6c5e0ec5f415c7d46e67301f76b8ff82aac14a2b | |
parent | 3d6c9fd916e18c99b3a5497b8313672680571b5e (diff) | |
download | timeline-f7d0892819342f1957c7f361e9e18e2ba9a83f2c.tar.gz timeline-f7d0892819342f1957c7f361e9e18e2ba9a83f2c.tar.bz2 timeline-f7d0892819342f1957c7f361e9e18e2ba9a83f2c.zip |
build(deps): Bump axios from 0.26.0 to 0.26.1 in /FrontEnd
Bumps [axios](https://github.com/axios/axios) from 0.26.0 to 0.26.1.
- [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.26.0...v0.26.1)
---
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 d839b670..34dca67e 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -8,7 +8,7 @@ "dependencies": {
"@microsoft/signalr": "^6.0.3",
"@popperjs/core": "^2.11.2",
- "axios": "^0.26.0",
+ "axios": "^0.26.1",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.1",
"classnames": "^2.3.1",
|