Closed radziksh closed 5 years ago
hi @dfrencham thanks for your efforts in writing this library and JFYI I found some vulnerability using the command yarn audit (we use yarn package manager), it seems that upgrading jquery to version 3 should fix this problem:
yarn audit
jquery
ah, I see message in docs: If you need a version of the SignalR client with jQuery3 support, see Paul Giletich's fork. - ok I will try his fork.
If you need a version of the SignalR client with jQuery3 support, see Paul Giletich's fork.
hi @dfrencham thanks for your efforts in writing this library and JFYI I found some vulnerability using the command
yarn audit
(we use yarn package manager), it seems that upgradingjquery
to version 3 should fix this problem: