From 527a97e9e7c4c174609373b27e04bd6c15c27d98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 16:43:01 +0000 Subject: [PATCH] Bump datatables.net-buttons-bs5 from 4.0.1 to 4.0.2 Bumps [datatables.net-buttons-bs5](https://github.com/DataTables/Buttons) from 4.0.1 to 4.0.2. - [Commits](https://github.com/DataTables/Buttons/compare/4.0.1...4.0.2) --- updated-dependencies: - dependency-name: datatables.net-buttons-bs5 dependency-version: 4.0.2 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..83aac1d 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.2", "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.2", + "resolved": "https://registry.npmjs.org/datatables.net-buttons/-/datatables.net-buttons-4.0.2.tgz", + "integrity": "sha512-u0+5wEVR8kDaZJHlu6TMKmLrho8mFenBEzrcYtwfENBtDr+tRwzl1SdnJbLVqadAokDrIltlChKfRaEkbE+sOg==", + "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.2", + "resolved": "https://registry.npmjs.org/datatables.net-buttons-bs5/-/datatables.net-buttons-bs5-4.0.2.tgz", + "integrity": "sha512-t/orWocdoctkIUDdpY/4wf+Ck9Lssl6/u/vq3sM0k/INlzBs1P7SPNPSShB915PUq7zfC/JegYCXtEX5h7C2iw==", + "license": "MIT", "dependencies": { "datatables.net-bs5": "^3", - "datatables.net-buttons": "4.0.1" + "datatables.net-buttons": "4.0.2" } }, "node_modules/dayjs": { diff --git a/package.json b/package.json index a902ee3..32f22d4 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.2", "dayjs": "~1.11.13", "dayjs-plugin-utc": "~0.1.2", "jquery": "~4.0.0"