From a74be75a9e58317d80c6c34dca9e5fcb611b70b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 17:08:41 +0530 Subject: [PATCH] Bump datatables.net-buttons-bs4 from 1.7.0 to 1.7.1 (#3760) Bumps [datatables.net-buttons-bs4](https://github.com/DataTables/Dist-DataTables-Buttons-Bootstrap4) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/DataTables/Dist-DataTables-Buttons-Bootstrap4/releases) - [Commits](https://github.com/DataTables/Dist-DataTables-Buttons-Bootstrap4/compare/1.7.0...1.7.1) --- updated-dependencies: - dependency-name: datatables.net-buttons-bs4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3713c2c4e..c4035db1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3934,21 +3934,21 @@ } }, "datatables.net-buttons": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/datatables.net-buttons/-/datatables.net-buttons-1.7.0.tgz", - "integrity": "sha512-3bWeKBO+lR+aA/KTlJErWIYMrDD54eGbtd7todgLlRoMezQFZVpCyXzOsMaC611D+E4uvOgPnNrLuh3GlmMcRg==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/datatables.net-buttons/-/datatables.net-buttons-1.7.1.tgz", + "integrity": "sha512-D2OxZeR18jhSx+l0xcfAJzfUH7l3LHCu0e606fV7+v3hMhphOfljjZYLaiRmGiR9lqO/f5xE/w2a+OtG/QMavw==", "requires": { "datatables.net": "^1.10.15", "jquery": ">=1.7" } }, "datatables.net-buttons-bs4": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/datatables.net-buttons-bs4/-/datatables.net-buttons-bs4-1.7.0.tgz", - "integrity": "sha512-ZqZOB3nwXiV8vIjVLATUMUvp13eOC46cR9C/Ib1MZtxXMck8HKrspPZZ00BJrS/lLAvMCj0M7qbzug7AJuGznQ==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/datatables.net-buttons-bs4/-/datatables.net-buttons-bs4-1.7.1.tgz", + "integrity": "sha512-s+fwsgAAWp7mOKwuztPH06kaw2JNAJ71VNTw/TqGQTL6BK9FshweDKZSRIB/ePcc/Psiy8fhNEj3XHxx4OO6BA==", "requires": { "datatables.net-bs4": "^1.10.15", - "datatables.net-buttons": "1.7.0", + "datatables.net-buttons": "1.7.1", "jquery": ">=1.7" } }, diff --git a/package.json b/package.json index 4c64d0b9d..f07b515f4 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "datatables.net": "^1.10.25", "datatables.net-autofill-bs4": "^2.3.6", "datatables.net-bs4": "^1.10.25", - "datatables.net-buttons-bs4": "^1.7.0", + "datatables.net-buttons-bs4": "^1.7.1", "datatables.net-colreorder-bs4": "^1.5.4", "datatables.net-fixedcolumns-bs4": "^3.3.2", "datatables.net-fixedheader-bs4": "^3.1.8",