From 12a4de3ac640744c067a1ff6fb4937fc761d4db5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2020 01:33:42 +0000 Subject: [PATCH] Bump jquery from 1.12.4 to 3.4.1 in /project02/src/main/webapp 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] --- project02/src/main/webapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project02/src/main/webapp/package.json b/project02/src/main/webapp/package.json index f1a2d7d..b6acbe2 100644 --- a/project02/src/main/webapp/package.json +++ b/project02/src/main/webapp/package.json @@ -12,6 +12,6 @@ "dependencies": { "bootstrap": "^3.3.6", "handlebars": "^4.0.5", - "jquery": "^1.12.4" + "jquery": "^3.4.1" } }