From b461c8d4f07eb24dad164e987fc7272b24088470 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Sep 2021 17:38:57 +0000 Subject: [PATCH] Bump datatables.net from 1.10.20 to 1.11.3 in /api Bumps [datatables.net](https://github.com/DataTables/Dist-DataTables) from 1.10.20 to 1.11.3. - [Release notes](https://github.com/DataTables/Dist-DataTables/releases) - [Commits](https://github.com/DataTables/Dist-DataTables/compare/1.10.20...1.11.3) --- updated-dependencies: - dependency-name: datatables.net dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/package.json | 2 +- api/yarn.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/api/package.json b/api/package.json index af18bbf..79f2aa8 100644 --- a/api/package.json +++ b/api/package.json @@ -16,7 +16,7 @@ "dependencies": { "@fortawesome/fontawesome-free": "^5.12.1", "bootstrap": "^4.4.1", - "datatables.net": "^1.10.20", + "datatables.net": "^1.11.3", "datatables.net-bs4": "^1.10.20", "jquery": "^3.4.1", "node-sass": "^4.13.1", diff --git a/api/yarn.lock b/api/yarn.lock index e831701..e5489c3 100644 --- a/api/yarn.lock +++ b/api/yarn.lock @@ -2168,13 +2168,20 @@ datatables.net-bs4@^1.10.20: datatables.net "1.10.20" jquery ">=1.7" -datatables.net@1.10.20, datatables.net@^1.10.20: +datatables.net@1.10.20: version "1.10.20" resolved "https://registry.yarnpkg.com/datatables.net/-/datatables.net-1.10.20.tgz#9d65ecc3c83cbe7baa4fa5a053405c8fe42c1350" integrity sha512-4E4S7tTU607N3h0fZPkGmAtr9mwy462u+VJ6gxYZ8MxcRIjZqHy3Dv1GNry7i3zQCktTdWbULVKBbkAJkuHEnQ== 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"