diff --git a/.github/workflows/holiday-generator/package-lock.json b/.github/workflows/holiday-generator/package-lock.json index 6801ee1f1..a740f74eb 100644 --- a/.github/workflows/holiday-generator/package-lock.json +++ b/.github/workflows/holiday-generator/package-lock.json @@ -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" },