From 295e5aa93186712d1e692890a6dc218794270a54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 22:04:54 +0000 Subject: [PATCH] Bump ical.js from 1.5.0 to 2.0.1 in /eml-client Bumps [ical.js](https://github.com/kewisch/ical.js) from 1.5.0 to 2.0.1. - [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.1) --- 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 7b84df8..1ec4d3a 100644 --- a/eml-client/package.json +++ b/eml-client/package.json @@ -19,7 +19,7 @@ "eslint": "^8.57.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-svelte": "^2.37.0", - "ical.js": "^1.5.0", + "ical.js": "^2.0.1", "prettier": "^2.8.8", "prettier-plugin-svelte": "^2.10.1", "sass": "^1.75.0", diff --git a/eml-client/yarn.lock b/eml-client/yarn.lock index 0434594..4eee6b2 100644 --- a/eml-client/yarn.lock +++ b/eml-client/yarn.lock @@ -1449,10 +1449,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.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/ical.js/-/ical.js-2.0.1.tgz#b4674113619a3eb0722ec788550e681226c8a03f" + integrity sha512-uYYb1CwTXbd9NP/xTtgQZ5ivv6bpUjQu9VM98s3X78L3XRu00uJW5ZtmnLwyxhztpf5fSiRyDpFW7ZNCePlaPw== ignore@^5.2.0: version "5.3.1"