From c57f679d64a467d5bd7a108df88c53fec480fb6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 23:01:52 +0000 Subject: [PATCH] Bump datatables.net from 2.3.5 to 2.3.6 Bumps [datatables.net](https://github.com/DataTables/Dist-DataTables) from 2.3.5 to 2.3.6. - [Release notes](https://github.com/DataTables/Dist-DataTables/releases) - [Commits](https://github.com/DataTables/Dist-DataTables/compare/2.3.5...2.3.6) --- updated-dependencies: - dependency-name: datatables.net dependency-version: 2.3.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++++++++++---- package.json | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f60636d..48d62e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "datatables.mark.js": "2.1.0", - "datatables.net": "2.3.5", + "datatables.net": "2.3.6", "datatables.net-bs5": "2.3.5", "datatables.net-buttons": "3.2.5", "datatables.net-buttons-bs5": "3.2.5", @@ -641,9 +641,9 @@ } }, "node_modules/datatables.net": { - "version": "2.3.5", - "resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-2.3.5.tgz", - "integrity": "sha512-Qrwc+vuw8GHo42u1usWTuriNAMW0VvLPSW3j8g3GxvatiD8wS/ZGW32VAYLLfmF4Hz0C/fo2KB3xZBfcpqqVTQ==", + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-2.3.6.tgz", + "integrity": "sha512-xQ/dCxrjfxM0XY70wSIzakkTZ6ghERwlLmAPyCnu8Sk5cyt9YvOVyOsFNOa/BZ/lM63Q3i2YSSvp/o7GXZGsbg==", "license": "MIT", "dependencies": { "jquery": ">=1.7" @@ -659,6 +659,15 @@ "jquery": ">=1.7" } }, + "node_modules/datatables.net-bs5/node_modules/datatables.net": { + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-2.3.5.tgz", + "integrity": "sha512-Qrwc+vuw8GHo42u1usWTuriNAMW0VvLPSW3j8g3GxvatiD8wS/ZGW32VAYLLfmF4Hz0C/fo2KB3xZBfcpqqVTQ==", + "license": "MIT", + "dependencies": { + "jquery": ">=1.7" + } + }, "node_modules/datatables.net-buttons": { "version": "3.2.5", "resolved": "https://registry.npmjs.org/datatables.net-buttons/-/datatables.net-buttons-3.2.5.tgz", diff --git a/package.json b/package.json index 581a6ef..cd5dcbf 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "doc": "doc" }, "dependencies": { - "datatables.net": "2.3.5", + "datatables.net": "2.3.6", "datatables.net-bs5": "2.3.5", "datatables.net-buttons": "3.2.5", "datatables.net-buttons-bs5": "3.2.5",