chore(deps): bump date-holidays in /.github/workflows/holiday-generator (#962)

Bumps [date-holidays](https://github.com/commenthol/date-holidays) from 3.26.5 to 3.26.6.
- [Changelog](https://github.com/commenthol/date-holidays/blob/master/CHANGELOG.md)
- [Commits](https://github.com/commenthol/date-holidays/compare/v3.26.5...v3.26.6)

---
updated-dependencies:
- dependency-name: date-holidays
  dependency-version: 3.26.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-12-29 17:23:26 +00:00
committed by GitHub
parent add5990a2e
commit 241d9eed03

View File

@@ -71,13 +71,13 @@
}
},
"node_modules/date-holidays": {
"version": "3.26.5",
"resolved": "https://registry.npmjs.org/date-holidays/-/date-holidays-3.26.5.tgz",
"integrity": "sha512-I/nGVQAxBmLFxjwE48vWTOlZa7nKucQifHJHbkfveCco0hwE+3GvvAPYMw4iXBldvDqaruujV5AvrbOjq9UNUg==",
"version": "3.26.6",
"resolved": "https://registry.npmjs.org/date-holidays/-/date-holidays-3.26.6.tgz",
"integrity": "sha512-x0pvMFvtl49CoSjT4RqN/VVrTiGmdg8Nhc1UTZT16ICEA49ygMB19ibmxZdZF2buzvaPM4uOBMCMu5yLp0HBKA==",
"license": "(ISC AND CC-BY-3.0)",
"dependencies": {
"date-holidays-parser": "^3.4.7",
"js-yaml": "^4.1.0",
"js-yaml": "^4.1.1",
"lodash": "^4.17.21",
"prepin": "^1.0.3"
},