From c1e7bad33588d39f4fd02292fd43d88b75c93610 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Nov 2021 21:15:18 +0100 Subject: [PATCH] chore(deps): bump datatables.net-buttons-bs4 from 1.7.1 to 2.0.1 (#4083) Bumps [datatables.net-buttons-bs4](https://github.com/DataTables/Dist-DataTables-Buttons-Bootstrap4) from 1.7.1 to 2.0.1. - [Release notes](https://github.com/DataTables/Dist-DataTables-Buttons-Bootstrap4/releases) - [Commits](https://github.com/DataTables/Dist-DataTables-Buttons-Bootstrap4/compare/1.7.1...2.0.1) --- updated-dependencies: - dependency-name: datatables.net-buttons-bs4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index d7381cd67..298a04240 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3396,21 +3396,21 @@ } }, "datatables.net-buttons": { - "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==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/datatables.net-buttons/-/datatables.net-buttons-2.0.1.tgz", + "integrity": "sha512-Vl64BZmBWCpenE2OB+DMnsl4FX/timC9KHvjxyLoCedfIWJcuwQxJ9netMXgsd9dfl7XLQfYn4S1ObgvrrZzsw==", "requires": { - "datatables.net": "^1.10.15", + "datatables.net": ">=1.10.25", "jquery": ">=1.7" } }, "datatables.net-buttons-bs4": { - "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==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/datatables.net-buttons-bs4/-/datatables.net-buttons-bs4-2.0.1.tgz", + "integrity": "sha512-wmW0NyvwzX5nFk8DnhZojaSH5Yjrn2fFNY6arubuifcBI8yYqPjIjkV3ImTYNRyIstg1BJAbKFesLzeTHm1F6A==", "requires": { - "datatables.net-bs4": "^1.10.15", - "datatables.net-buttons": "1.7.1", + "datatables.net-bs4": ">=1.10.25", + "datatables.net-buttons": ">=1.7.1", "jquery": ">=1.7" } }, diff --git a/package.json b/package.json index 718693bcd..802cbcbcf 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "datatables.net": "^1.11.3", "datatables.net-autofill-bs4": "^2.3.9", "datatables.net-bs4": "^1.11.3", - "datatables.net-buttons-bs4": "^1.7.1", + "datatables.net-buttons-bs4": "^2.0.1", "datatables.net-colreorder-bs4": "^1.5.5", "datatables.net-fixedcolumns-bs4": "^4.0.1", "datatables.net-fixedheader-bs4": "^3.2.0",