From a037fa7f51af2a9b5f3a11d21b8f27f1e2cd8768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 08:02:58 +0000 Subject: [PATCH] chore(deps): bump datatables.net from 2.3.8 to 3.0.0 in /components Bumps [datatables.net](https://github.com/DataTables/DataTablesSrc) from 2.3.8 to 3.0.0. - [Release notes](https://github.com/DataTables/DataTablesSrc/releases) - [Commits](https://github.com/DataTables/DataTablesSrc/compare/2.3.8...3.0.0) --- updated-dependencies: - dependency-name: datatables.net dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- components/package.json | 2 +- components/yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/components/package.json b/components/package.json index cf01ec0835..cda8e5d9cc 100644 --- a/components/package.json +++ b/components/package.json @@ -16,7 +16,7 @@ "chosen-bootstrap": "https://github.com/dbtek/chosen-bootstrap", "chosen-js": "^1.8.7", "clipboard": "^2.0.11", - "datatables.net": "^2.3.8", + "datatables.net": "^3.0.0", "datatables.net-buttons-bs": "^3.2.6", "datatables.net-colreorder": "^2.1.2", "drmonty-datatables-plugins": "^1.0.0", diff --git a/components/yarn.lock b/components/yarn.lock index d78e536090..c6b0ac6dd1 100644 --- a/components/yarn.lock +++ b/components/yarn.lock @@ -499,13 +499,18 @@ datatables.net-colreorder@^2.1.2: datatables.net "^2" jquery ">=1.7" -datatables.net@2.3.8, datatables.net@^2, datatables.net@^2.3.8: +datatables.net@2.3.8, datatables.net@^2: version "2.3.8" resolved "https://registry.yarnpkg.com/datatables.net/-/datatables.net-2.3.8.tgz#55a8dbe3bd2196951c498ab79bf44602a2bf3229" integrity sha512-uhViowhlDlheAuo5a8TrkQqADsjrtGeOyvrigvr4t0+K3MyAWqClORXWAYIcN9VLX6iIX0C8O9gwJNd01hITRg== dependencies: jquery ">=1.7" +datatables.net@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/datatables.net/-/datatables.net-3.0.0.tgz#39ad1c72738826a4467b9f55b742a876059113ac" + integrity sha512-6p19AYaAZEghnlTI3fLNrGFrJ8aioC47E0BQmLT3YnNcL1cZHfIlc2EsN5OL0bljIZRDIXJYoaIr7nB2AZQy1Q== + delegate@^3.1.2: version "3.2.0" resolved "https://registry.yarnpkg.com/delegate/-/delegate-3.2.0.tgz#b66b71c3158522e8ab5744f720d8ca0c2af59166"