From 6186cfb9604d95a3112017ac04de913e4c58f7cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Jan 2021 18:52:27 +0000 Subject: [PATCH] Bump jquery-validation in /src/X247.IdentityServer.Admin Bumps [jquery-validation](https://github.com/jquery-validation/jquery-validation) from 1.19.0 to 1.19.3. - [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.0...1.19.3) Signed-off-by: dependabot[bot] --- src/X247.IdentityServer.Admin/package-lock.json | 9 +++------ src/X247.IdentityServer.Admin/package.json | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/src/X247.IdentityServer.Admin/package-lock.json b/src/X247.IdentityServer.Admin/package-lock.json index 36114fa..dd651f5 100644 --- a/src/X247.IdentityServer.Admin/package-lock.json +++ b/src/X247.IdentityServer.Admin/package-lock.json @@ -2899,12 +2899,9 @@ "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "jquery-validation": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.0.tgz", - "integrity": "sha512-i1ygcs9K9eI0jqQ8fiOZdT0Ofw941YII1zyPQDUkBS8t2G8SoSWz8UUEVT6gV1KvsaBbovtL8YxjLALACR0syQ==", - "requires": { - "jquery": "^1.7 || ^2.0 || ^3.1" - } + "version": "1.19.3", + "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.3.tgz", + "integrity": "sha512-iXxCS5W7STthSTMFX/NDZfWHBLbJ1behVK3eAgHXAV8/0vRa9M4tiqHvJMr39VGWHMGdlkhrtrkBuaL2UlE8yw==" }, "jquery-validation-unobtrusive": { "version": "3.2.11", diff --git a/src/X247.IdentityServer.Admin/package.json b/src/X247.IdentityServer.Admin/package.json index c3814a2..0b3d3ea 100644 --- a/src/X247.IdentityServer.Admin/package.json +++ b/src/X247.IdentityServer.Admin/package.json @@ -13,7 +13,7 @@ "font-awesome": "4.7.0", "holderjs": "2.9.6", "jquery": "3.5.0", - "jquery-validation": "1.19.0", + "jquery-validation": "1.19.3", "jquery-validation-unobtrusive": "3.2.11", "knockout": "3.5.0", "moment": "2.24.0",