From 60b530d2eee168f6cefea28b92d1c3f5fae47d9e Mon Sep 17 00:00:00 2001 From: Miguel Angel Mulero Martinez Date: Mon, 22 Jun 2020 10:34:03 +0200 Subject: [PATCH] Update JQuery to 3.5.1 and other libraries to the last minor --- package.json | 8 ++++---- yarn.lock | 22 +++++++++++----------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index f191d415..52e6c451 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 9bf7cc53..7137469a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"