From 3677a294e2a9f075f231272cab874199624db2de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 15:58:58 +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 2d92c13..5c3e972 100644 --- a/tfront/package-lock.json +++ b/tfront/package-lock.json @@ -7887,9 +7887,9 @@ } }, "jquery": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-1.9.1.tgz", - "integrity": "sha1-5M1INfqu+63lNYV2E8D8P/KtrzQ=" + "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 be94339..0ab6808 100644 --- a/tfront/package.json +++ b/tfront/package.json @@ -6,7 +6,7 @@ "dependencies": { "axios": "^0.19.1", "bootstrap": "^4.4.1", - "jquery": "^1.9.1", + "jquery": "^3.5.0", "react": "^16.12.0", "react-bootstrap": "^1.0.0-beta.16", "react-dom": "^16.12.0",