diff --git a/components/package.json b/components/package.json index d705a575333..ce2c2cc8deb 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.3", "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..0586dd96c8b 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.3: + version "1.11.3" + resolved "https://registry.yarnpkg.com/datatables.net/-/datatables.net-1.11.3.tgz#80e691036efcd62467558ee64c07dd566cb761b4" + integrity sha512-VMj5qEaTebpNurySkM6jy6sGpl+s6onPK8xJhYr296R/vUBnz1+id16NVqNf9z5aR076OGcpGHCuiTuy4E05oQ== + 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"