From 4a97f572e00b659abf41faee7d2239e1fd18386e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:00:26 +0000 Subject: [PATCH] Deps: Bump ical.js from 2.0.1 to 2.1.0 Bumps [ical.js](https://github.com/kewisch/ical.js) from 2.0.1 to 2.1.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/v2.0.1...v2.1.0) --- updated-dependencies: - dependency-name: ical.js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 839838c6e4..4d8bcd26f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "hoist-non-react-statics": "^3.3.2", "i18next": "^23.15.1", "i18next-http-backend": "^2.6.1", - "ical.js": "^2.0.0", + "ical.js": "^2.1.0", "memoize-one": "^6.0.0", "moment": "^2.30.1", "moment-timezone": "^0.5.45", @@ -7354,9 +7354,9 @@ } }, "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==" }, "node_modules/iconv-lite": { "version": "0.6.3", diff --git a/package.json b/package.json index 25965b78c9..b36e85bbc7 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "hoist-non-react-statics": "^3.3.2", "i18next": "^23.15.1", "i18next-http-backend": "^2.6.1", - "ical.js": "^2.0.0", + "ical.js": "^2.1.0", "memoize-one": "^6.0.0", "moment": "^2.30.1", "moment-timezone": "^0.5.45",