From 9d37bfef6a183594968bbc90b277d85199739c6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2019 17:18:29 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20jquery=20from=203.3.1=20to=203.4.1=20in?= =?UTF-8?q?=20/NCTF2018/Web/=E5=9F=BA=E6=9C=AC=E6=93=8D=E4=BD=9C/src?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.4.1. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.3.1...3.4.1) Signed-off-by: dependabot[bot] --- .../src/package.json" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/NCTF2018/Web/\345\237\272\346\234\254\346\223\215\344\275\234/src/package.json" "b/NCTF2018/Web/\345\237\272\346\234\254\346\223\215\344\275\234/src/package.json" index 4304b9ff..84346ef2 100644 --- "a/NCTF2018/Web/\345\237\272\346\234\254\346\223\215\344\275\234/src/package.json" +++ "b/NCTF2018/Web/\345\237\272\346\234\254\346\223\215\344\275\234/src/package.json" @@ -7,7 +7,7 @@ "license": "GPL-2.0", "dependencies": { "codemirror": "5.35.0", - "jquery": "3.3.1", + "jquery": "3.4.1", "jquery-migrate": "3.0.1", "jquery-mousewheel": "3.1.13", "jquery-ui": "1.12.1",