diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-09-15 05:06:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-15 05:06:08 +0000 |
commit | 5690e273403867d1c43c80c96b9944358eb2a100 (patch) | |
tree | 3f2378bb0ea5f40db00fe76d95f50e1bab72bfb0 | |
parent | c275771779437a6aca608762d08ad8bc4c42ba15 (diff) | |
download | timeline-5690e273403867d1c43c80c96b9944358eb2a100.tar.gz timeline-5690e273403867d1c43c80c96b9944358eb2a100.tar.bz2 timeline-5690e273403867d1c43c80c96b9944358eb2a100.zip |
build(deps): Bump @microsoft/signalr from 5.0.9 to 5.0.10 in /FrontEnd
Bumps [@microsoft/signalr](https://github.com/dotnet/aspnetcore) from 5.0.9 to 5.0.10.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v5.0.9...v5.0.10)
---
updated-dependencies:
- dependency-name: "@microsoft/signalr"
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 5e8c087c..1180cff5 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -6,7 +6,7 @@ "keywords": [],
"description": "Timeline app.",
"dependencies": {
- "@microsoft/signalr": "^5.0.9",
+ "@microsoft/signalr": "^5.0.10",
"@popperjs/core": "^2.10.1",
"axios": "^0.21.3",
"bootstrap": "^5.1.0",
|