From 8e323034dc55e32a6e5135c2c1de63b186039af8 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 06:40:03 +0000 Subject: [PATCH] chore(deps): update dependency jquery to v3.7.1 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6fda10701..ccd9f4369 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "express": "4.21.2", "@types/jest": "21.x", "hosted-git-info": "^3.0.8", - "jquery": "3.5.1", + "jquery": "3.7.1", "lodash-es": "^4.17.23", "minimist": "1.2.8", "ua-parser-js": "^0.7.24", diff --git a/yarn.lock b/yarn.lock index 3e905378b..d2e7f210a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7041,10 +7041,10 @@ jest@21.x: dependencies: jest-cli "^21.2.1" -jquery@3.5.1: - version "3.5.1" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.1.tgz#d7b4d08e1bfdb86ad2f1a3d039ea17304717abb5" - integrity sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg== +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-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: version "4.0.0"