From 4de1818fbd4a6a32a3e2c4adc70ce2e124d04580 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 23:36:03 +0000 Subject: [PATCH] chore(deps): bump jquery from 3.6.4 to 3.7.1 Bumps [jquery](https://github.com/jquery/jquery) from 3.6.4 to 3.7.1. - [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/3.6.4...3.7.1) --- updated-dependencies: - dependency-name: jquery dependency-version: 3.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 13b89f05a6..e01eba34be 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.26.0", "eslint-webpack-plugin": "^2.6.0", - "jquery": "^3.5.1", + "jquery": "^3.7.1", "jquery-ui": "^1.13.2", "jquery-ui-sass": "^0.0.1", "js-cookie": "^3.0.1", diff --git a/yarn.lock b/yarn.lock index 5920ea6dad..3207b6d781 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3000,10 +3000,10 @@ jquery-ui@^1.13.2: dependencies: jquery ">=1.8.0 <4.0.0" -"jquery@>=1.8.0 <4.0.0", jquery@^3.5.1: - version "3.6.4" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.4.tgz#ba065c188142100be4833699852bf7c24dc0252f" - integrity sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ== +"jquery@>=1.8.0 <4.0.0", jquery@^3.7.1: + version "3.7.1" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de" + integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg== js-cookie@^3.0.1: version "3.0.1"