Skip to content

Commit cc281d8

Browse files
committed
Upgrade JQuery to version 3.6.0
1 parent 38688be commit cc281d8

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
"i18next": "^19.0.0",
6060
"i18next-xhr-backend": "^3.2.2",
6161
"inflection": "^1.12.0",
62-
"jbox": "^1.0.8",
63-
"jquery": "^3.5.1",
62+
"jbox": "^1.3.3",
63+
"jquery": "^3.6.0",
6464
"jquery-textcomplete": "^1.8.5",
6565
"jquery-touchswipe": "^1.6.19",
6666
"jquery-ui-npm": "^1.12.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9377,12 +9377,12 @@ iterate-value@^1.0.2:
93779377
es-get-iterator "^1.0.2"
93789378
iterate-iterator "^1.0.1"
93799379

9380-
jbox@^1.0.8:
9381-
version "1.2.0"
9382-
resolved "https://registry.yarnpkg.com/jbox/-/jbox-1.2.0.tgz#90e058768fad28741d5df12657989b4d4e4a38a2"
9383-
integrity sha512-TCReU5oT+cQz8YFoSumFuJ1czrY4VXxgSg8WJ/1klxFtAs4wXDhBvvmltXFA9qJgQQUhd8CErwArHRP3R11j/A==
9380+
jbox@^1.3.3:
9381+
version "1.3.3"
9382+
resolved "https://registry.yarnpkg.com/jbox/-/jbox-1.3.3.tgz#7bfc5f2c89eb3f4dd5185ce6b56a5f9875d70692"
9383+
integrity sha512-aayuZDf4Dc3w/adEdixUetNxJMIbThgt3r9Gfsxh8rWqBBEM3ODKON3YWSwpjgy7BzUHQjIeZ2sdPwV8RSVW6w==
93849384
dependencies:
9385-
jquery "^3.5.0"
9385+
jquery "^3.6.0"
93869386

93879387
jest-haste-map@^26.6.2:
93889388
version "26.6.2"
@@ -9454,10 +9454,10 @@ jquery-ui-npm@^1.12.0:
94549454
resolved "https://registry.yarnpkg.com/jquery-ui-npm/-/jquery-ui-npm-1.12.0.tgz#3f2cae88195c7d48acf3786cfa900d0403814e4d"
94559455
integrity sha1-PyyuiBlcfUis83hs+pANBAOBTk0=
94569456

9457-
jquery@^3.5.0, jquery@^3.5.1:
9458-
version "3.5.1"
9459-
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.1.tgz#d7b4d08e1bfdb86ad2f1a3d039ea17304717abb5"
9460-
integrity sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==
9457+
jquery@^3.6.0:
9458+
version "3.6.0"
9459+
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470"
9460+
integrity sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==
94619461

94629462
js-base64@^2.1.9:
94639463
version "2.6.4"

0 commit comments

Comments
 (0)