diff --git a/courtwatch/courtwatchsite/static/package-lock.json b/courtwatch/courtwatchsite/static/package-lock.json index f0b0a77..c199d38 100644 --- a/courtwatch/courtwatchsite/static/package-lock.json +++ b/courtwatch/courtwatchsite/static/package-lock.json @@ -2695,9 +2695,9 @@ } }, "jquery": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.0.tgz", - "integrity": "sha512-ggRCXln9zEqv6OqAGXFEcshF5dSBvCkzj6Gm2gzuR5fWawaX8t7cxKVkkygKODrDAzKdoYw3l/e3pm3vlT4IbQ==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "jsonfile": { "version": "3.0.1", diff --git a/courtwatch/courtwatchsite/static/package.json b/courtwatch/courtwatchsite/static/package.json index c79a179..557af9e 100644 --- a/courtwatch/courtwatchsite/static/package.json +++ b/courtwatch/courtwatchsite/static/package.json @@ -27,7 +27,7 @@ }, "dependencies": { "bootstrap": "4.3.1", - "jquery": "3.4.0" + "jquery": "3.5.0" }, "devDependencies": { "browser-sync": "2.24.5",