From 8eecbd6dade86c6330db87d913cf2f17c4ea0c8f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Apr 2025 09:19:54 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JQUERYVALIDATION-5952285 --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ffc4d7f274b..d799511859c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "interactjs": "1.10.19", "jquery": "3.7.1", "jquery-datetimepicker": "2.5.21", - "jquery-validation": "1.19.5", + "jquery-validation": "^1.20.0", "jspdf": "2.5.1", "jszip": "3.10.1", "knockout": "3.5.1", @@ -8947,9 +8947,10 @@ "integrity": "sha512-GXhSjfOPyDemM005YCEHvzrEALhKDIswtxSHSR2e4K/suHVJKJxxRCGz3skPjNxjJjQa9AVSGGlYjv1M3VLIPg==" }, "node_modules/jquery-validation": { - "version": "1.19.5", - "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.5.tgz", - "integrity": "sha512-X2SmnPq1mRiDecVYL8edWx+yTBZDyC8ohWXFhXdtqFHgU9Wd4KHkvcbCoIZ0JaSaumzS8s2gXSkP8F7ivg/8ZQ==", + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.20.0.tgz", + "integrity": "sha512-c8tg4ltIIP6L7l0bZ79sRzOJYquyjS48kQZ6iv8MJ2r0OYztxtkWYKTReZyU2/zVFYiINB29i0Z/IRNNuJQN1g==", + "license": "MIT", "peerDependencies": { "jquery": "^1.7 || ^2.0 || ^3.1" } diff --git a/package.json b/package.json index 778119a3bc2..183c025909e 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "interactjs": "1.10.19", "jquery": "3.7.1", "jquery-datetimepicker": "2.5.21", - "jquery-validation": "1.19.5", + "jquery-validation": "1.20.0", "jspdf": "2.5.1", "jszip": "3.10.1", "knockout": "3.5.1",