diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-26 05:49:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-26 05:49:17 +0000 |
commit | 53c248ad5288daff8c427b13df26d8d697aeef41 (patch) | |
tree | 9125ab5aab1a691a101df1167143fcc9c8edbb7f | |
parent | e71506ca1da6081a6f618228758a67dee8d185e5 (diff) | |
download | timeline-53c248ad5288daff8c427b13df26d8d697aeef41.tar.gz timeline-53c248ad5288daff8c427b13df26d8d697aeef41.tar.bz2 timeline-53c248ad5288daff8c427b13df26d8d697aeef41.zip |
build(deps): Bump axios from 0.26.1 to 0.27.0 in /FrontEnd
Bumps [axios](https://github.com/axios/axios) from 0.26.1 to 0.27.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.26.1...v0.27.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 477c4fcd..c7a22bba 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -8,7 +8,7 @@ "dependencies": {
"@microsoft/signalr": "^6.0.3",
"@popperjs/core": "^2.11.5",
- "axios": "^0.26.1",
+ "axios": "^0.27.0",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.1",
"classnames": "^2.3.1",
@@ -51,7 +51,7 @@ "@types/color": "^3.0.3",
"@types/lodash": "^4.14.181",
"@types/marked": "^4.0.3",
- "@types/node": "^17.0.23",
+ "@types/node": "^17.0.27",
"@types/react": "^17.0.0",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.0",
|