Bump datatables.net-buttons-bs4 from 1.7.0 to 1.7.1 in /server/resources

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] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-06-07 07:49:11 +00:00 committed by GitHub
parent a19a2cf5a8
commit df5760a25c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

View File

@ -27,7 +27,7 @@
"core-js": "^3.13.1",
"css-loader": "^5.2.6",
"datatables.net-bs4": "^1.10.23",
"datatables.net-buttons-bs4": "^1.6.5",
"datatables.net-buttons-bs4": "^1.7.1",
"datatables.net-plugins": "^1.10.23",
"datatables.net-responsive-bs4": "^2.2.7",
"expose-loader": "^3.0.0",
@ -2544,21 +2544,21 @@
}
},
"node_modules/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==",
"dependencies": {
"datatables.net": "^1.10.15",
"jquery": ">=1.7"
}
},
"node_modules/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==",
"dependencies": {
"datatables.net-bs4": "^1.10.15",
"datatables.net-buttons": "1.7.0",
"datatables.net-buttons": "1.7.1",
"jquery": ">=1.7"
}
},
@ -8126,21 +8126,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"
}
},

View File

@ -32,7 +32,7 @@
"core-js": "^3.13.1",
"css-loader": "^5.2.6",
"datatables.net-bs4": "^1.10.23",
"datatables.net-buttons-bs4": "^1.6.5",
"datatables.net-buttons-bs4": "^1.7.1",
"datatables.net-plugins": "^1.10.23",
"datatables.net-responsive-bs4": "^2.2.7",
"expose-loader": "^3.0.0",