From 41fb584a08a7a9c5ec46e3ae29a7e2cc609f8c9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2020 19:27:09 +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 fa556592531..8ee8cc9821e 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "atomic-algolia": "^0.3.15", "instantsearch.js": "^2.8.0", "izimodal": "^1.5.1", - "jquery": "^3.3.1", + "jquery": "^3.4.0", "jsdom": "^11.11.0", "lory.js": "^2.4.1", "md5": "^2.2.1", diff --git a/yarn.lock b/yarn.lock index 28fad9e7d30..0d5694d4af8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1873,10 +1873,10 @@ izimodal@^1.5.1: dependencies: jquery "~2" -jquery@^3.3.1: - version "3.3.1" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca" - integrity sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg== +jquery@^3.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.0.tgz#8de513fa0fa4b2c7d2e48a530e26f0596936efdf" + integrity sha512-ggRCXln9zEqv6OqAGXFEcshF5dSBvCkzj6Gm2gzuR5fWawaX8t7cxKVkkygKODrDAzKdoYw3l/e3pm3vlT4IbQ== jquery@~2: version "2.2.4"