From f6bf2d2c4a3afd4c3bb3a09c9a5c6e8d13871e3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 22:57:24 +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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 76bd398..cf98f7f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "axios": "^0.18", "bootstrap": "^4.0.0", "cross-env": "^5.1", - "jquery": "^3.2", + "jquery": "^3.4", "laravel-mix": "^4.0.7", "lodash": "^4.17.5", "popper.js": "^1.12", diff --git a/yarn.lock b/yarn.lock index 320dd68..068aeeb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3051,9 +3051,9 @@ isobject@^3.0.0, isobject@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" -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" js-levenshtein@^1.1.3: version "1.1.6"