From b9b83abf10cdb49863d2b3d60dc068fba50fee4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 04:54:51 +0000 Subject: [PATCH] :arrow_up: Bump jquery Bumps [jquery](https://github.com/jquery/jquery) from 1.12.3 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/1.12.3...3.5.0) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../plugins/bootstrap-material-datetimepicker/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/theme4_v5/plugins/bootstrap-material-datetimepicker/package.json b/app/templates/theme4_v5/plugins/bootstrap-material-datetimepicker/package.json index 13ff8350..a03b5285 100644 --- a/app/templates/theme4_v5/plugins/bootstrap-material-datetimepicker/package.json +++ b/app/templates/theme4_v5/plugins/bootstrap-material-datetimepicker/package.json @@ -25,7 +25,7 @@ "dependencies": { "moment": "~2.10.2", "bootstrap": "~3.3.4", - "jquery": "1.12.3", + "jquery": "3.5.0", "bootstrap-material-design": "~0.3.0" }, "repository": {