chore(deps): bump datatables.net-searchbuilder-bs4 from 1.3.0 to 1.3.1 (#4227)

Bumps [datatables.net-searchbuilder-bs4](https://github.com/DataTables/Dist-DataTables-SearchBuilder-Bootstrap4) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/DataTables/Dist-DataTables-SearchBuilder-Bootstrap4/releases)
- [Commits](https://github.com/DataTables/Dist-DataTables-SearchBuilder-Bootstrap4/compare/1.3.0...1.3.1)

---
updated-dependencies:
- dependency-name: datatables.net-searchbuilder-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>
pull/4231/head
dependabot[bot] 2022-02-07 18:17:57 +01:00 committed by GitHub
parent d81d243959
commit 5ae7dbfdf9
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

@ -4392,18 +4392,18 @@
}
},
"datatables.net-searchbuilder": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/datatables.net-searchbuilder/-/datatables.net-searchbuilder-1.2.2.tgz",
"integrity": "sha512-19t5c/05xMi5703Iv9lCrrJKBEHBgjYCCQHdx17ar9Cdd2iHD5Z6VpV9b6Z9M5c/Cqdke+9TMYnZOuSnVLNxjA==",
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/datatables.net-searchbuilder/-/datatables.net-searchbuilder-1.3.1.tgz",
"integrity": "sha512-dsXCI8Wt8Wp9ciB8BhxCbOX4/f0xC5CwQRl8hJmkScAHq6QPc80eM+LDfTIu1y9JdETdjeRK2oZj/M9BXD5wFg==",
"requires": {
"datatables.net": ">=1.10.25",
"datatables.net": ">=1.11.3",
"jquery": ">=1.7"
}
},
"datatables.net-searchbuilder-bs4": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/datatables.net-searchbuilder-bs4/-/datatables.net-searchbuilder-bs4-1.3.0.tgz",
"integrity": "sha512-rFEQzL4C09upfv19Bqfy9MA9Tw4Zaj1xnqN0UtRFnOtnXLkg0kTKYr6XRQJ26EllR/73VGE1PFkl6URES4MbiQ==",
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/datatables.net-searchbuilder-bs4/-/datatables.net-searchbuilder-bs4-1.3.1.tgz",
"integrity": "sha512-N+I/bTxZT70IaBAKbsf4yOP6LpgguuGxOPo/tbrPS2MbR2XXE+8IX6zF5obuGV553t8uT6mZ2JGtxCVSyiPdwg==",
"requires": {
"datatables.net-bs4": ">=1.11.3",
"datatables.net-searchbuilder": ">=1.2.2",

View File

@ -89,7 +89,7 @@
"datatables.net-rowgroup-bs4": "^1.1.4",
"datatables.net-rowreorder-bs4": "^1.2.8",
"datatables.net-scroller-bs4": "^2.0.5",
"datatables.net-searchbuilder-bs4": "^1.3.0",
"datatables.net-searchbuilder-bs4": "^1.3.1",
"datatables.net-searchpanes-bs4": "^1.4.0",
"datatables.net-select-bs4": "^1.3.4",
"daterangepicker": "^3.1.0",