diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1d9c444f..c6734317 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -5176,9 +5176,9 @@ } }, "jquery": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz", - "integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "js-levenshtein": { "version": "1.1.6", diff --git a/frontend/package.json b/frontend/package.json index 763cee18..52eb8e3f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,7 +14,7 @@ "axios": "^0.19.0", "bootstrap": "^4.3.1", "clsx": "^1.0.4", - "jquery": "^3.4.1", + "jquery": "^3.5.0", "lodash.debounce": "^4.0.8", "notistack": "^0.9.0", "popper.js": "^1.15.0",