From 3a73e102a7a193c0e76d30289758aa73bd2bee03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 01:04:54 +0000 Subject: [PATCH] chore(deps): bump ical.js from 2.0.1 to ^2.1.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8522daf..ae4780e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ }, "peerDependencies": { "@nextcloud/timezones": "^0.1.1", - "ical.js": "^2.0.1", + "ical.js": "^2.1.0", "uuid": "^10.0.0" } }, @@ -7838,9 +7838,10 @@ } }, "node_modules/ical.js": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/ical.js/-/ical.js-2.0.1.tgz", - "integrity": "sha512-uYYb1CwTXbd9NP/xTtgQZ5ivv6bpUjQu9VM98s3X78L3XRu00uJW5ZtmnLwyxhztpf5fSiRyDpFW7ZNCePlaPw==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/ical.js/-/ical.js-2.1.0.tgz", + "integrity": "sha512-BOVfrH55xQ6kpS3muGvIXIg2l7p+eoe12/oS7R5yrO3TL/j/bLsR0PR+tYQESFbyTbvGgPHn9zQ6tI4FWyuSaQ==", + "license": "MPL-2.0", "peer": true }, "node_modules/ieee754": { @@ -18969,9 +18970,9 @@ "dev": true }, "ical.js": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/ical.js/-/ical.js-2.0.1.tgz", - "integrity": "sha512-uYYb1CwTXbd9NP/xTtgQZ5ivv6bpUjQu9VM98s3X78L3XRu00uJW5ZtmnLwyxhztpf5fSiRyDpFW7ZNCePlaPw==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/ical.js/-/ical.js-2.1.0.tgz", + "integrity": "sha512-BOVfrH55xQ6kpS3muGvIXIg2l7p+eoe12/oS7R5yrO3TL/j/bLsR0PR+tYQESFbyTbvGgPHn9zQ6tI4FWyuSaQ==", "peer": true }, "ieee754": { diff --git a/package.json b/package.json index 3801556..011866d 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ }, "peerDependencies": { "@nextcloud/timezones": "^0.1.1", - "ical.js": "^2.0.1", + "ical.js": "^2.1.0", "uuid": "^10.0.0" }, "babel": {