From c7048776187493c2efcfd877813f7a7b04741d4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2020 03:41:03 +0000 Subject: [PATCH] Bump jquery from 2.2.4 to 3.5.1 in /WebContent/resources/js Bumps [jquery](https://github.com/jquery/jquery) from 2.2.4 to 3.5.1. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/2.2.4...3.5.1) Signed-off-by: dependabot[bot] --- WebContent/resources/js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/resources/js/package.json b/WebContent/resources/js/package.json index 97af944..1c2c0b8 100644 --- a/WebContent/resources/js/package.json +++ b/WebContent/resources/js/package.json @@ -29,7 +29,7 @@ "css-loader": "^0.23.1", "expect": "^1.14.0", "foundation-sites": "^6.2.0", - "jquery": "^2.2.1", + "jquery": "^3.5.1", "karma": "^0.13.22", "karma-chrome-launcher": "^0.2.2", "karma-mocha": "^0.2.2",