From c63a8b6f17e6b6e9cd968746525500d61912e2ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 02:24:11 +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 d46077f..4c00446 100644 --- a/view/static/package.json +++ b/view/static/package.json @@ -25,7 +25,7 @@ "font-awesome-min": "git+https://git.iondv.com/node-modules/font-awesome-min", "chart.js": "2.9.1", "bootstrap": "3.3.5", - "jquery": "2.2.4", + "jquery": "3.5.0", "jquery-ui": "1.12.1", "js-cookie": "2.2.1", "ionicons": "2.0.1",