Update result libs to latest versions & resolve socket.io CVE

Signed-off-by: Michael Irwin <mikesir87@gmail.com>
This commit is contained in:
Michael Irwin
2023-09-18 11:06:45 -04:00
parent f9c58a0b91
commit 67cab556a1
6 changed files with 328 additions and 528 deletions

View File

@@ -1,5 +1,5 @@
var app = angular.module('catsvsdogs', []);
var socket = io.connect({transports:['polling']});
var socket = io.connect();
var bg1 = document.getElementById('background-stats-1');
var bg2 = document.getElementById('background-stats-2');

File diff suppressed because one or more lines are too long