diff --git a/components/package.json b/components/package.json index cf01ec0835..cda8e5d9cc 100644 --- a/components/package.json +++ b/components/package.json @@ -16,7 +16,7 @@ "chosen-bootstrap": "https://github.com/dbtek/chosen-bootstrap", "chosen-js": "^1.8.7", "clipboard": "^2.0.11", - "datatables.net": "^2.3.8", + "datatables.net": "^3.0.0", "datatables.net-buttons-bs": "^3.2.6", "datatables.net-colreorder": "^2.1.2", "drmonty-datatables-plugins": "^1.0.0", diff --git a/components/yarn.lock b/components/yarn.lock index d78e536090..c6b0ac6dd1 100644 --- a/components/yarn.lock +++ b/components/yarn.lock @@ -499,13 +499,18 @@ datatables.net-colreorder@^2.1.2: datatables.net "^2" jquery ">=1.7" -datatables.net@2.3.8, datatables.net@^2, datatables.net@^2.3.8: +datatables.net@2.3.8, datatables.net@^2: version "2.3.8" resolved "https://registry.yarnpkg.com/datatables.net/-/datatables.net-2.3.8.tgz#55a8dbe3bd2196951c498ab79bf44602a2bf3229" integrity sha512-uhViowhlDlheAuo5a8TrkQqADsjrtGeOyvrigvr4t0+K3MyAWqClORXWAYIcN9VLX6iIX0C8O9gwJNd01hITRg== dependencies: jquery ">=1.7" +datatables.net@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/datatables.net/-/datatables.net-3.0.0.tgz#39ad1c72738826a4467b9f55b742a876059113ac" + integrity sha512-6p19AYaAZEghnlTI3fLNrGFrJ8aioC47E0BQmLT3YnNcL1cZHfIlc2EsN5OL0bljIZRDIXJYoaIr7nB2AZQy1Q== + delegate@^3.1.2: version "3.2.0" resolved "https://registry.yarnpkg.com/delegate/-/delegate-3.2.0.tgz#b66b71c3158522e8ab5744f720d8ca0c2af59166"