diff --git a/specifyweb/frontend/js_src/package-lock.json b/specifyweb/frontend/js_src/package-lock.json index 4343491a49a..01e35093e71 100644 --- a/specifyweb/frontend/js_src/package-lock.json +++ b/specifyweb/frontend/js_src/package-lock.json @@ -28,7 +28,7 @@ "dayjs": "^1.10.7", "globals": "^13.19.0", "handsontable": "^12.1.0", - "jquery": "~1.12.0", + "jquery": "~3.5.0", "leaflet": "^1.7.1", "leaflet-gesture-handling": "^1.2.2", "leaflet.featuregroup.subgroup": "^1.0.2", @@ -11460,7 +11460,9 @@ "dev": true }, "node_modules/jquery": { - "version": "1.12.4", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==", "license": "MIT" }, "node_modules/js-sdsl": { @@ -25126,7 +25128,9 @@ "dev": true }, "jquery": { - "version": "1.12.4" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "js-sdsl": { "version": "4.2.0", diff --git a/specifyweb/frontend/js_src/package.json b/specifyweb/frontend/js_src/package.json index 7ea5fcc4e1c..ed64c366214 100644 --- a/specifyweb/frontend/js_src/package.json +++ b/specifyweb/frontend/js_src/package.json @@ -48,7 +48,7 @@ "dayjs": "^1.10.7", "globals": "^13.19.0", "handsontable": "^12.1.0", - "jquery": "~1.12.0", + "jquery": "~3.5.0", "leaflet": "^1.7.1", "leaflet-gesture-handling": "^1.2.2", "leaflet.featuregroup.subgroup": "^1.0.2",