From 737f62f1dfbf3c329c383074792fae227433abe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 01:03:32 +0000 Subject: [PATCH] Chore(deps): Bump @nextcloud/calendar-js from 8.1.6 to 8.1.7 Bumps [@nextcloud/calendar-js](https://github.com/nextcloud/calendar-js) from 8.1.6 to 8.1.7. - [Release notes](https://github.com/nextcloud/calendar-js/releases) - [Changelog](https://github.com/nextcloud/calendar-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud/calendar-js/compare/v8.1.6...v8.1.7) --- updated-dependencies: - dependency-name: "@nextcloud/calendar-js" dependency-version: 8.1.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 25 ++++++++++++++----------- package.json | 2 +- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index b7f32a1e1..a2f4c9de5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "AGPLv3", "dependencies": { "@nextcloud/axios": "^2.6.0", - "@nextcloud/calendar-js": "8.1.6", + "@nextcloud/calendar-js": "8.1.7", "@nextcloud/cdav-library": "2.7.0", "@nextcloud/dialogs": "7.5.0", "@nextcloud/event-bus": "^3.3.3", @@ -2752,15 +2752,16 @@ } }, "node_modules/@nextcloud/calendar-js": { - "version": "8.1.6", - "resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-8.1.6.tgz", - "integrity": "sha512-4EqykhnxDrzenlPMHcA61HiNJiOwlXsA4OzVQOzGIMdyVvy+NZve0mljMPFIOJbmae5KEmvdguMLiAz9x5DVxA==", + "version": "8.1.7", + "resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-8.1.7.tgz", + "integrity": "sha512-RntL+fc4wCyjvzvtoTMVUz/SW82PydjiJYbsj9wV9JURqA0k0Uw+fQCXCrGMuvfA4DPHL4ZRot7y1nK1PJg5hQ==", + "license": "AGPL-3.0-or-later", "engines": { - "node": "^22.0.0", - "npm": "^10.5.0" + "node": "^24.0.0", + "npm": "^11.3.0" }, "peerDependencies": { - "@nextcloud/timezones": "^1.0.0", + "@nextcloud/timezones": "^1.0.2", "ical.js": "^2.2.1" } }, @@ -3064,15 +3065,17 @@ } }, "node_modules/@nextcloud/timezones": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/timezones/-/timezones-1.0.0.tgz", - "integrity": "sha512-9b7Wms2mzB4RAltf8s9dY40PcU5ova5QjQJw1Gty35e54alKyx33BqUOy4gEbkzmYSrW4aZcLcMrOO5Bj2eIzg==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@nextcloud/timezones/-/timezones-1.0.2.tgz", + "integrity": "sha512-KdG/dcjKCuWIdsvpARM9qhQYaqDL/a7Qwb+jz0uOvRduqVWgs3A3EBfZmkgrRfkH6LAve7lg7aNeYhTcjDSuwQ==", + "license": "AGPL-3.0-or-later", "peer": true, "dependencies": { "ical.js": "^2.1.0" }, "engines": { - "node": "^20 || ^22" + "node": "^22.0.0", + "npm": "^10.5.0" } }, "node_modules/@nextcloud/typings": { diff --git a/package.json b/package.json index 8cb4163ed..79deb056c 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "contributors": [], "dependencies": { "@nextcloud/axios": "^2.6.0", - "@nextcloud/calendar-js": "8.1.6", + "@nextcloud/calendar-js": "8.1.7", "@nextcloud/cdav-library": "2.7.0", "@nextcloud/dialogs": "7.5.0", "@nextcloud/event-bus": "^3.3.3",