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": {