From 8e489fc3e7379593abe46bce70db2a16f3d44ae6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2020 20:17:21 +0000 Subject: [PATCH] Bump jquery from 1.9.1 to 3.5.0 in /tfront Bumps [jquery](https://github.com/jquery/jquery) from 1.9.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/1.9.1...3.5.0) Signed-off-by: dependabot[bot] --- tfront/package-lock.json | 6 +++--- tfront/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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",