From e2d0fc81333ded1d57f6c187309b6b79d61e41ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 00:58:37 +0000 Subject: [PATCH] Bump jquery-validation in /src/Skoruba.IdentityServer4.Admin.UI 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] --- src/Skoruba.IdentityServer4.Admin.UI/package-lock.json | 10 +++++----- src/Skoruba.IdentityServer4.Admin.UI/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Skoruba.IdentityServer4.Admin.UI/package-lock.json b/src/Skoruba.IdentityServer4.Admin.UI/package-lock.json index ee409bfc4..bc283962c 100644 --- a/src/Skoruba.IdentityServer4.Admin.UI/package-lock.json +++ b/src/Skoruba.IdentityServer4.Admin.UI/package-lock.json @@ -2983,9 +2983,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", @@ -4394,7 +4394,7 @@ }, "semver": { "version": "4.3.6", - "resolved": "http://registry.npmjs.org/semver/-/semver-4.3.6.tgz", + "resolved": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz", "integrity": "sha1-MAvG4OhjdPe6YQaLWx7NV/xlMto=" }, "semver-greatest-satisfied-range": { @@ -5319,7 +5319,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.Admin.UI/package.json b/src/Skoruba.IdentityServer4.Admin.UI/package.json index 2f76b6667..4774a921f 100644 --- a/src/Skoruba.IdentityServer4.Admin.UI/package.json +++ b/src/Skoruba.IdentityServer4.Admin.UI/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", "knockout": "3.5.1", "moment": "2.27.0",