From 6f991a158b2559c9f2971e26e3415e559bdb933a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 15:35:34 +0000 Subject: [PATCH] Bump datatables.net from 1.11.3 to 1.11.5 Bumps [datatables.net](https://github.com/DataTables/Dist-DataTables) from 1.11.3 to 1.11.5. - [Release notes](https://github.com/DataTables/Dist-DataTables/releases) - [Commits](https://github.com/DataTables/Dist-DataTables/compare/1.11.3...1.11.5) --- updated-dependencies: - dependency-name: datatables.net dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index aff1935..562b663 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "bootstrap": "^5.1.3", "bootstrap-icons": "^1.8.1", "choices.js": "^9.0.1", - "datatables.net": "^1.11.3", + "datatables.net": "^1.11.5", "datatables.net-bs5": "^1.11.3", "jquery": "^3.5.1" } @@ -69,9 +69,9 @@ } }, "node_modules/datatables.net": { - "version": "1.11.3", - "resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-1.11.3.tgz", - "integrity": "sha512-VMj5qEaTebpNurySkM6jy6sGpl+s6onPK8xJhYr296R/vUBnz1+id16NVqNf9z5aR076OGcpGHCuiTuy4E05oQ==", + "version": "1.11.5", + "resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-1.11.5.tgz", + "integrity": "sha512-nlFst2xfwSWaQgaOg5sXVG3cxYC0tH8E8d65289w9ROgF2TmLULOOpcdMpyxxUim/qEwVSEem42RjkTWEpr3eA==", "dependencies": { "jquery": ">=1.7" } @@ -157,9 +157,9 @@ } }, "datatables.net": { - "version": "1.11.3", - "resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-1.11.3.tgz", - "integrity": "sha512-VMj5qEaTebpNurySkM6jy6sGpl+s6onPK8xJhYr296R/vUBnz1+id16NVqNf9z5aR076OGcpGHCuiTuy4E05oQ==", + "version": "1.11.5", + "resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-1.11.5.tgz", + "integrity": "sha512-nlFst2xfwSWaQgaOg5sXVG3cxYC0tH8E8d65289w9ROgF2TmLULOOpcdMpyxxUim/qEwVSEem42RjkTWEpr3eA==", "requires": { "jquery": ">=1.7" } diff --git a/package.json b/package.json index 0ee9804..a8bce34 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "bootstrap": "^5.1.3", "bootstrap-icons": "^1.8.1", "choices.js": "^9.0.1", - "datatables.net": "^1.11.3", + "datatables.net": "^1.11.5", "datatables.net-bs5": "^1.11.3", "jquery": "^3.5.1" }