From 44ab4637d4335d1be7477cdf167f5a72a62f3934 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 22 May 2019 21:24:20 +0000 Subject: [PATCH] [Security] 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. **This update includes security fixes.** - [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 | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8961b772..70f0fdfe 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "font-awesome": "~4.7.0", "helmet": "^3.12.1", "i18n-iso-countries": "^3.7.8", - "jquery": "~3.3.1", + "jquery": "~3.4.0", "js-base64": "^2.4.9", "js-cookie": "~2.2.0", "linkifyjs": "^2.1.7", diff --git a/yarn.lock b/yarn.lock index b37f9271..6dc293be 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7130,9 +7130,10 @@ jpeg-js@^0.3.4: version "0.3.4" resolved "https://registry.yarnpkg.com/jpeg-js/-/jpeg-js-0.3.4.tgz#dc2ba501ee3d58b7bb893c5d1fab47294917e7e7" -jquery@^3.3.1, jquery@~3.3.1: - version "3.3.1" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca" +jquery@^3.3.1, jquery@~3.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.0.tgz#8de513fa0fa4b2c7d2e48a530e26f0596936efdf" + integrity sha512-ggRCXln9zEqv6OqAGXFEcshF5dSBvCkzj6Gm2gzuR5fWawaX8t7cxKVkkygKODrDAzKdoYw3l/e3pm3vlT4IbQ== js-base64@^2.1.8, js-base64@^2.1.9, js-base64@^2.4.9: version "2.4.9"