Bump datatables.net-scroller-bs4 from 2.0.3 to 2.0.4 (#3769)

Bumps [datatables.net-scroller-bs4](https://github.com/DataTables/Dist-DataTables-Scroller-Bootstrap4) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/DataTables/Dist-DataTables-Scroller-Bootstrap4/releases)
- [Commits](https://github.com/DataTables/Dist-DataTables-Scroller-Bootstrap4/compare/2.0.3...2.0.4)

---
updated-dependencies:
- dependency-name: datatables.net-scroller-bs4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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-06-07 17:13:23 +05:30 committed by GitHub
parent a7597c6600
commit 53b9666af3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -4096,21 +4096,21 @@
}
},
"datatables.net-scroller": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/datatables.net-scroller/-/datatables.net-scroller-2.0.3.tgz",
"integrity": "sha512-ijqGdWN3GR2KXjP0gt4HSY4HgaTqDhdGdzEf4gVOUHe0nH3th9XxLhlvld6G4qqpP5GXaF4OWlhH0ZBzcpeTQA==",
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/datatables.net-scroller/-/datatables.net-scroller-2.0.4.tgz",
"integrity": "sha512-+Pwj27/wWNRl4MWzJTl1Etdk0TRYTpaEXx7OpU/WgDrDiN6Jn4ye8fVDVMB/1/ELLhkeYb0YmviZMHLC3BITEQ==",
"requires": {
"datatables.net": "^1.10.15",
"jquery": ">=1.7"
}
},
"datatables.net-scroller-bs4": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/datatables.net-scroller-bs4/-/datatables.net-scroller-bs4-2.0.3.tgz",
"integrity": "sha512-rFkl9Axr2KdYVs0f/BmvOlGsyi+8AXh/QPk/IrTWfMxL864EwLXtsXmQmsORuUBq56lULXaJDbZQVINqqT+/Yg==",
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/datatables.net-scroller-bs4/-/datatables.net-scroller-bs4-2.0.4.tgz",
"integrity": "sha512-bL06RWnJwKMrVO7JYFQJ4WQ8mp5a46wPnU0LbHcwcvkU0MpqXcij9O+DW2B00/906H30IBdoeQYVVrGA+Y8dBw==",
"requires": {
"datatables.net-bs4": "^1.10.15",
"datatables.net-scroller": "2.0.3",
"datatables.net-scroller": "2.0.4",
"jquery": ">=1.7"
}
},

View file

@ -88,7 +88,7 @@
"datatables.net-responsive-bs4": "^2.2.8",
"datatables.net-rowgroup-bs4": "^1.1.3",
"datatables.net-rowreorder-bs4": "^1.2.8",
"datatables.net-scroller-bs4": "^2.0.3",
"datatables.net-scroller-bs4": "^2.0.4",
"datatables.net-searchbuilder-bs4": "^1.1.0",
"datatables.net-searchpanes-bs4": "^1.3.0",
"datatables.net-select-bs4": "^1.3.3",