diff --git a/components/package.json b/components/package.json index b327d2a1f55..1e93f1650ac 100644 --- a/components/package.json +++ b/components/package.json @@ -11,7 +11,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 f64d61c3f32..4bf55851619 100644 --- a/components/yarn.lock +++ b/components/yarn.lock @@ -339,13 +339,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"