From ff0527d64e1ba597a4c9c573bba51bd61152faec 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/default/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/default/static/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/default/static/package.json b/view/default/static/package.json index aff5a81..27813c5 100644 --- a/view/default/static/package.json +++ b/view/default/static/package.json @@ -50,7 +50,7 @@ "fastclick": "1.0.6", "file-saver": "1.3.3", "font-awesome-min": "git+https://git.iondv.com/node-modules/font-awesome-min", - "jquery": "2.2.4", + "jquery": "3.5.0", "js-cookie": "2.2.1", "xlsx": "git+https://git.iondv.com/node-modules/xlsx", "jspdf-autotable": "3.2.11",