Bump datatables.net-fixedcolumns-bs4 from 3.3.2 to 3.3.3 (#3763)

Bumps [datatables.net-fixedcolumns-bs4](https://github.com/DataTables/Dist-DataTables-FixedColumns-Bootstrap4) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/DataTables/Dist-DataTables-FixedColumns-Bootstrap4/releases)
- [Commits](https://github.com/DataTables/Dist-DataTables-FixedColumns-Bootstrap4/compare/3.3.2...3.3.3)

---
updated-dependencies:
- dependency-name: datatables.net-fixedcolumns-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:54 +05:30 committed by GitHub
parent 53b9666af3
commit 113c8fbb48
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

@ -3982,21 +3982,21 @@
}
},
"datatables.net-fixedcolumns": {
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/datatables.net-fixedcolumns/-/datatables.net-fixedcolumns-3.3.2.tgz",
"integrity": "sha512-LKWJZDSU9R8Z7rz/YSxSyAhxvtBvrA08oCY7y9h8ExynfEG3XUzAPejb2Y1I0YznPcnaYEnukUXLRHU6DjTnWQ==",
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/datatables.net-fixedcolumns/-/datatables.net-fixedcolumns-3.3.3.tgz",
"integrity": "sha512-xo6MeI2xc/Ufk4ffrpao+OiPo8/GPB8cO80gA6NFgYBVw6eP9pPa2NsV+gSWRVr7d3A8iZC7mUZT5WdtliNHEA==",
"requires": {
"datatables.net": "^1.10.15",
"jquery": ">=1.7"
}
},
"datatables.net-fixedcolumns-bs4": {
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/datatables.net-fixedcolumns-bs4/-/datatables.net-fixedcolumns-bs4-3.3.2.tgz",
"integrity": "sha512-pmZ/yg4bCQ9Rij1Zk6LApF4UCxFRezsj00p3Eol8eDnw20y0JFF2YSC+xxDAhqmnozLOKq8ILButMaavtyEHyA==",
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/datatables.net-fixedcolumns-bs4/-/datatables.net-fixedcolumns-bs4-3.3.3.tgz",
"integrity": "sha512-d0dqCYk93wnCT382hW2Y1YMwgJXpTfdTu3Tb+UKQvt7OApxKYuWUFfKde+wHtIhqodswZ1jrMfYmxZHJYAysZQ==",
"requires": {
"datatables.net-bs4": "^1.10.15",
"datatables.net-fixedcolumns": "3.3.2",
"datatables.net-fixedcolumns": "3.3.3",
"jquery": ">=1.7"
}
},

View file

@ -82,7 +82,7 @@
"datatables.net-bs4": "^1.10.25",
"datatables.net-buttons-bs4": "^1.7.1",
"datatables.net-colreorder-bs4": "^1.5.4",
"datatables.net-fixedcolumns-bs4": "^3.3.2",
"datatables.net-fixedcolumns-bs4": "^3.3.3",
"datatables.net-fixedheader-bs4": "^3.1.9",
"datatables.net-keytable-bs4": "^2.6.2",
"datatables.net-responsive-bs4": "^2.2.8",