From 4be90e28f9b02042fc710b04a4ae89de3ee4932c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2020 18:00:48 +0000 Subject: [PATCH] Bump jquery from 2.2.4 to 3.4.0 Bumps [jquery](https://github.com/jquery/jquery) from 2.2.4 to 3.4.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/2.2.4...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 eb80fda..eea91a4 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "chart.js": "^2.8.0", "foundation-sites": "6.3.1", - "jquery": "^2.2.4", + "jquery": "^3.4.0", "lodash": "^4.17.15", "typed.js": "^2.0.11", "waypoints": "^4.0.1", diff --git a/yarn.lock b/yarn.lock index d9dc55d..dd44fcb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3425,10 +3425,10 @@ jquery@>=2.2.0: resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.1.tgz#714f1f8d9dde4bdfa55764ba37ef214630d80ef2" integrity sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw== -jquery@^2.2.4: - version "2.2.4" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-2.2.4.tgz#2c89d6889b5eac522a7eea32c14521559c6cbf02" - integrity sha1-LInWiJterFIqfuoywUUhVZxsvwI= +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: version "2.5.1"