Merge pull request #2079 from McGiverGim/update_jquery

Update JQuery to 3.5.1 and other libraries to the last minor
10.8-maintenance
Michael Keller 2020-07-12 13:56:49 +12:00 committed by GitHub
commit 4bdf241b6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 15 deletions

View File

@ -48,12 +48,12 @@
"djv": "^2.1.3-alpha.0",
"i18next": "^19.0.0",
"i18next-xhr-backend": "^3.2.2",
"inflection": "1.12.0",
"jbox": "1.0.8",
"jquery": "3.5.0",
"inflection": "^1.12.0",
"jbox": "^1.0.8",
"jquery": "^3.5.1",
"jquery-textcomplete": "^1.8.5",
"jquery-touchswipe": "^1.6.19",
"jquery-ui-npm": "1.12.0",
"jquery-ui-npm": "^1.12.0",
"lru_map": "^0.3.3",
"marked": "^0.8.0",
"object-hash": "^2.0.3",

View File

@ -3061,7 +3061,7 @@ indexof@0.0.1:
resolved "https://registry.yarnpkg.com/indexof/-/indexof-0.0.1.tgz#82dc336d232b9062179d05ab3293a66059fd435d"
integrity sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10=
inflection@1.12.0:
inflection@^1.12.0:
version "1.12.0"
resolved "https://registry.yarnpkg.com/inflection/-/inflection-1.12.0.tgz#a200935656d6f5f6bc4dc7502e1aecb703228416"
integrity sha1-ogCTVlbW9fa8TcdQLhrstwMihBY=
@ -3477,12 +3477,12 @@ istextorbinary@2.2.1:
editions "^1.3.3"
textextensions "2"
jbox@1.0.8:
version "1.0.8"
resolved "https://registry.yarnpkg.com/jbox/-/jbox-1.0.8.tgz#7239f3f7ad67c302f2c4a7819b9565e42315a06d"
integrity sha512-YvNerHXnNRe6yDd7Q2m4fwjO1zwFTnjBnukJN0vEJbIXDdi7tj509IGxb/o+DnXV23GkFv3fgKevZ/L0rvnG2A==
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==
dependencies:
jquery "^3.4.1"
jquery "^3.5.0"
jquery-textcomplete@^1.8.5:
version "1.8.5"
@ -3494,15 +3494,15 @@ jquery-touchswipe@^1.6.19:
resolved "https://registry.yarnpkg.com/jquery-touchswipe/-/jquery-touchswipe-1.6.19.tgz#dfd5ddaec0b78212dd500d29707129b9c7fd6cd4"
integrity sha512-b0BGje9reNRU3u6ksAK9QqnX7yBRgLNe/wYG7DOfyDlhBlYjayIT8bSOHmcuvptIDW/ubM9CTW/mnZf9Rohuow==
jquery-ui-npm@1.12.0:
jquery-ui-npm@^1.12.0:
version "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.4.1:
version "3.5.0"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9"
integrity sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==
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==
js-beautify@^1.10.2:
version "1.10.3"