diff --git a/components/package.json b/components/package.json index d705a575333..6c75d8d8b81 100644 --- a/components/package.json +++ b/components/package.json @@ -12,7 +12,7 @@ "chosen-js": "^1.8.7", "clipboard": "^2.0.8", "components-jqueryui": "^1.0.0", - "datatables.net": "^1.10.25", + "datatables.net": "^1.11.5", "datatables.net-buttons-bs": "^1.7.1", "datatables.net-buttons-dt": "^1.7.1", "datatables.net-colreorder": "^1.5.4", diff --git a/components/yarn.lock b/components/yarn.lock index 5e54fdb853f..28ce2b44ba6 100644 --- a/components/yarn.lock +++ b/components/yarn.lock @@ -344,13 +344,20 @@ datatables.net@1.10.24: dependencies: jquery ">=1.7" -datatables.net@1.10.25, datatables.net@^1.10.15, datatables.net@^1.10.25: +datatables.net@1.10.25: version "1.10.25" resolved "https://registry.yarnpkg.com/datatables.net/-/datatables.net-1.10.25.tgz#fc03a239e08f91d1d64ba101aa54daf4086d162c" integrity sha512-y0+C7all+MC/h1acwnjErhaJPjYGKpWTvbXrfEUbR8+P+nnhgjNn5nL1udgsTwBObMhlj1KITNBRrM/ZLSoj+Q== dependencies: jquery ">=1.7" +datatables.net@^1.10.15, datatables.net@^1.11.5: + version "1.11.5" + resolved "https://registry.yarnpkg.com/datatables.net/-/datatables.net-1.11.5.tgz#858a69953a01e1d5b18786769802117b04b8e3c9" + integrity sha512-nlFst2xfwSWaQgaOg5sXVG3cxYC0tH8E8d65289w9ROgF2TmLULOOpcdMpyxxUim/qEwVSEem42RjkTWEpr3eA== + dependencies: + jquery ">=1.7" + deep-equal@^1.0.0: version "1.1.1" resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.1.1.tgz#b5c98c942ceffaf7cb051e24e1434a25a2e6076a"