From 28edc56b1f734f061dfff66e8c7712ffb8c1217a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 09:31:48 +0000 Subject: [PATCH] Bump jquery from 2.2.4 to 3.5.0 Bumps [jquery](https://github.com/jquery/jquery) from 2.2.4 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/2.2.4...3.5.0) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 683684d94..5ad53207a 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "immutability-helper": "^2.7.1", "inputmask": "^5.0.0", "intl": "^1.2.5", - "jquery": "2.2.4", + "jquery": "3.5.0", "jquery-autosize": "^1.18.18", "jquery-mousewheel": "^3.1.13", "jquery-ui": "^1.13.2", diff --git a/yarn.lock b/yarn.lock index 061e7e5e8..73480f9d3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4418,10 +4418,10 @@ jquery-ujs@^1.2.3: resolved "https://registry.yarnpkg.com/jquery-ujs/-/jquery-ujs-1.2.3.tgz#dcac6026ab7268e5ee41faf9d31c997cd4ddd603" integrity sha512-59wvfx5vcCTHMeQT1/OwFiAj+UffLIwjRIoXdpO7Z7BCFGepzq9T9oLVeoItjTqjoXfUrHJvV7QU6pUR+UzOoA== -jquery@2.2.4: - version "2.2.4" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-2.2.4.tgz#2c89d6889b5eac522a7eea32c14521559c6cbf02" - integrity sha512-lBHj60ezci2u1v2FqnZIraShGgEXq35qCzMv4lITyHGppTnA13rwR0MgwyNJh9TnDs3aXUvd1xjAotfraMHX/Q== +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== "jquery@>=1.8.0 <4.0.0": version "3.7.0"