From 38a34f84cdea98fedde14ac0f85a409c4f81419a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 04:27:41 +0000 Subject: [PATCH] Bump ical.js from 1.5.0 to 2.0.0 in /eml-client 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- eml-client/package.json | 2 +- eml-client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eml-client/package.json b/eml-client/package.json index c334fd2..9041932 100644 --- a/eml-client/package.json +++ b/eml-client/package.json @@ -16,7 +16,7 @@ "eslint": "^8.57.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-svelte": "^2.30.0", - "ical.js": "^1.5.0", + "ical.js": "^2.0.0", "pdfjs-dist": "4.0.379", "prettier": "^2.8.8", "prettier-plugin-svelte": "^2.10.1", diff --git a/eml-client/yarn.lock b/eml-client/yarn.lock index 555ed38..f14e83c 100644 --- a/eml-client/yarn.lock +++ b/eml-client/yarn.lock @@ -1412,10 +1412,10 @@ https-proxy-agent@^5.0.0: agent-base "6" debug "4" -ical.js@^1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/ical.js/-/ical.js-1.5.0.tgz#23213accd1d8f7248d01705acb06270a70d20662" - integrity sha512-7ZxMkogUkkaCx810yp0ZGKvq1ZpRgJeornPttpoxe6nYZ3NLesZe1wWMXDdwTkj/b5NtXT+Y16Aakph/ao98ZQ== +ical.js@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ical.js/-/ical.js-2.0.0.tgz#22254b7d93f789c4ad2f9d5186a11800bcd73628" + integrity sha512-eb/KPJlF1IxRNvbjkGtt3lXQg1TeGEh8RzmCQk65qIFw5p+SONy8FUCFoclsfxpX1CFjyShzO/Lm0bdig7vFPg== ignore@^5.2.0: version "5.2.4"