From 09d8916872c72c70d6be41d337bf2531438427a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 06:23:57 +0000 Subject: [PATCH] build(deps): bump datatables.net-dt from 1.13.11 to 3.0.3 Bumps [datatables.net-dt](https://github.com/DataTables/DataTablesSrc) from 1.13.11 to 3.0.3. - [Release notes](https://github.com/DataTables/DataTablesSrc/releases) - [Commits](https://github.com/DataTables/DataTablesSrc/compare/1.13.11...3.0.3) --- updated-dependencies: - dependency-name: datatables.net-dt dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++------------- package.json | 2 +- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index fb6cc3fab1..194b5562c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@stimulus-components/rails-nested-form": "^5.0.0", "@tailwindcss/cli": "^4.3.2", "add-to-calendar-button": "^2.14.0", - "datatables.net-dt": "^1.13.11", + "datatables.net-dt": "^3.0.3", "esbuild": "^0.28.2", "jquery": "^3.7.1", "js-cookie": "^3.0.8", @@ -5560,22 +5560,18 @@ } }, "node_modules/datatables.net": { - "version": "1.13.11", - "resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-1.13.11.tgz", - "integrity": "sha512-AE6RkMXziRaqzPcu/pl3SJXeRa6fmXQG/fVjuRESujvkzqDCYEeKTTpPMuVJSGYJpPi32WGSphVNNY1G4nSN/g==", - "license": "MIT", - "dependencies": { - "jquery": "1.8 - 4" - } + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-3.0.3.tgz", + "integrity": "sha512-XyxlOVnqMMfh/X+xpoX/3I4ZZATubiGNenDhmG++C1pLMYVDMDfvOCO/W3/RMyVOx4bh3WocEh+G8Id7Sk8vsg==", + "license": "MIT" }, "node_modules/datatables.net-dt": { - "version": "1.13.11", - "resolved": "https://registry.npmjs.org/datatables.net-dt/-/datatables.net-dt-1.13.11.tgz", - "integrity": "sha512-4GpS4OFLwIMfhb5UdJh6bEnh0E52jIJOlx7KLKs1pSce/xpHjvcmucbUWNaEndQIpHXtIxmVPoqcDB0ZbiVB+A==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/datatables.net-dt/-/datatables.net-dt-3.0.3.tgz", + "integrity": "sha512-7bXd2O0LIuab0O+4Fa6HkbpdakO2if1F95oo/+QQ8gDNkPUyo803iS5eksCHsMyayXOIG9E3B/hukgKbkLfH/w==", "license": "MIT", "dependencies": { - "datatables.net": "1.13.11", - "jquery": "1.8 - 4" + "datatables.net": "3.0.3" } }, "node_modules/debug": { diff --git a/package.json b/package.json index 29d394ef77..cc13a46209 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@stimulus-components/rails-nested-form": "^5.0.0", "@tailwindcss/cli": "^4.3.2", "add-to-calendar-button": "^2.14.0", - "datatables.net-dt": "^1.13.11", + "datatables.net-dt": "^3.0.3", "esbuild": "^0.28.2", "jquery": "^3.7.1", "js-cookie": "^3.0.8",