diff --git a/static/package-lock.json b/static/package-lock.json index b7cf24d..9b147e9 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -44,9 +44,9 @@ "integrity": "sha1-WjiTlFSfIzMIdaOxUGVldPip63E=" }, "jquery": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz", - "integrity": "sha1-LInWiJterFIqfuoywUUhVZxsvwI=" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "jsonformatter": { "version": "0.4.2", diff --git a/static/package.json b/static/package.json index e689828..7071366 100644 --- a/static/package.json +++ b/static/package.json @@ -23,7 +23,7 @@ "angular-websocket": "^2.0.0", "angularjs-scroll-glue": "^2.0.7", "bootstrap": "^3.3.6", - "jquery": "^2.2.0", + "jquery": "^3.5.0", "jsonformatter": "^0.4.2" } }