From 0b0865459fce3a6354df631708fb08259a1bdb2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 13:23:05 +0000 Subject: [PATCH] Deps: Bump ical.js from 1.5.0 to 2.0.0 Bumps [ical.js](https://github.com/kewisch/ical.js) from 1.5.0 to 2.0.0. - [Release notes](https://github.com/kewisch/ical.js/releases) - [Changelog](https://github.com/kewisch/ical.js/blob/main/CHANGELOG.md) - [Commits](https://github.com/kewisch/ical.js/compare/v1.5.0...v2.0.0) --- updated-dependencies: - dependency-name: ical.js dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5ad3a24c8c..1079ebd46c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "hoist-non-react-statics": "^3.3.2", "i18next": "^23.10.1", "i18next-xhr-backend": "3.2.2", - "ical.js": "^1.5.0", + "ical.js": "^2.0.0", "memoize-one": "^6.0.0", "moment": "^2.30.1", "moment-timezone": "^0.5.45", @@ -11172,10 +11172,9 @@ } }, "node_modules/ical.js": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/ical.js/-/ical.js-1.5.0.tgz", - "integrity": "sha512-7ZxMkogUkkaCx810yp0ZGKvq1ZpRgJeornPttpoxe6nYZ3NLesZe1wWMXDdwTkj/b5NtXT+Y16Aakph/ao98ZQ==", - "license": "MPL-2.0" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ical.js/-/ical.js-2.0.0.tgz", + "integrity": "sha512-eb/KPJlF1IxRNvbjkGtt3lXQg1TeGEh8RzmCQk65qIFw5p+SONy8FUCFoclsfxpX1CFjyShzO/Lm0bdig7vFPg==" }, "node_modules/iconv-lite": { "version": "0.4.24", diff --git a/package.json b/package.json index a71237803c..96ad4e183f 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "hoist-non-react-statics": "^3.3.2", "i18next": "^23.10.1", "i18next-xhr-backend": "3.2.2", - "ical.js": "^1.5.0", + "ical.js": "^2.0.0", "memoize-one": "^6.0.0", "moment": "^2.30.1", "moment-timezone": "^0.5.45",