From 829aeb39b0370cc3b092066e68f777fb6407b1c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 22:36:03 +0000 Subject: [PATCH] Bump jquery-validation from 1.19.1 to 1.19.4 in /NewsWebsite Bumps [jquery-validation](https://github.com/jquery-validation/jquery-validation) from 1.19.1 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.1...1.19.4) --- updated-dependencies: - dependency-name: jquery-validation dependency-type: indirect ... Signed-off-by: dependabot[bot] --- NewsWebsite/package-lock.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/NewsWebsite/package-lock.json b/NewsWebsite/package-lock.json index b64c4cc..f46b476 100644 --- a/NewsWebsite/package-lock.json +++ b/NewsWebsite/package-lock.json @@ -4,6 +4,14 @@ "lockfileVersion": 1, "requires": true, "dependencies": { + "@mitkoz/jquery-comments": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@mitkoz/jquery-comments/-/jquery-comments-1.3.1.tgz", + "integrity": "sha512-QxTUStTmGxsrxxa6B7OuFk22gn1K4AFmbBDRn+cGUAoKJu2s3J99pk/XnXgWK2At9LnoAnqDYURAqCLq+rIeTg==", + "requires": { + "jquery": ">=1.9.0" + } + }, "bootstrap": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.4.1.tgz", @@ -78,6 +86,11 @@ "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.1.2.tgz", "integrity": "sha512-KaJUt+M9t1qaIteSvjc6P3RbMdXsNhK61GRftR6SNxqmhthcd9MGIi4T+o0jD8LUSpSnSKXE20nLtJ3fOHxQig==" }, + "font-awesome": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/font-awesome/-/font-awesome-4.7.0.tgz", + "integrity": "sha1-j6jPBBGhoxr9B7BtKQK7n8gVoTM=" + }, "function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", @@ -132,28 +145,15 @@ "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz", "integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==" }, - "@mitkoz/jquery-comments": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@mitkoz/jquery-comments/-/jquery-comments-1.3.1.tgz", - "integrity": "sha512-QxTUStTmGxsrxxa6B7OuFk22gn1K4AFmbBDRn+cGUAoKJu2s3J99pk/XnXgWK2At9LnoAnqDYURAqCLq+rIeTg==", - "requires": { - "jquery": ">=1.9.0" - } - }, - "font-awesome": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/font-awesome/-/font-awesome-4.7.0.tgz", - "integrity": "sha1-j6jPBBGhoxr9B7BtKQK7n8gVoTM=" - }, "jquery-textcomplete": { "version": "1.8.5", "resolved": "https://registry.npmjs.org/jquery-textcomplete/-/jquery-textcomplete-1.8.5.tgz", "integrity": "sha512-WctSUxFk7GF5Tx2gHeVKrpkQ9tsV7mibBJ0AYNwEx+Zx3ZoUQgU5grkBXY3SCqpq/owMAMEvksN96DBSWT4PSg==" }, "jquery-validation": { - "version": "1.19.1", - "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.1.tgz", - "integrity": "sha512-QNnrZBqSltWUEJx+shOY5WtfrIb0gWmDjFfQP8rZKqMMSfpRSwEkSqhfHPvDfkObD8Hnv5KHSYI8yg73sVFdqA==" + "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",