From b0b556c13ec6c1ca969f31e9f5d1949e0e87d1fd Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 6 Nov 2023 09:37:43 +0000
Subject: [PATCH] fix(deps): bump @nextcloud/calendar-js from 6.0.1 to ^6.1.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
 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 ed2fa9db73..f033590e9c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -21,7 +21,7 @@
         "@nextcloud/auth": "^2.2.1",
         "@nextcloud/axios": "^2.4.0",
         "@nextcloud/calendar-availability-vue": "^1.0.1",
-        "@nextcloud/calendar-js": "^6.0.1",
+        "@nextcloud/calendar-js": "^6.1.0",
         "@nextcloud/cdav-library": "^1.1.0",
         "@nextcloud/dialogs": "^4.2.1",
         "@nextcloud/event-bus": "^3.1.0",
@@ -2971,12 +2971,12 @@
       }
     },
     "node_modules/@nextcloud/calendar-js": {
-      "version": "6.0.1",
-      "resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-6.0.1.tgz",
-      "integrity": "sha512-iv6iPw20vp0CinVVrH4ptcuWPdAAx1AawMrYLqFg4vSEr0eVbwz6SW4P8GbxjzzRFJ0xqFXsmFeudiVAhvBaxA==",
+      "version": "6.1.0",
+      "resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-6.1.0.tgz",
+      "integrity": "sha512-thVS6Bz+TV7rUB+LO5yFbOhdm65zICDRKcHDUquaZiWL9r6TyV9hCYDcP7cDRV+62wZJh8QPmf1E+d7ZFUOVeA==",
       "engines": {
-        "node": ">=16.0.0",
-        "npm": ">=8.0.0"
+        "node": "^20.0.0",
+        "npm": "^9.0.0"
       },
       "peerDependencies": {
         "ical.js": "^1.5.0",
@@ -19986,9 +19986,9 @@
       }
     },
     "@nextcloud/calendar-js": {
-      "version": "6.0.1",
-      "resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-6.0.1.tgz",
-      "integrity": "sha512-iv6iPw20vp0CinVVrH4ptcuWPdAAx1AawMrYLqFg4vSEr0eVbwz6SW4P8GbxjzzRFJ0xqFXsmFeudiVAhvBaxA==",
+      "version": "6.1.0",
+      "resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-6.1.0.tgz",
+      "integrity": "sha512-thVS6Bz+TV7rUB+LO5yFbOhdm65zICDRKcHDUquaZiWL9r6TyV9hCYDcP7cDRV+62wZJh8QPmf1E+d7ZFUOVeA==",
       "requires": {}
     },
     "@nextcloud/capabilities": {
diff --git a/package.json b/package.json
index 3fd70653ab..e23d9b3d06 100644
--- a/package.json
+++ b/package.json
@@ -48,7 +48,7 @@
     "@nextcloud/auth": "^2.2.1",
     "@nextcloud/axios": "^2.4.0",
     "@nextcloud/calendar-availability-vue": "^1.0.1",
-    "@nextcloud/calendar-js": "^6.0.1",
+    "@nextcloud/calendar-js": "^6.1.0",
     "@nextcloud/cdav-library": "^1.1.0",
     "@nextcloud/dialogs": "^4.2.1",
     "@nextcloud/event-bus": "^3.1.0",