From ebd55d1ffc7beb0bd852a1b547decbb5e0c77f16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 12:31:07 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20jquery=20from=203.3.1=20to=203.5.0=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.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.3.1...3.5.0) 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..2dd8f791 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.5.0", "jquery-migrate": "3.0.1", "jquery-mousewheel": "3.1.13", "jquery-ui": "1.12.1",