diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-09 05:06:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-09 05:06:45 +0000 |
commit | 83613dea735da537ece944c38e9ac58c5f256920 (patch) | |
tree | 63720c60e4e323ff44403dcb303d2f24f1093cf3 | |
parent | 343430ed220808fb49e9997be324562876e0ecfb (diff) | |
download | timeline-83613dea735da537ece944c38e9ac58c5f256920.tar.gz timeline-83613dea735da537ece944c38e9ac58c5f256920.tar.bz2 timeline-83613dea735da537ece944c38e9ac58c5f256920.zip |
build(deps): Bump @microsoft/signalr from 6.0.2 to 6.0.3 in /FrontEnd
Bumps [@microsoft/signalr](https://github.com/dotnet/aspnetcore) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.2...v6.0.3)
---
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 0ce8faf5..533c3f44 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -6,7 +6,7 @@ "keywords": [],
"description": "Timeline app.",
"dependencies": {
- "@microsoft/signalr": "^6.0.2",
+ "@microsoft/signalr": "^6.0.3",
"@popperjs/core": "^2.11.2",
"axios": "^0.26.0",
"bootstrap": "^5.1.3",
|