From 843d6bfcede83526503bcd70c1d90eb7043ad1fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 03:22:19 +0000 Subject: [PATCH] Bump datatables.net-buttons from 2.4.1 to 2.4.2 in /tcms Bumps [datatables.net-buttons](https://github.com/DataTables/Dist-DataTables-Buttons) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/DataTables/Dist-DataTables-Buttons/releases) - [Commits](https://github.com/DataTables/Dist-DataTables-Buttons/compare/2.4.1...2.4.2) --- updated-dependencies: - dependency-name: datatables.net-buttons dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tcms/package-lock.json | 14 +++++++------- tcms/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tcms/package-lock.json b/tcms/package-lock.json index 8f4195167c..af3342b621 100644 --- a/tcms/package-lock.json +++ b/tcms/package-lock.json @@ -7,7 +7,7 @@ "dependencies": { "bootstrap-duration-picker": "2.1.3", "bootstrap-switch": "3.3.4", - "datatables.net-buttons": "2.4.1", + "datatables.net-buttons": "2.4.2", "html5sortable": "0.13.3", "jszip": "3.10.1", "patternfly": "3.59.5", @@ -1554,9 +1554,9 @@ } }, "node_modules/datatables.net-buttons": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/datatables.net-buttons/-/datatables.net-buttons-2.4.1.tgz", - "integrity": "sha512-Z788xsbGW+YqJWgQYCzE5IsbY8MNIihhDP/LOefijEn7MM1/jf4sQdf/KRNHr/CWTFGfojGPz+GNdJh8appeQQ==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/datatables.net-buttons/-/datatables.net-buttons-2.4.2.tgz", + "integrity": "sha512-ps88Wk6yju8hPyqIPhHZ9xhL+pAfgoiI1nZsyPswvqk84kzcqgj1nmulSSLMYNwFG8awsU8C94gF+Pf+JhDh7g==", "dependencies": { "datatables.net": ">=1.13.4", "jquery": ">=1.7" @@ -6410,9 +6410,9 @@ } }, "datatables.net-buttons": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/datatables.net-buttons/-/datatables.net-buttons-2.4.1.tgz", - "integrity": "sha512-Z788xsbGW+YqJWgQYCzE5IsbY8MNIihhDP/LOefijEn7MM1/jf4sQdf/KRNHr/CWTFGfojGPz+GNdJh8appeQQ==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/datatables.net-buttons/-/datatables.net-buttons-2.4.2.tgz", + "integrity": "sha512-ps88Wk6yju8hPyqIPhHZ9xhL+pAfgoiI1nZsyPswvqk84kzcqgj1nmulSSLMYNwFG8awsU8C94gF+Pf+JhDh7g==", "requires": { "datatables.net": ">=1.13.4", "jquery": "3.6.1" diff --git a/tcms/package.json b/tcms/package.json index d428300a32..c477de766e 100644 --- a/tcms/package.json +++ b/tcms/package.json @@ -2,7 +2,7 @@ "dependencies": { "bootstrap-duration-picker": "2.1.3", "bootstrap-switch": "3.3.4", - "datatables.net-buttons": "2.4.1", + "datatables.net-buttons": "2.4.2", "html5sortable": "0.13.3", "jszip": "3.10.1", "patternfly": "3.59.5",