From 2e34d17c68aebc77b7acd1932e3e8b92eb444335 Mon Sep 17 00:00:00 2001 From: William Belle Date: Fri, 3 Nov 2023 14:13:30 +0100 Subject: [PATCH] Update jQuery to 3.7.1 (#687) --- docs/user documentation/index.md | 2 +- package.json | 2 +- reader/index.html | 2 +- yarn.lock | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/user documentation/index.md b/docs/user documentation/index.md index 81d087740..d342f8cfe 100644 --- a/docs/user documentation/index.md +++ b/docs/user documentation/index.md @@ -38,7 +38,7 @@ Now that you've downloaded the build archive, you will find every CSS, Javascrip - + diff --git a/package.json b/package.json index 2e0258c9b..8afda03ad 100644 --- a/package.json +++ b/package.json @@ -165,7 +165,7 @@ "flickity-fullscreen": "^1.1.1", "imagesloaded": "^4.1.4", "intro.js": "^2.9.3", - "jquery": "^3.6.0", + "jquery": "^3.7.1", "jquery-mousewheel": "^3.1.13", "multiple-select": "^1.5.2", "object-fit-images": "^3.2.4", diff --git a/reader/index.html b/reader/index.html index 839219d3c..2e4d7dd6d 100644 --- a/reader/index.html +++ b/reader/index.html @@ -30,7 +30,7 @@ - + diff --git a/yarn.lock b/yarn.lock index 4c832f4ff..5d06ef42b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5934,10 +5934,10 @@ jquery-ui@^1.13.0: dependencies: jquery ">=1.8.0 <4.0.0" -jquery@>=1.7, "jquery@>=1.8.0 <4.0.0", jquery@^3.6.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470" - integrity sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw== +jquery@>=1.7, "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-beautify@^1.14.0: version "1.14.0"