From 95dfe8958e7a9064330b6bcc15888acfb36f3dec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 03:44:21 +0000 Subject: [PATCH] Bump jquery-validation in /src/Presentation/Nop.Web Bumps [jquery-validation](https://github.com/jquery-validation/jquery-validation) from 1.19.5 to 1.21.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.21.0) --- updated-dependencies: - dependency-name: jquery-validation dependency-version: 1.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/Presentation/Nop.Web/package-lock.json | 15 ++++++++------- src/Presentation/Nop.Web/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/Presentation/Nop.Web/package-lock.json b/src/Presentation/Nop.Web/package-lock.json index 07f5bf6ad6e..7ee51a5b1cb 100644 --- a/src/Presentation/Nop.Web/package-lock.json +++ b/src/Presentation/Nop.Web/package-lock.json @@ -32,7 +32,7 @@ "jquery-tageditor": "^1.0.1", "jquery-ui-dist": "^1.13.2", "jquery-ui-touch-punch": "^0.2.3", - "jquery-validation": "^1.19.5", + "jquery-validation": "^1.21.0", "jquery-validation-unobtrusive": "^4.0.0", "jsrender": "^1.0.11", "magnific-popup": "^1.1.0", @@ -3662,9 +3662,10 @@ "integrity": "sha1-7tgiQnM7okP0az6HwYQbMIGR2mg=" }, "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.21.0", + "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.21.0.tgz", + "integrity": "sha512-xNot0rlUIgu7duMcQ5qb6MGkGL/Z1PQaRJQoZAURW9+a/2PGOUxY36o/WyNeP2T9R6jvWB8Z9lUVvvQWI/Zs5w==", + "license": "MIT", "peerDependencies": { "jquery": "^1.7 || ^2.0 || ^3.1" } @@ -9255,9 +9256,9 @@ "integrity": "sha1-7tgiQnM7okP0az6HwYQbMIGR2mg=" }, "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.21.0", + "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.21.0.tgz", + "integrity": "sha512-xNot0rlUIgu7duMcQ5qb6MGkGL/Z1PQaRJQoZAURW9+a/2PGOUxY36o/WyNeP2T9R6jvWB8Z9lUVvvQWI/Zs5w==", "requires": {} }, "jquery-validation-unobtrusive": { diff --git a/src/Presentation/Nop.Web/package.json b/src/Presentation/Nop.Web/package.json index 868f2046458..d455205fb57 100644 --- a/src/Presentation/Nop.Web/package.json +++ b/src/Presentation/Nop.Web/package.json @@ -36,7 +36,7 @@ "jquery-tageditor": "^1.0.1", "jquery-ui-dist": "^1.13.2", "jquery-ui-touch-punch": "^0.2.3", - "jquery-validation": "^1.19.5", + "jquery-validation": "^1.21.0", "jquery-validation-unobtrusive": "^4.0.0", "jsrender": "^1.0.11", "magnific-popup": "^1.1.0",