From 8dec330a1052658d8f35d1f24c3a58735b777d4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 02:27:12 +0000 Subject: [PATCH] Bump jquery from 2.2.4 to 3.5.0 in /view/static Bumps [jquery](https://github.com/jquery/jquery) from 2.2.4 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/2.2.4...3.5.0) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- view/static/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/static/package.json b/view/static/package.json index fbdc4a0..a5ed66d 100644 --- a/view/static/package.json +++ b/view/static/package.json @@ -41,7 +41,7 @@ "eonasdan-bootstrap-datetimepicker": "4.17.47", "datatables": "^1.10.18", "font-awesome-min": "git+https://git.iondv.com/node-modules/font-awesome-min", - "jquery": "2.2.4", + "jquery": "3.5.0", "jquery-knob": "git+https://github.com/aterrien/jQuery-Knob.git#1.2.13", "jquery-ui": "git+https://git.iondv.com/node-modules/jquery-ui.git", "js-cookie": "2.2.1",