diff --git a/tfront/package-lock.json b/tfront/package-lock.json index a513882..ca4fac2 100644 --- a/tfront/package-lock.json +++ b/tfront/package-lock.json @@ -7938,9 +7938,9 @@ } }, "jquery": { - "version": "1.12.4", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-1.12.4.tgz", - "integrity": "sha1-AeHfuikP5z3rp3zurLD5ui/sngw=" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "js-tokens": { "version": "4.0.0", diff --git a/tfront/package.json b/tfront/package.json index ff4b3ec..6f842b6 100644 --- a/tfront/package.json +++ b/tfront/package.json @@ -10,7 +10,7 @@ "@fortawesome/react-fontawesome": "^0.1.9", "axios": "^0.19.2", "bootstrap": "^4.5.0", - "jquery": "^1.12.4", + "jquery": "^3.5.0", "react": "^16.13.1", "react-bootstrap": "^1.0.1", "react-dom": "^16.13.1",