From 47c1681e1dfa26b8176882e0948924136f8c6979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 14:26:26 +0000 Subject: [PATCH] build(deps): bump jquery-validation from 1.19.5 to 1.20.0 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 901ceb8..8eb37ac 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "license": "SEE LICENSE IN README.md", "dependencies": { "jquery": "*", - "jquery-validation": "1.19.5", + "jquery-validation": "1.20.0", "jsrender": "*", "@boldreports/global": "7.1.9" },