From 7e4a88fbdfe62b615cce2dfee68a3405328800d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 22:37:19 +0000 Subject: [PATCH] Bump jquery-validation in /src/X247.IdentityServer.STS.Identity Bumps [jquery-validation](https://github.com/jquery-validation/jquery-validation) from 1.19.0 to 1.19.4. - [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.4) --- updated-dependencies: - dependency-name: jquery-validation dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/X247.IdentityServer.STS.Identity/package-lock.json | 9 +++------ src/X247.IdentityServer.STS.Identity/package.json | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/src/X247.IdentityServer.STS.Identity/package-lock.json b/src/X247.IdentityServer.STS.Identity/package-lock.json index ef3fec0..e59b284 100644 --- a/src/X247.IdentityServer.STS.Identity/package-lock.json +++ b/src/X247.IdentityServer.STS.Identity/package-lock.json @@ -2687,12 +2687,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.4", + "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.4.tgz", + "integrity": "sha512-PcwKcATCR+JL77m9kkWd84NAHAunJP9iasF6IbMxUgl73xDAimxjt5oYFmYHDXBmTZM4rpkXxMNR/jGI5TlSjA==" }, "jquery-validation-unobtrusive": { "version": "3.2.11", diff --git a/src/X247.IdentityServer.STS.Identity/package.json b/src/X247.IdentityServer.STS.Identity/package.json index 05f5e1f..ed6e90a 100644 --- a/src/X247.IdentityServer.STS.Identity/package.json +++ b/src/X247.IdentityServer.STS.Identity/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "jquery": "3.5.0", - "jquery-validation": "1.19.0", + "jquery-validation": "1.19.4", "jquery-validation-unobtrusive": "3.2.11", "bootstrap": "4.3.1", "popper.js": "1.9.0",