From 25ed3a3159a1522e023f0f137e7b38a3c4ad52a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Sep 2021 17:49:03 +0000 Subject: [PATCH] Bump datatables.net from 1.10.24 to 1.11.3 Bumps [datatables.net](https://github.com/DataTables/Dist-DataTables) from 1.10.24 to 1.11.3. - [Release notes](https://github.com/DataTables/Dist-DataTables/releases) - [Commits](https://github.com/DataTables/Dist-DataTables/compare/1.10.24...1.11.3) --- updated-dependencies: - dependency-name: datatables.net dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e4e13eb..ce5cc60 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@types/react-dom": "^17.0.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "bootstrap": "^4.6.0", - "datatables.net": "^1.10.24", + "datatables.net": "^1.11.3", "datatables.net-dt": "^1.10.24", "jquery": "^3.5.1", "popper.js": "^1.16.1", diff --git a/yarn.lock b/yarn.lock index e335dfa..fa40207 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2664,13 +2664,20 @@ datatables.net-dt@^1.10.24: datatables.net "1.10.24" jquery ">=1.7" -datatables.net@1.10.24, datatables.net@^1.10.24: +datatables.net@1.10.24: version "1.10.24" resolved "https://registry.yarnpkg.com/datatables.net/-/datatables.net-1.10.24.tgz#370e02f1e201de8334fdc92e7515c1624191573c" integrity sha512-CwXixvOdinvBCLXvcTloDinWiEM7Geaz+GwyjPrZL+MXIGPcLv4Op1bbWn8ErsI1JWMIWC8Cuf1rnDU2RrFV5w== dependencies: jquery ">=1.7" +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" + debug@2.6.9, debug@^2.2.0, debug@^2.3.3: version "2.6.9" resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"