From 68c1cb8f9c18a4f723125be7b50623d1b6350e1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 00:48:27 +0000 Subject: [PATCH] Bump jquery-validation from 1.19.0 to 1.19.5 in /src/IdentityServer.UI Bumps [jquery-validation](https://github.com/jquery-validation/jquery-validation) from 1.19.0 to 1.19.5. - [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.5) --- updated-dependencies: - dependency-name: jquery-validation dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/IdentityServer.UI/package-lock.json | 11 ++++------- src/IdentityServer.UI/package.json | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/src/IdentityServer.UI/package-lock.json b/src/IdentityServer.UI/package-lock.json index c738146..45b59d4 100644 --- a/src/IdentityServer.UI/package-lock.json +++ b/src/IdentityServer.UI/package-lock.json @@ -2687,12 +2687,9 @@ "integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==" }, "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.5", + "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.5.tgz", + "integrity": "sha512-X2SmnPq1mRiDecVYL8edWx+yTBZDyC8ohWXFhXdtqFHgU9Wd4KHkvcbCoIZ0JaSaumzS8s2gXSkP8F7ivg/8ZQ==" }, "jquery-validation-unobtrusive": { "version": "3.2.11", @@ -4135,7 +4132,7 @@ }, "strip-ansi": { "version": "3.0.1", - "resolved": "http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", "requires": { "ansi-regex": "^2.0.0" diff --git a/src/IdentityServer.UI/package.json b/src/IdentityServer.UI/package.json index f43b42a..2d8898a 100644 --- a/src/IdentityServer.UI/package.json +++ b/src/IdentityServer.UI/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "jquery": "3.4.1", - "jquery-validation": "1.19.0", + "jquery-validation": "1.19.5", "jquery-validation-unobtrusive": "3.2.11", "bootstrap": "4.3.1", "popper.js": "1.9.0",