From 9da3cb105b419c8155888f1681935ae4cfe9427d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 00:51:04 +0000 Subject: [PATCH] fix(deps): bump @nextcloud/calendar-js from 6.0.0 to ^6.0.1 Signed-off-by: Renovate Bot --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 76440bfa86..5100b6c3b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@ckeditor/ckeditor5-vue2": "^3.0.1", "@nextcloud/auth": "^2.0.0", "@nextcloud/axios": "^2.3.0", - "@nextcloud/calendar-js": "^6.0.0", + "@nextcloud/calendar-js": "^6.0.1", "@nextcloud/cdav-library": "^1.1.0", "@nextcloud/dialogs": "^4.0.1", "@nextcloud/files": "^2.1.0", @@ -3755,9 +3755,9 @@ } }, "node_modules/@nextcloud/calendar-js": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-6.0.0.tgz", - "integrity": "sha512-kZBRFIG8J3TNU6K92iEpNzBa3r9JbpCr1MZFJHqVy/5+xTtQG9FqsHhqUWptPwLEBhUNMwN+oCCa7QJAnBKKyg==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-6.0.1.tgz", + "integrity": "sha512-iv6iPw20vp0CinVVrH4ptcuWPdAAx1AawMrYLqFg4vSEr0eVbwz6SW4P8GbxjzzRFJ0xqFXsmFeudiVAhvBaxA==", "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" @@ -20338,9 +20338,9 @@ "dev": true }, "@nextcloud/calendar-js": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-6.0.0.tgz", - "integrity": "sha512-kZBRFIG8J3TNU6K92iEpNzBa3r9JbpCr1MZFJHqVy/5+xTtQG9FqsHhqUWptPwLEBhUNMwN+oCCa7QJAnBKKyg==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-6.0.1.tgz", + "integrity": "sha512-iv6iPw20vp0CinVVrH4ptcuWPdAAx1AawMrYLqFg4vSEr0eVbwz6SW4P8GbxjzzRFJ0xqFXsmFeudiVAhvBaxA==", "requires": {} }, "@nextcloud/capabilities": { diff --git a/package.json b/package.json index 92db4ba4fc..1a3202ebff 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@ckeditor/ckeditor5-vue2": "^3.0.1", "@nextcloud/auth": "^2.0.0", "@nextcloud/axios": "^2.3.0", - "@nextcloud/calendar-js": "^6.0.0", + "@nextcloud/calendar-js": "^6.0.1", "@nextcloud/cdav-library": "^1.1.0", "@nextcloud/dialogs": "^4.0.1", "@nextcloud/files": "^2.1.0",