From 8491e92c3799039e5ec534b0c49bb93d607fac8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2019 22:07:04 +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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1aeb073..6f79aa2 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "backbone": "^1.3.3", "bootstrap": "^4.1.3", "handlebars": "^4.0.12", - "jquery": "^3.3.1", + "jquery": "^3.4.0", "popper.js": "^1.14.6", "underscore": "^1.9.1" } diff --git a/yarn.lock b/yarn.lock index 1dfa01e..1e24315 100644 --- a/yarn.lock +++ b/yarn.lock @@ -32,9 +32,9 @@ handlebars@^4.0.12: optionalDependencies: uglify-js "^3.1.4" -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" lodash@^4.17.10: version "4.17.11" @@ -42,7 +42,7 @@ lodash@^4.17.10: minimist@~0.0.1: version "0.0.10" - resolved "http://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf" + resolved "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf" optimist@^0.6.1: version "0.6.1"