From d7b54ef81dea0e8e984f2b89073e5c3b9074363d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 13:28:38 +0000 Subject: [PATCH] build(deps): bump add-to-calendar-button from 2.13.8 to 2.13.9 Bumps [add-to-calendar-button](https://github.com/add2cal/add-to-calendar-button) from 2.13.8 to 2.13.9. - [Release notes](https://github.com/add2cal/add-to-calendar-button/releases) - [Changelog](https://github.com/add2cal/add-to-calendar-button/blob/main/CHANGELOG.md) - [Commits](https://github.com/add2cal/add-to-calendar-button/compare/v2.13.8...v2.13.9) --- updated-dependencies: - dependency-name: add-to-calendar-button dependency-version: 2.13.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index df968dd2dc..0a315116ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@rails/activestorage": "^8.1.300", "@rails/ujs": "^7.1.600", "@stimulus-components/rails-nested-form": "^5.0.0", - "add-to-calendar-button": "^2.13.8", + "add-to-calendar-button": "^2.13.9", "bootstrap": "5.3.6", "bootstrap-datepicker": "^1.10.1", "bootstrap-scss": "^5.3.8", @@ -3832,12 +3832,12 @@ } }, "node_modules/add-to-calendar-button": { - "version": "2.13.8", - "resolved": "https://registry.npmjs.org/add-to-calendar-button/-/add-to-calendar-button-2.13.8.tgz", - "integrity": "sha512-hgB2p3y05legI2x3lh3ye6unH4iDuZ7nSoCap/FQZlJ2zMoP6PltXuT4+zjM+ygMpRQ7AW1zcqhAufgmrCNqnw==", + "version": "2.13.9", + "resolved": "https://registry.npmjs.org/add-to-calendar-button/-/add-to-calendar-button-2.13.9.tgz", + "integrity": "sha512-DVcdUPeHHCFuy1nNER/B1Jdoy4dg/1s7HnCKab/MsO/BykyPBpQmOTEgs/OTwFP6R4z6AuGPZzhmsc0jOWaFFQ==", "license": "ELv2", "dependencies": { - "timezones-ical-library": "^2.1.2" + "timezones-ical-library": "^2.1.3" }, "engines": { "node": ">=18.17.0", @@ -10812,12 +10812,12 @@ } }, "node_modules/timezones-ical-library": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/timezones-ical-library/-/timezones-ical-library-2.1.2.tgz", - "integrity": "sha512-VW7gTRzrveUNdLaztWKlsgHRn1eagubRA/HHembnrh9xYDtDRwRWN+zWcNIE3QM+TpXikSJLp/jwxYQv7IJJvg==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/timezones-ical-library/-/timezones-ical-library-2.1.3.tgz", + "integrity": "sha512-3ihogrr88TefPpa2og2fHw22VsWxlPUN4YDiLZRV9pbRsmguMyDsHhm8i0kkj7ihQYFgERZkj6eVOYY+TSOaOw==", "license": "Apache-2.0", "engines": { - "node": ">=22.20.0", + "node": ">=22.18.0", "npm": ">=10.9.3" } }, diff --git a/package.json b/package.json index 9ad8bd6e82..eb7c39b53a 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@rails/activestorage": "^8.1.300", "@rails/ujs": "^7.1.600", "@stimulus-components/rails-nested-form": "^5.0.0", - "add-to-calendar-button": "^2.13.8", + "add-to-calendar-button": "^2.13.9", "bootstrap": "5.3.6", "bootstrap-datepicker": "^1.10.1", "bootstrap-scss": "^5.3.8",