From e83ef46012dec088d95a68ecaea241dd40692eef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 17:59:10 +0530 Subject: [PATCH] chore(deps): bump date-holidays in /.github/workflows/holiday-generator (#1018) Bumps [date-holidays](https://github.com/commenthol/date-holidays) from 3.26.7 to 3.26.8. - [Changelog](https://github.com/commenthol/date-holidays/blob/master/CHANGELOG.md) - [Commits](https://github.com/commenthol/date-holidays/compare/v3.26.7...v3.26.8) --- updated-dependencies: - dependency-name: date-holidays dependency-version: 3.26.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/holiday-generator/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/holiday-generator/package-lock.json b/.github/workflows/holiday-generator/package-lock.json index 9948ed6bf..ef5504289 100644 --- a/.github/workflows/holiday-generator/package-lock.json +++ b/.github/workflows/holiday-generator/package-lock.json @@ -71,9 +71,9 @@ } }, "node_modules/date-holidays": { - "version": "3.26.7", - "resolved": "https://registry.npmjs.org/date-holidays/-/date-holidays-3.26.7.tgz", - "integrity": "sha512-rA0LLBgd+FDveUVwmyvlt9YItRCcbpEM6dlyt6V1QfTZ+HHroknagyqBrvDNA0BGj/S1iWylKEKAjpovpxNIeA==", + "version": "3.26.8", + "resolved": "https://registry.npmjs.org/date-holidays/-/date-holidays-3.26.8.tgz", + "integrity": "sha512-vwCa+2l+TQzB5hjPhle/OcmhU8NrPGuZvmcirm/Hn6aYIrWYatQG+a8GLHDR2MdTxzWWzcz7HXvD6fKtwXOHOQ==", "license": "(ISC AND CC-BY-3.0)", "dependencies": { "date-holidays-parser": "^3.4.7",