From 0026460c166f21be781550628bbb8c3a6b80dae1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 20:13:54 +0000 Subject: [PATCH] Bump jquery from 3.5.1 to 3.6.0 in /app Bumps [jquery](https://github.com/jquery/jquery) from 3.5.1 to 3.6.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.5.1...3.6.0) Signed-off-by: dependabot-preview[bot] --- app/package.json | 2 +- app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package.json b/app/package.json index f916ee68..4c2e5fb9 100644 --- a/app/package.json +++ b/app/package.json @@ -63,7 +63,7 @@ "@syuilo/aiscript": "^0.11.1", "electron-dl": "^3.0.2", "jimp": "^0.16.1", - "jquery": "^3.5.1", + "jquery": "^3.6.0", "jquery-ui-dist": "^1.12.1", "json5": "^2.2.0", "lodash": "^4.17.20", diff --git a/app/yarn.lock b/app/yarn.lock index 8fb75d7b..090c291b 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -2810,10 +2810,10 @@ jquery-ui-dist@^1.12.1: resolved "https://registry.yarnpkg.com/jquery-ui-dist/-/jquery-ui-dist-1.12.1.tgz#5c0815d3cc6f90ff5faaf5b268a6e23b4ca904fa" integrity sha1-XAgV08xvkP9fqvWyaKbiO0ypBPo= -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-tokens@^4.0.0: version "4.0.0"