From 06c64a57345131c8a6a1193fc082d37f5dc2c770 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 01:46:16 +0000 Subject: [PATCH] build(deps): bump add-to-calendar-button from 2.14.0 to 2.15.0 Bumps [add-to-calendar-button](https://github.com/add2cal/add-to-calendar-button) from 2.14.0 to 2.15.0. - [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.14.0...v2.15.0) --- updated-dependencies: - dependency-name: add-to-calendar-button dependency-version: 2.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++------------- package.json | 2 +- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 597df47935..26e6f77f25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@rails/ujs": "^7.1.600", "@stimulus-components/rails-nested-form": "^5.0.0", "@tailwindcss/cli": "^4.3.2", - "add-to-calendar-button": "^2.14.0", + "add-to-calendar-button": "^2.15.0", "datatables.net-dt": "^1.13.11", "esbuild": "^0.28.0", "jquery": "^3.7.1", @@ -4505,12 +4505,12 @@ } }, "node_modules/add-to-calendar-button": { - "version": "2.14.0", - "resolved": "https://registry.npmjs.org/add-to-calendar-button/-/add-to-calendar-button-2.14.0.tgz", - "integrity": "sha512-2zVz1xm1AoaGKdZrRHIBNfB3fDL3xpfyRy8uUDJzzCp0b5zBJlmrv6zaJ7PO2XciJIaQvg3wvdWkiJ2LJ/P4gQ==", + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/add-to-calendar-button/-/add-to-calendar-button-2.15.0.tgz", + "integrity": "sha512-NzWgWLQv0FsJmYXCDku14FhxtLXG6OWK5l+foLz5WetZnbnPHQ879aYODHounQc0sxiwhKjjgIOQq0kDAvLRvA==", "license": "ELv2", "dependencies": { - "timezones-ical-library": "^2.2.0" + "timezones-ical-library": "^2.2.1" }, "engines": { "node": ">=18.17.0", @@ -11689,14 +11689,10 @@ } }, "node_modules/timezones-ical-library": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/timezones-ical-library/-/timezones-ical-library-2.2.0.tgz", - "integrity": "sha512-D8pKEBzYnCAGZSEyinMZqh2yTc7ZJqonXtNkpTzhPuJlkJjPEUJOXBs7ExeHcHGBaGpaJRTye5t0mLR20BeklA==", - "license": "Apache-2.0", - "engines": { - "node": ">=22.18.0", - "npm": ">=10.9.3" - } + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/timezones-ical-library/-/timezones-ical-library-2.3.1.tgz", + "integrity": "sha512-CUwoh7kQik+oy1YIl4+Mwrx5xCRO0n2+c6y0OpQf0l/tCJjNJomGQMK6CeLKSjACapp6bcn944wzGDEqJbk2aw==", + "license": "Apache-2.0" }, "node_modules/tldts": { "version": "6.1.86", diff --git a/package.json b/package.json index 50af3f4c64..e37b0b9f13 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@rails/ujs": "^7.1.600", "@stimulus-components/rails-nested-form": "^5.0.0", "@tailwindcss/cli": "^4.3.2", - "add-to-calendar-button": "^2.14.0", + "add-to-calendar-button": "^2.15.0", "datatables.net-dt": "^1.13.11", "esbuild": "^0.28.0", "jquery": "^3.7.1",