From aa8cba90ed3eadd2d5e0b5f8a5e740acd6a03d2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 10:23:16 +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-lock.json | 6 +++--- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 79e25694..b0de5bda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7058,9 +7058,9 @@ "dev": true }, "jquery": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz", - "integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==" + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.0.tgz", + "integrity": "sha512-ggRCXln9zEqv6OqAGXFEcshF5dSBvCkzj6Gm2gzuR5fWawaX8t7cxKVkkygKODrDAzKdoYw3l/e3pm3vlT4IbQ==" }, "jquery.fancytree": { "version": "2.27.0", diff --git a/package.json b/package.json index 175d6f81..b55eb998 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "bootstrap-select": "^1.12.4", "cross-env": "^3.2.3", "dropzone": "^5.3.0", - "jquery": "^3.3.1", + "jquery": "^3.4.0", "laravel-mix": "2.*", "list.js": "^1.5.0", "lodash": "^4.17.5", diff --git a/yarn.lock b/yarn.lock index 6e72dea9..df68a9ba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4110,13 +4110,13 @@ jquery.fancytree@^2.27.0: dependencies: jquery ">=1.9" -jquery@>=1.10: +jquery@>=1.10, "jquery@>=1.7.1 <4.0.0", jquery@>=1.7.2, jquery@>=1.8, jquery@>=1.9: version "3.4.1" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.1.tgz#714f1f8d9dde4bdfa55764ba37ef214630d80ef2" -"jquery@>=1.7.1 <4.0.0", jquery@>=1.7.2, jquery@>=1.8, jquery@>=1.9, jquery@^3.3.1: - version "3.3.1" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca" +jquery@^3.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.0.tgz#8de513fa0fa4b2c7d2e48a530e26f0596936efdf" js-base64@^2.1.8, js-base64@^2.1.9: version "2.4.3"