From 47e432acfcb5874def8332ce33acfe2f01674316 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Jun 2023 20:59:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 91e2a72e3..e35522392 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ }, "dependencies": { "@jsier/retrier": "^1.2.4", - "@microsoft/signalr": "^5.0.0", + "@microsoft/signalr": "^6.0.0", "@types/async": "^3.2.5", "@types/chalk": "^2.2.0", "@types/crypto-js": "^4.0.1",