From b6822c195e7d7af0798740c3d5bb97857480d032 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 18:30:48 +0000 Subject: [PATCH] Bump jquery from 3.6.1 to 3.7.1 Bumps [jquery](https://github.com/jquery/jquery) from 3.6.1 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.1...3.7.1) --- updated-dependencies: - dependency-name: jquery 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 b621dfa6a..0fb581cb9 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "i18next-browser-languagedetector": "6.1.5", "jest": "27.4.5", "jest-date-mock": "1.0.8", - "jquery": "^3.6.1", + "jquery": "^3.7.1", "json-loader": "0.5.7", "lodash.debounce": "4.0.8", "lodash.mapvalues": "4.6.0", diff --git a/yarn.lock b/yarn.lock index 6aff3becf..d11d0ffaf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8176,10 +8176,10 @@ jiti@^1.18.2: resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.19.1.tgz#fa99e4b76a23053e0e7cde098efe1704a14c16f1" integrity sha512-oVhqoRDaBXf7sjkll95LHVS6Myyyb1zaunVwk4Z0+WPSW4gjS0pl01zYKHScTuyEhQsFxV5L4DR5r+YqSyqyyg== -jquery@^3.6.1: - version "3.6.1" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.1.tgz#fab0408f8b45fc19f956205773b62b292c147a16" - integrity sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw== +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-base64@^2.1.9: version "2.6.4"