From 5a7688131d46180555d4627f7f0c8d1d4e14be13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 13:48:49 +0000 Subject: [PATCH] Bump jquery from 3.2.1 to 3.5.0 in /WebContent Bumps [jquery](https://github.com/jquery/jquery) from 3.2.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.2.1...3.5.0) Signed-off-by: dependabot[bot] --- WebContent/package.json | 2 +- WebContent/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) mode change 100755 => 100644 WebContent/package.json mode change 100755 => 100644 WebContent/yarn.lock diff --git a/WebContent/package.json b/WebContent/package.json old mode 100755 new mode 100644 index 197e971..3a2f086 --- a/WebContent/package.json +++ b/WebContent/package.json @@ -7,7 +7,7 @@ "license": "MIT", "dependencies": { "bootstrap": "4.0.0", - "jquery": "3.2.1", + "jquery": "3.5.0", "popper.js": "1.12.9" } } diff --git a/WebContent/yarn.lock b/WebContent/yarn.lock old mode 100755 new mode 100644 index c5b1fd4..2691581 --- a/WebContent/yarn.lock +++ b/WebContent/yarn.lock @@ -7,10 +7,10 @@ bootstrap@4.0.0: resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.0.0.tgz#ceb03842c145fcc1b9b4e15da2a05656ba68469a" integrity sha512-gulJE5dGFo6Q61V/whS6VM4WIyrlydXfCgkE+Gxe5hjrJ8rXLLZlALq7zq2RPhOc45PSwQpJkrTnc2KgD6cvmA== -jquery@3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.2.1.tgz#5c4d9de652af6cd0a770154a631bba12b015c787" - integrity sha1-XE2d5lKvbNCncBVKYxu6ErAVx4c= +jquery@3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9" + integrity sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ== popper.js@1.12.9: version "1.12.9"