From fb4dce2d3541c39e70ceb98d8007aa9df051c08a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Dec 2020 21:51:52 +0000 Subject: [PATCH] Bump datatables.net from 1.10.19 to 1.10.22 Bumps [datatables.net](https://github.com/DataTables/Dist-DataTables) from 1.10.19 to 1.10.22. - [Release notes](https://github.com/DataTables/Dist-DataTables/releases) - [Commits](https://github.com/DataTables/Dist-DataTables/compare/1.10.19...1.10.22) Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++++++++++++--- package.json | 2 +- 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c7c90a4..19d06ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4459,9 +4459,9 @@ } }, "datatables.net": { - "version": "1.10.19", - "resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-1.10.19.tgz", - "integrity": "sha512-+ljXcI6Pj3PTGy5pesp3E5Dr3x3AV45EZe0o1r0gKENN2gafBKXodVnk2ypKwl2tTmivjxbkiqoWnipTefyBTA==", + "version": "1.10.22", + "resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-1.10.22.tgz", + "integrity": "sha512-ujn8GvkQIBYzYH54XY7OrI0Zb35TKRd9ABYfbnXgBfwTGIFT6UsmXrfHU5Yk+MSDoF0sDu2TB+31V6c+zUZ0Pw==", "requires": { "jquery": ">=1.7" } @@ -4473,6 +4473,16 @@ "requires": { "datatables.net": "1.10.19", "jquery": ">=1.7" + }, + "dependencies": { + "datatables.net": { + "version": "1.10.19", + "resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-1.10.19.tgz", + "integrity": "sha512-+ljXcI6Pj3PTGy5pesp3E5Dr3x3AV45EZe0o1r0gKENN2gafBKXodVnk2ypKwl2tTmivjxbkiqoWnipTefyBTA==", + "requires": { + "jquery": ">=1.7" + } + } } }, "datatables.net-dt": { @@ -4482,6 +4492,16 @@ "requires": { "datatables.net": "1.10.19", "jquery": ">=1.7" + }, + "dependencies": { + "datatables.net": { + "version": "1.10.19", + "resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-1.10.19.tgz", + "integrity": "sha512-+ljXcI6Pj3PTGy5pesp3E5Dr3x3AV45EZe0o1r0gKENN2gafBKXodVnk2ypKwl2tTmivjxbkiqoWnipTefyBTA==", + "requires": { + "jquery": ">=1.7" + } + } } }, "date-format": { diff --git a/package.json b/package.json index 9775510..d7da6cb 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "bootstrap": "^4.3.1", "bootstrap-3-typeahead": "4.0.2", "core-js": "^2.5.4", - "datatables.net": "1.10.19", + "datatables.net": "1.10.22", "datatables.net-bs": "1.10.19", "datatables.net-dt": "1.10.19", "jquery": "^3.4.1",