From 135ca62df76dcb5970fef21b873a3b0035cf8a7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 00:20:16 +0000 Subject: [PATCH] Bump jquery-validation in /src/Skoruba.IdentityServer4.STS.Identity Bumps [jquery-validation](https://github.com/jquery-validation/jquery-validation) from 1.19.3 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.3...1.19.5) --- updated-dependencies: - dependency-name: jquery-validation dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../package-lock.json | 8 ++++---- src/Skoruba.IdentityServer4.STS.Identity/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Skoruba.IdentityServer4.STS.Identity/package-lock.json b/src/Skoruba.IdentityServer4.STS.Identity/package-lock.json index 46ac127f3..9ab8ca431 100644 --- a/src/Skoruba.IdentityServer4.STS.Identity/package-lock.json +++ b/src/Skoruba.IdentityServer4.STS.Identity/package-lock.json @@ -2822,9 +2822,9 @@ "integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==" }, "jquery-validation": { - "version": "1.19.3", - "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.3.tgz", - "integrity": "sha512-iXxCS5W7STthSTMFX/NDZfWHBLbJ1behVK3eAgHXAV8/0vRa9M4tiqHvJMr39VGWHMGdlkhrtrkBuaL2UlE8yw==" + "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", @@ -4879,7 +4879,7 @@ }, "wrap-ansi": { "version": "2.1.0", - "resolved": "http://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=", "dev": true, "requires": { diff --git a/src/Skoruba.IdentityServer4.STS.Identity/package.json b/src/Skoruba.IdentityServer4.STS.Identity/package.json index 268b1f858..e16e9552c 100644 --- a/src/Skoruba.IdentityServer4.STS.Identity/package.json +++ b/src/Skoruba.IdentityServer4.STS.Identity/package.json @@ -15,7 +15,7 @@ "font-awesome": "4.7.0", "holderjs": "2.9.6", "jquery": "3.5.1", - "jquery-validation": "^1.19.3", + "jquery-validation": "^1.19.5", "jquery-validation-unobtrusive": "3.2.11", "node-sass": "4.14.1", "open-iconic": "1.1.1",