diff --git a/.github/workflows/holiday-generator/package-lock.json b/.github/workflows/holiday-generator/package-lock.json index 1fa3299eb..7afe33ff3 100644 --- a/.github/workflows/holiday-generator/package-lock.json +++ b/.github/workflows/holiday-generator/package-lock.json @@ -10,7 +10,7 @@ "license": "GPL-3.0-only", "dependencies": { "date-holidays": "^3", - "ics": "^3.11.0" + "ics": "^3.12.0" } }, "node_modules/argparse": { @@ -117,9 +117,9 @@ } }, "node_modules/ics": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/ics/-/ics-3.11.0.tgz", - "integrity": "sha512-uDB3GEOYRSZL2BgxLZkHUDwcHqjC36gGuKBrFatl7BtMNQKzO2rXkCj0zTl/QyP9lfyAEp2WZU2XBZciaLJZZw==", + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/ics/-/ics-3.12.0.tgz", + "integrity": "sha512-BBPiZ/TbUyZrxui7SHKGOa/n2HUxaW9ucn7cw47NW9OSKe5tItYxIdN7Uczti5nKURmfwVvYi2aLigCJGH1+cA==", "license": "ISC", "dependencies": { "nanoid": "^3.1.23", diff --git a/.github/workflows/holiday-generator/package.json b/.github/workflows/holiday-generator/package.json index 464f8d888..19b47c87e 100644 --- a/.github/workflows/holiday-generator/package.json +++ b/.github/workflows/holiday-generator/package.json @@ -10,6 +10,6 @@ "license": "GPL-3.0-only", "dependencies": { "date-holidays": "^3", - "ics": "^3.11.0" + "ics": "^3.12.0" } }