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",