Merge pull request #2815 from McGiverGim/upgrade_jquery_3.6.0

Upgrade JQuery to version 3.6.0
10.9-maintenance
J Blackman 2022-06-23 20:39:31 +10:00 committed by GitHub
commit 6c3f8f9bc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View File

@ -59,8 +59,8 @@
"i18next": "^19.0.0",
"i18next-xhr-backend": "^3.2.2",
"inflection": "^1.12.0",
"jbox": "^1.0.8",
"jquery": "^3.5.1",
"jbox": "^1.3.3",
"jquery": "^3.6.0",
"jquery-textcomplete": "^1.8.5",
"jquery-touchswipe": "^1.6.19",
"jquery-ui-npm": "^1.12.0",

View File

@ -9513,12 +9513,12 @@ iterate-value@^1.0.2:
es-get-iterator "^1.0.2"
iterate-iterator "^1.0.1"
jbox@^1.0.8:
version "1.2.0"
resolved "https://registry.yarnpkg.com/jbox/-/jbox-1.2.0.tgz#90e058768fad28741d5df12657989b4d4e4a38a2"
integrity sha512-TCReU5oT+cQz8YFoSumFuJ1czrY4VXxgSg8WJ/1klxFtAs4wXDhBvvmltXFA9qJgQQUhd8CErwArHRP3R11j/A==
jbox@^1.3.3:
version "1.3.3"
resolved "https://registry.yarnpkg.com/jbox/-/jbox-1.3.3.tgz#7bfc5f2c89eb3f4dd5185ce6b56a5f9875d70692"
integrity sha512-aayuZDf4Dc3w/adEdixUetNxJMIbThgt3r9Gfsxh8rWqBBEM3ODKON3YWSwpjgy7BzUHQjIeZ2sdPwV8RSVW6w==
dependencies:
jquery "^3.5.0"
jquery "^3.6.0"
jest-haste-map@^26.6.2:
version "26.6.2"
@ -9590,10 +9590,10 @@ jquery-ui-npm@^1.12.0:
resolved "https://registry.yarnpkg.com/jquery-ui-npm/-/jquery-ui-npm-1.12.0.tgz#3f2cae88195c7d48acf3786cfa900d0403814e4d"
integrity sha1-PyyuiBlcfUis83hs+pANBAOBTk0=
jquery@^3.5.0, 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.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470"
integrity sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==
js-base64@^2.1.9:
version "2.6.4"