From ccb28e1362966ab02aec57300d8778561349b9df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 05:11:26 +0000 Subject: [PATCH] Bump jquery from 1.12.4 to 3.4.1 in /src/main/resources/static 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] --- src/main/resources/static/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 src/main/resources/static/package.json diff --git a/src/main/resources/static/package.json b/src/main/resources/static/package.json old mode 100755 new mode 100644 index d68cb436..757360fb --- a/src/main/resources/static/package.json +++ b/src/main/resources/static/package.json @@ -19,7 +19,7 @@ "gulp-less": "^3.1.0", "gulp-rename": "^1.2.2", "gulp-uglify": "^1.5.4", - "jquery": "^1.11.3", + "jquery": "^3.4.1", "magnific-popup": "^1.1.0", "scrollreveal": "^3.1.4", "sweetalert": "^2.1.2",