From e5fd39e75855d3a0f9b0cad781f5d7c5be4838a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 15:23:48 +0000 Subject: [PATCH] Bump jquery-validation in /WebUI/war/jslib/profiles/3x Bumps [jquery-validation](https://github.com/jquery-validation/jquery-validation) from 1.19.5 to 1.20.0. - [Release notes](https://github.com/jquery-validation/jquery-validation/releases) - [Changelog](https://github.com/jquery-validation/jquery-validation/blob/master/changelog.md) - [Commits](https://github.com/jquery-validation/jquery-validation/compare/1.19.5...1.20.0) --- updated-dependencies: - dependency-name: jquery-validation dependency-version: 1.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- WebUI/war/jslib/profiles/3x/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebUI/war/jslib/profiles/3x/package.json b/WebUI/war/jslib/profiles/3x/package.json index ae592f6d7d..7021c83e90 100644 --- a/WebUI/war/jslib/profiles/3x/package.json +++ b/WebUI/war/jslib/profiles/3x/package.json @@ -12,7 +12,7 @@ "jquery-hoverintent": "1.9.0", "jquery-jeditable": "2.0.6", "jquery-ui-multiselect-widget":"2.0.2", - "jquery-validation": "1.19.5", + "jquery-validation": "1.20.0", "backbone": "1.3.3", "datatables.net": "1.12.1", "datatables.net-dt":"1.12.1",