From f282ba0cc76d4f05d508538516f164e6818ded35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 07:42:24 +0000 Subject: [PATCH] Bump jquery-validation from 1.19.0 to 1.20.0 in /examples/katalon/app --- updated-dependencies: - dependency-name: jquery-validation dependency-version: 1.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/katalon/app/package-lock.json | 10 +++++----- examples/katalon/app/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/katalon/app/package-lock.json b/examples/katalon/app/package-lock.json index 9190029..7483af2 100644 --- a/examples/katalon/app/package-lock.json +++ b/examples/katalon/app/package-lock.json @@ -12,7 +12,7 @@ "bootstrap-datepicker": "1.9.0", "jquery": "^3.7.1", "jquery-ui-dist": "^1.12.1", - "jquery-validation": "1.19.0" + "jquery-validation": "1.20.0" }, "devDependencies": { "@babel/core": "^7.7.4", @@ -6939,11 +6939,11 @@ } }, "node_modules/jquery-validation": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.0.tgz", - "integrity": "sha512-i1ygcs9K9eI0jqQ8fiOZdT0Ofw941YII1zyPQDUkBS8t2G8SoSWz8UUEVT6gV1KvsaBbovtL8YxjLALACR0syQ==", + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.20.0.tgz", + "integrity": "sha512-c8tg4ltIIP6L7l0bZ79sRzOJYquyjS48kQZ6iv8MJ2r0OYztxtkWYKTReZyU2/zVFYiINB29i0Z/IRNNuJQN1g==", "license": "MIT", - "dependencies": { + "peerDependencies": { "jquery": "^1.7 || ^2.0 || ^3.1" } }, diff --git a/examples/katalon/app/package.json b/examples/katalon/app/package.json index 91ab295..890f81a 100644 --- a/examples/katalon/app/package.json +++ b/examples/katalon/app/package.json @@ -31,7 +31,7 @@ "bootstrap": "4.3.1", "bootstrap-datepicker": "1.9.0", "jquery": "^3.7.1", - "jquery-validation": "1.19.0", + "jquery-validation": "1.20.0", "jquery-ui-dist": "^1.12.1" }, "browser": {