diff --git a/public/package-lock.json b/public/package-lock.json index 258b25b..35fdaca 100644 --- a/public/package-lock.json +++ b/public/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "backbone": "^1.2.3", - "jquery": "^2.1.4", + "jquery": "^3.5.0", "lodash": "^3.10.1" }, "devDependencies": { @@ -2915,9 +2915,9 @@ } }, "node_modules/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==" }, "node_modules/js-tokens": { "version": "3.0.2", @@ -8187,9 +8187,9 @@ "dev": true }, "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==" }, "js-tokens": { "version": "3.0.2", diff --git a/public/package.json b/public/package.json index 3c51171..f72ceae 100644 --- a/public/package.json +++ b/public/package.json @@ -15,7 +15,7 @@ "author": "Taylor Baldwin (https://tbaldw.in)", "dependencies": { "backbone": "^1.2.3", - "jquery": "^2.1.4", + "jquery": "^3.5.0", "lodash": "^3.10.1" }, "devDependencies": {