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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-11-25 21:15:18 +01:00 committed by GitHub
parent cff1b859de
commit c1e7bad335
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View file

@ -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"
}
},

View file

@ -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",