From 5f7d0dcaf8ea4d895f8e26721ff8afe3f6256868 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jan 2022 19:19:33 +0100 Subject: [PATCH] chore(deps): bump datatables.net-buttons-bs4 from 2.1.0 to 2.1.1 (#4130) Bumps [datatables.net-buttons-bs4](https://github.com/DataTables/Dist-DataTables-Buttons-Bootstrap4) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/DataTables/Dist-DataTables-Buttons-Bootstrap4/releases) - [Commits](https://github.com/DataTables/Dist-DataTables-Buttons-Bootstrap4/compare/2.1.0...2.1.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 | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index def78ad14..a6ded2e16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3396,18 +3396,18 @@ } }, "datatables.net-buttons": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/datatables.net-buttons/-/datatables.net-buttons-2.1.0.tgz", - "integrity": "sha512-zV4AXUtoKcTO95ICQfqPDtyZJ3/d4Xu4jqIw4uIhHgAv9Na80aWBXnFXPiqYDvytMTir7YBRL3i8qGKHxEbKwA==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/datatables.net-buttons/-/datatables.net-buttons-2.1.1.tgz", + "integrity": "sha512-MLHKIOlwWfZ1I6vI+w7B0w7szWDkuelTVnwuNXGhh0nMV2hP9nL7t0zgfxPraOmbVXAmJnHQa4o7pd1PfKbJ3g==", "requires": { "datatables.net": ">=1.11.3", "jquery": ">=1.7" } }, "datatables.net-buttons-bs4": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/datatables.net-buttons-bs4/-/datatables.net-buttons-bs4-2.1.0.tgz", - "integrity": "sha512-C9n3PGdMwbavxEw4GAfqfqbw/9IjnYYBC6mBoLTaHclGQuX03EyJjhu23ptqbbqeTVUnyHdU9th6xqoNaGt9zQ==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/datatables.net-buttons-bs4/-/datatables.net-buttons-bs4-2.1.1.tgz", + "integrity": "sha512-o2MrkGzg2IqZ5j7kXOqm4ukpwAyxqAB2ugTTnmjn7VXQwNbERrzmeA05pXcqw80fBUx5/Jn4arczXoInNQuBTw==", "requires": { "datatables.net-bs4": ">=1.11.3", "datatables.net-buttons": ">=2.0.1", diff --git a/package.json b/package.json index eea8ba827..8dc892044 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": "^2.1.0", + "datatables.net-buttons-bs4": "^2.1.1", "datatables.net-colreorder-bs4": "^1.5.5", "datatables.net-fixedcolumns-bs4": "^4.0.1", "datatables.net-fixedheader-bs4": "^3.2.0",