diff --git a/package-lock.json b/package-lock.json index 69b8a815f..a1e542918 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@nextcloud/auth": "^2.2.1", "@nextcloud/axios": "^2.4.0", - "@nextcloud/calendar-js": "6.0.1", + "@nextcloud/calendar-js": "6.1.0", "@nextcloud/cdav-library": "1.1.0", "@nextcloud/dialogs": "^4.2.2", "@nextcloud/event-bus": "^3.1.0", @@ -2942,12 +2942,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", @@ -20601,9 +20601,9 @@ "dev": true }, "@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 6056f597f..dbedc83c5 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "@nextcloud/auth": "^2.2.1", "@nextcloud/axios": "^2.4.0", - "@nextcloud/calendar-js": "6.0.1", + "@nextcloud/calendar-js": "6.1.0", "@nextcloud/cdav-library": "1.1.0", "@nextcloud/dialogs": "^4.2.2", "@nextcloud/event-bus": "^3.1.0",