From 03bd89eafbde9f7a57a8996c11d97a33c28c0c6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 12:30:03 +0000 Subject: [PATCH] Bump jquery from 3.4.1 to 3.6.4 in /NewsWebsite Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.6.4. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.6.4) --- updated-dependencies: - dependency-name: jquery 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..3622647 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", @@ -128,22 +141,9 @@ } }, "jquery": { - "version": "3.4.1", - "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=" + "version": "3.6.4", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.4.tgz", + "integrity": "sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ==" }, "jquery-textcomplete": { "version": "1.8.5",