From 8bcc5bdf69bdc3b996aa850a5b2a197ae2a965c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2020 22:42:05 +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 | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a4d4913..48880e0 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "browser-sync": "^2.24.1", "browser-sync-webpack-plugin": "2.0.1", "cross-env": "^5.1", - "jquery": "^3.2", + "jquery": "^3.4", "laravel-mix": "^2.0", "lodash": "^4.17.13", "popper.js": "^1.12", diff --git a/yarn.lock b/yarn.lock index c65ea4b..c115e99 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4176,9 +4176,10 @@ isurl@^1.0.0-alpha5: has-to-string-tag-x "^1.2.0" is-object "^1.0.1" -jquery@^3.2: - version "3.3.1" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca" +jquery@^3.4: + 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.4.3"