From c18c9052e544870d0b76745c9ebcab2bd0405ffd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 14:23:10 +0000 Subject: [PATCH] build(deps): bump jquery from 2.1.4 to 3.5.0 Bumps [jquery](https://github.com/jquery/jquery) from 2.1.4 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Changelog](https://github.com/jquery/jquery/blob/main/changelog.md) - [Commits](https://github.com/jquery/jquery/compare/2.1.4...3.5.0) --- updated-dependencies: - dependency-name: jquery dependency-version: 3.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 189876c9..2f11ef0b 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "hammerjs": "hammer#^2.0.8", "handlebars": "^4.7.6", "jasny-bootstrap": "3.1.3", - "jquery": "2.1.4", + "jquery": "3.5.0", "jquery-hammerjs": "^2.0.0", "jquery-pjax": "2.0.1", "jquery-slimscroll": "^1.3.8", diff --git a/yarn.lock b/yarn.lock index d850bd74..19b1c139 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1972,11 +1972,16 @@ jquery-ui@1.12.1: resolved "https://registry.yarnpkg.com/jquery-ui/-/jquery-ui-1.12.1.tgz#bcb4045c8dd0539c134bc1488cdd3e768a7a9e51" integrity sha1-vLQEXI3QU5wTS8FIjN0+dop6nlE= -jquery@2.1.4, jquery@2.1.x, "jquery@>= 1.7", jquery@>=1.8.3, jquery@~2.1.3: +jquery@2.1.x, "jquery@>= 1.7", jquery@>=1.8.3, jquery@~2.1.3: version "2.1.4" resolved "https://registry.yarnpkg.com/jquery/-/jquery-2.1.4.tgz#228bde698a0c61431dc2630a6a154f15890d2317" integrity sha1-IoveaYoMYUMdwmMKahVPFYkNIxc= +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== + js-base64@^2.1.8: version "2.5.2" resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.5.2.tgz#313b6274dda718f714d00b3330bbae6e38e90209"