From 31ff7898c9791722949a80d409a55d808ec9700b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2019 03:42:03 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20jquery=20in=20/16=5FJavaScript=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E5=8C=96/06=5FES6=5FBabel=5FBrowserify?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [jquery](https://github.com/jquery/jquery) from 1.12.4 to 3.4.1. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/1.12.4...3.4.1) Signed-off-by: dependabot[bot] --- .../06_ES6_Babel_Browserify/package.json" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/16_JavaScript\346\250\241\345\235\227\345\214\226/06_ES6_Babel_Browserify/package.json" "b/16_JavaScript\346\250\241\345\235\227\345\214\226/06_ES6_Babel_Browserify/package.json" index 97a3d62..2eb25c4 100644 --- "a/16_JavaScript\346\250\241\345\235\227\345\214\226/06_ES6_Babel_Browserify/package.json" +++ "b/16_JavaScript\346\250\241\345\235\227\345\214\226/06_ES6_Babel_Browserify/package.json" @@ -8,6 +8,6 @@ "babel-preset-es2015": "^6.24.1" }, "dependencies": { - "jquery": "^1.12.4" + "jquery": "^3.4.1" } }