Bump datatables.net-keytable-bs4 from 2.5.3 to 2.6.0 (#3386)

* Bump datatables.net-keytable-bs4 from 2.5.3 to 2.6.0

Bumps [datatables.net-keytable-bs4](https://datatables.net) from 2.5.3 to 2.6.0.

Signed-off-by: dependabot[bot] <support@github.com>

* Update package.json

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel <50356015+danny007in@users.noreply.github.com>
pull/3395/head
dependabot[bot] 2021-02-08 11:48:57 +05:30 committed by GitHub
parent f7c2bff182
commit bdd0e3fab3
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

@ -3421,21 +3421,21 @@
}
},
"datatables.net-keytable": {
"version": "2.5.3",
"resolved": "https://registry.npmjs.org/datatables.net-keytable/-/datatables.net-keytable-2.5.3.tgz",
"integrity": "sha512-7bDPHA3Z2YtdkgdkcQWfIijwU0Q+XAALwG3amcfLY9BBoRrt9tsprTrPdjjtVH9CZFZWGjT5Vy4/NubEEtHmFw==",
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/datatables.net-keytable/-/datatables.net-keytable-2.6.0.tgz",
"integrity": "sha512-QuPGstS8LqzNEd3+tAOUvl+lSqzHBvPsDKQkQwI0m0MSyLz9NgjNn96tooWzX5mAF7UDyN4M6G3VEa62gkutAA==",
"requires": {
"datatables.net": "^1.10.15",
"jquery": ">=1.7"
}
},
"datatables.net-keytable-bs4": {
"version": "2.5.3",
"resolved": "https://registry.npmjs.org/datatables.net-keytable-bs4/-/datatables.net-keytable-bs4-2.5.3.tgz",
"integrity": "sha512-Rykvad65YU7uOM9Q+T3VyAmgYVU1HxcVwc/CrVEr0uUru3pGmtBggSm+rUYu00zmW8WlE/sUD51xcm6qlAA6kQ==",
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/datatables.net-keytable-bs4/-/datatables.net-keytable-bs4-2.6.0.tgz",
"integrity": "sha512-eTptJbJjt9JGASvjTwhBOoqB9QlOWdjgu7SwiwYu7TlVQdXhOlWSzeGHoo2yVxuFreDb4jZikTW6U062zXmzRQ==",
"requires": {
"datatables.net-bs4": "^1.10.15",
"datatables.net-keytable": "2.5.3",
"datatables.net-keytable": "2.6.0",
"jquery": ">=1.7"
}
},

View File

@ -89,7 +89,7 @@
"datatables.net-colreorder-bs4": "^1.5.3",
"datatables.net-fixedcolumns-bs4": "^3.3.2",
"datatables.net-fixedheader-bs4": "^3.1.8",
"datatables.net-keytable-bs4": "^2.5.3",
"datatables.net-keytable-bs4": "^2.6.0",
"datatables.net-responsive-bs4": "^2.2.7",
"datatables.net-rowgroup-bs4": "^1.1.2",
"datatables.net-rowreorder-bs4": "^1.2.7",