From 98f79fc24c36a22c9a2851af42748721cd7e07f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 07:10:43 +0000 Subject: [PATCH] Bump jquery from 3.2.1 to 3.5.0 in /preact Bumps [jquery](https://github.com/jquery/jquery) from 3.2.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.2.1...3.5.0) Signed-off-by: dependabot[bot] --- preact/package.json | 2 +- preact/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/preact/package.json b/preact/package.json index 5573416..94cbdff 100644 --- a/preact/package.json +++ b/preact/package.json @@ -48,7 +48,7 @@ "dependencies": { "bootstrap-sass": "3.3.7", "ionicons": "3.0.0", - "jquery": "3.2.1", + "jquery": "3.5.0", "jquery-ui": "1.12.1", "jquery.scrollto": "2.1.2", "preact": "8.1.0", diff --git a/preact/yarn.lock b/preact/yarn.lock index 092e2ca..40acf1c 100644 --- a/preact/yarn.lock +++ b/preact/yarn.lock @@ -3037,9 +3037,9 @@ jquery.scrollto@2.1.2: dependencies: jquery ">=1.8" -jquery@3.2.1, jquery@>=1.8: - version "3.2.1" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.2.1.tgz#5c4d9de652af6cd0a770154a631bba12b015c787" +jquery@3.5.0, jquery@>=1.8: + version "3.5.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9" js-base64@^2.1.8, js-base64@^2.1.9: version "2.1.9"