diff options
-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 19560b70..78723f07 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -6,9 +6,9 @@ "keywords": [],
"description": "Timeline app.",
"dependencies": {
- "@microsoft/signalr": "^5.0.9",
+ "@microsoft/signalr": "^5.0.10",
"@popperjs/core": "^2.10.1",
- "axios": "^0.21.3",
+ "axios": "^0.21.4",
"bootstrap": "^5.1.0",
"bootstrap-icons": "^1.5.0",
"classnames": "^2.3.1",
|