From 60884ff590e283d5baed9d720f42a9b1e0773b20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2020 23:06:12 +0000 Subject: [PATCH] Bump jquery from 1.12.4 to 3.5.0 in /project02/src/main/webapp Bumps [jquery](https://github.com/jquery/jquery) from 1.12.4 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/1.12.4...3.5.0) 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..39f8aec 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.5.0" } }