From c85519f95255bc6eaf5e45d9aba6599cd99fb07a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 01:32:04 +0000 Subject: [PATCH] Chore(deps): Bump @nextcloud/calendar-js from 8.0.0 to 8.0.2 Bumps [@nextcloud/calendar-js](https://github.com/nextcloud/calendar-js) from 8.0.0 to 8.0.2. - [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.0.0...v8.0.2) --- updated-dependencies: - dependency-name: "@nextcloud/calendar-js" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index aa543bb37..6c10e3029 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@nextcloud/auth": "^2.4.0", "@nextcloud/axios": "^2.5.0", - "@nextcloud/calendar-js": "8.0.0", + "@nextcloud/calendar-js": "8.0.2", "@nextcloud/cdav-library": "1.5.1", "@nextcloud/dialogs": "4.1.0", "@nextcloud/event-bus": "^3.3.1", @@ -2851,9 +2851,9 @@ } }, "node_modules/@nextcloud/calendar-js": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-8.0.0.tgz", - "integrity": "sha512-WvUgW7ho8LSzQxnxnMcdYsf1I+VBZAhX2W2vv1da2DjaOXR1BwSLqhLCpSUne5yvYxfn1YiHzehyGZ+VlaNO0Q==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-8.0.2.tgz", + "integrity": "sha512-um4S/MWdk+CY9r0kfw9WnjMyjs4iGSx0YyTzEdY6pJdB1OkinAtpW45urpjHAs3s+okTB8XqugdtvEwRvbULgw==", "engines": { "node": "^20.0.0", "npm": "^10.0.0" diff --git a/package.json b/package.json index 7a7894143..a61e05a39 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dependencies": { "@nextcloud/auth": "^2.4.0", "@nextcloud/axios": "^2.5.0", - "@nextcloud/calendar-js": "8.0.0", + "@nextcloud/calendar-js": "8.0.2", "@nextcloud/cdav-library": "1.5.1", "@nextcloud/dialogs": "4.1.0", "@nextcloud/event-bus": "^3.3.1",