mirror of https://github.com/ColorlibHQ/AdminLTE
Bump datatables.net from 1.10.24 to 1.10.25 (#3748)
Bumps [datatables.net](https://github.com/DataTables/Dist-DataTables) from 1.10.24 to 1.10.25. - [Release notes](https://github.com/DataTables/Dist-DataTables/releases) - [Commits](https://github.com/DataTables/Dist-DataTables/compare/1.10.24...1.10.25) --- updated-dependencies: - dependency-name: datatables.net 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/3754/head
parent
f91c7af493
commit
e3380a2a06
|
@ -3898,9 +3898,9 @@
|
|||
}
|
||||
},
|
||||
"datatables.net": {
|
||||
"version": "1.10.24",
|
||||
"resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-1.10.24.tgz",
|
||||
"integrity": "sha512-CwXixvOdinvBCLXvcTloDinWiEM7Geaz+GwyjPrZL+MXIGPcLv4Op1bbWn8ErsI1JWMIWC8Cuf1rnDU2RrFV5w==",
|
||||
"version": "1.10.25",
|
||||
"resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-1.10.25.tgz",
|
||||
"integrity": "sha512-y0+C7all+MC/h1acwnjErhaJPjYGKpWTvbXrfEUbR8+P+nnhgjNn5nL1udgsTwBObMhlj1KITNBRrM/ZLSoj+Q==",
|
||||
"requires": {
|
||||
"jquery": ">=1.7"
|
||||
}
|
||||
|
@ -3931,6 +3931,16 @@
|
|||
"requires": {
|
||||
"datatables.net": "1.10.24",
|
||||
"jquery": ">=1.7"
|
||||
},
|
||||
"dependencies": {
|
||||
"datatables.net": {
|
||||
"version": "1.10.24",
|
||||
"resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-1.10.24.tgz",
|
||||
"integrity": "sha512-CwXixvOdinvBCLXvcTloDinWiEM7Geaz+GwyjPrZL+MXIGPcLv4Op1bbWn8ErsI1JWMIWC8Cuf1rnDU2RrFV5w==",
|
||||
"requires": {
|
||||
"jquery": ">=1.7"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"datatables.net-buttons": {
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
"bs-stepper": "^1.7.0",
|
||||
"chart.js": "^2.9.4",
|
||||
"codemirror": "^5.61.1",
|
||||
"datatables.net": "^1.10.24",
|
||||
"datatables.net": "^1.10.25",
|
||||
"datatables.net-autofill-bs4": "^2.3.6",
|
||||
"datatables.net-bs4": "^1.10.24",
|
||||
"datatables.net-buttons-bs4": "^1.7.0",
|
||||
|
|
Loading…
Reference in New Issue