From bd901c125b267434f3fc5c6003e5bed59e8b5995 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 07:10:13 +0000 Subject: [PATCH] Bump jquery in /5-plugin/CommonsChunkPlugin/explicit-vendor-chunk Bumps [jquery](https://github.com/jquery/jquery) from 2.2.4 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/2.2.4...3.5.0) Signed-off-by: dependabot[bot] --- .../CommonsChunkPlugin/explicit-vendor-chunk/package.json | 2 +- 5-plugin/CommonsChunkPlugin/explicit-vendor-chunk/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/5-plugin/CommonsChunkPlugin/explicit-vendor-chunk/package.json b/5-plugin/CommonsChunkPlugin/explicit-vendor-chunk/package.json index 2d44aa0..a0b7266 100644 --- a/5-plugin/CommonsChunkPlugin/explicit-vendor-chunk/package.json +++ b/5-plugin/CommonsChunkPlugin/explicit-vendor-chunk/package.json @@ -14,7 +14,7 @@ "webpack": "^1.12.9" }, "dependencies": { - "jquery": "^2.1.4", + "jquery": "^3.5.0", "lodash": "^4.17.4", "react": "^15.4.2" } diff --git a/5-plugin/CommonsChunkPlugin/explicit-vendor-chunk/yarn.lock b/5-plugin/CommonsChunkPlugin/explicit-vendor-chunk/yarn.lock index ddbb631..8c167c1 100644 --- a/5-plugin/CommonsChunkPlugin/explicit-vendor-chunk/yarn.lock +++ b/5-plugin/CommonsChunkPlugin/explicit-vendor-chunk/yarn.lock @@ -725,9 +725,9 @@ jodid25519@^1.0.0: dependencies: jsbn "~0.1.0" -jquery@^2.1.4: - version "2.2.4" - resolved "http://registry.npm.taobao.org/jquery/download/jquery-2.2.4.tgz#2c89d6889b5eac522a7eea32c14521559c6cbf02" +jquery@^3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9" js-tokens@^2.0.0: version "2.0.0"