From e0e3b9edbfee5731db8aa81e5e1a105ee1678c50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 17:54:25 +0000 Subject: [PATCH] Bump jquery from 3.3.1 to 3.4.0 Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.4.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.3.1...3.4.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d1761c537042..5b3252e2f30d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "dependencies": { "anchor-js": "^4.1.1", "bootstrap": "4.0.0", - "jquery": "^3.3.1", + "jquery": "^3.4.0", "popper.js": "^1.14.3" } } diff --git a/yarn.lock b/yarn.lock index b6cda1ae1e44..a0167424792e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10,9 +10,9 @@ bootstrap@4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.0.0.tgz#ceb03842c145fcc1b9b4e15da2a05656ba68469a" -jquery@^3.3.1: - version "3.3.1" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca" +jquery@^3.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.0.tgz#8de513fa0fa4b2c7d2e48a530e26f0596936efdf" popper.js@^1.14.3: version "1.14.3"