From cce1593f62156c939003344fae211764f56dc167 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 19:23:27 +0000 Subject: [PATCH] chore(deps): bump date-holidays in /.github/workflows/holiday-generator Bumps [date-holidays](https://github.com/commenthol/date-holidays) from 3.26.8 to 3.26.9. - [Changelog](https://github.com/commenthol/date-holidays/blob/master/CHANGELOG.md) - [Commits](https://github.com/commenthol/date-holidays/compare/v3.26.8...v3.26.9) --- updated-dependencies: - dependency-name: date-holidays dependency-version: 3.26.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 ef5504289..475b6f199 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.8", - "resolved": "https://registry.npmjs.org/date-holidays/-/date-holidays-3.26.8.tgz", - "integrity": "sha512-vwCa+2l+TQzB5hjPhle/OcmhU8NrPGuZvmcirm/Hn6aYIrWYatQG+a8GLHDR2MdTxzWWzcz7HXvD6fKtwXOHOQ==", + "version": "3.26.9", + "resolved": "https://registry.npmjs.org/date-holidays/-/date-holidays-3.26.9.tgz", + "integrity": "sha512-YvZjwDAmYYVYWE+A4fTaok2mxWdqtaFEVT0D2iHmx8O0U4puirFSLtt5vw6yw2HlrQNxcne2gqzEOE/OwhS7Gg==", "license": "(ISC AND CC-BY-3.0)", "dependencies": { "date-holidays-parser": "^3.4.7",