From 3fb5431729a176500c39ebe5550b572fce80fde6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 22:35:32 +0000 Subject: [PATCH] Bump jquery-validation from 1.19.0 to 1.19.4 in /src/Luttra.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/Luttra.STS.Identity/package-lock.json | 11 ++++------- src/Luttra.STS.Identity/package.json | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/src/Luttra.STS.Identity/package-lock.json b/src/Luttra.STS.Identity/package-lock.json index 87d8fed..4531db6 100644 --- a/src/Luttra.STS.Identity/package-lock.json +++ b/src/Luttra.STS.Identity/package-lock.json @@ -2684,12 +2684,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.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", @@ -4132,7 +4129,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/Luttra.STS.Identity/package.json b/src/Luttra.STS.Identity/package.json index 6a91a97..61567c0 100644 --- a/src/Luttra.STS.Identity/package.json +++ b/src/Luttra.STS.Identity/package.json @@ -14,7 +14,7 @@ "font-awesome": "4.7.0", "holderjs": "2.9.6", "jquery": "3.4.1", - "jquery-validation": "1.19.0", + "jquery-validation": "1.19.4", "jquery-validation-unobtrusive": "3.2.11", "node-sass": "^4.13.1", "open-iconic": "1.1.1",