From 46a9e5d945f195f5e763c84abea85c39d67cfba2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 16:44:14 +0000 Subject: [PATCH] Bump datatables.net-buttons-bs5 from 4.0.1 to 4.0.3 Bumps [datatables.net-buttons-bs5](https://github.com/DataTables/Buttons) from 4.0.1 to 4.0.3. - [Commits](https://github.com/DataTables/Buttons/compare/4.0.1...4.0.3) --- updated-dependencies: - dependency-name: datatables.net-buttons-bs5 dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++-------- package.json | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index cca5d3f..d3db6e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "bootstrap": "~5.3.3", "bootstrap-icons": "~1.13.1", "datatables.net-bs5": "^3.0.1", - "datatables.net-buttons-bs5": "^4.0.1", + "datatables.net-buttons-bs5": "^4.0.3", "dayjs": "~1.11.13", "dayjs-plugin-utc": "~0.1.2", "jquery": "~4.0.0" @@ -75,20 +75,22 @@ } }, "node_modules/datatables.net-buttons": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/datatables.net-buttons/-/datatables.net-buttons-4.0.1.tgz", - "integrity": "sha512-cEiqdM65THR7hpDgz9KZEZdPNorHxieTJPQYTVG5kpivxmK57tdkoYa5cdmvg99bSaLIYUfr9Rp/j7GCMjYQZA==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/datatables.net-buttons/-/datatables.net-buttons-4.0.3.tgz", + "integrity": "sha512-C3tCl5mMwsn+HCistHJZ1e5jA8BqnKiC4CCm1PRV9FnARZHOae/sXDVOsV1LVmoDTQZiDZ7H45Zd4tTXs2HvQA==", + "license": "MIT", "dependencies": { "datatables.net": "^3" } }, "node_modules/datatables.net-buttons-bs5": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/datatables.net-buttons-bs5/-/datatables.net-buttons-bs5-4.0.1.tgz", - "integrity": "sha512-nWvqhjvBfH4Z9vXRsdkH+qq5JG3N0yQdx+nfQj6iM+26uKDDeLrphn2BFJB85GxU6EvWa1GtK/fIDNPMvzBdSw==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/datatables.net-buttons-bs5/-/datatables.net-buttons-bs5-4.0.3.tgz", + "integrity": "sha512-6h2hhmVkzNfNdw0BGQQHcDoVxE7xP9H/DnnRT/cG3rM/sQm/tbC1hbHYdDURRNsQQHHoOyPfBvb1BOxMUOwEMQ==", + "license": "MIT", "dependencies": { "datatables.net-bs5": "^3", - "datatables.net-buttons": "4.0.1" + "datatables.net-buttons": "4.0.3" } }, "node_modules/dayjs": { diff --git a/package.json b/package.json index a902ee3..30439b6 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "bootstrap": "~5.3.3", "bootstrap-icons": "~1.13.1", "datatables.net-bs5": "^3.0.1", - "datatables.net-buttons-bs5": "^4.0.1", + "datatables.net-buttons-bs5": "^4.0.3", "dayjs": "~1.11.13", "dayjs-plugin-utc": "~0.1.2", "jquery": "~4.0.0"