diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-08 02:02:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-08 02:02:51 +0000 |
commit | 4961ecaa4f0d5f678717e1d5b844a3ca00d88087 (patch) | |
tree | 860bbb434baac08ce9578bafa2a0a7a4eb3b48a5 | |
parent | 27befbe2fc64e037adbb0d56764126259dd910da (diff) |
Bump ical.js from 1.4.0 to 1.5.0
Bumps [ical.js](https://github.com/mozilla-comm/ical.js) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/mozilla-comm/ical.js/releases)
- [Changelog](https://github.com/mozilla-comm/ical.js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mozilla-comm/ical.js/compare/v1.4.0...v1.5.0)
---
updated-dependencies:
- dependency-name: ical.js
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 12 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index a9695767..197c4b2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "camelcase": "^6.2.1", "debounce": "^1.2.1", "downloadjs": "^1.4.7", - "ical.js": "^1.4.0", + "ical.js": "^1.5.0", "moment": "^2.29.1", "p-limit": "^4.0.0", "p-queue": "^6.6.2", @@ -7564,8 +7564,9 @@ } }, "node_modules/ical.js": { - "version": "1.4.0", - "integrity": "sha512-ltHZuOFNNjcyEYbzDgjemS7LWIFh2vydJeznxQHUh3dnarbxqOYsWONYteBVAq1MEOHnwXFGN2eskZReHclnrA==" + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/ical.js/-/ical.js-1.5.0.tgz", + "integrity": "sha512-7ZxMkogUkkaCx810yp0ZGKvq1ZpRgJeornPttpoxe6nYZ3NLesZe1wWMXDdwTkj/b5NtXT+Y16Aakph/ao98ZQ==" }, "node_modules/iconv-lite": { "version": "0.4.24", @@ -20091,8 +20092,9 @@ "peer": true }, "ical.js": { - "version": "1.4.0", - "integrity": "sha512-ltHZuOFNNjcyEYbzDgjemS7LWIFh2vydJeznxQHUh3dnarbxqOYsWONYteBVAq1MEOHnwXFGN2eskZReHclnrA==" + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/ical.js/-/ical.js-1.5.0.tgz", + "integrity": "sha512-7ZxMkogUkkaCx810yp0ZGKvq1ZpRgJeornPttpoxe6nYZ3NLesZe1wWMXDdwTkj/b5NtXT+Y16Aakph/ao98ZQ==" }, "iconv-lite": { "version": "0.4.24", diff --git a/package.json b/package.json index 404d6efb..99f525c3 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "camelcase": "^6.2.1", "debounce": "^1.2.1", "downloadjs": "^1.4.7", - "ical.js": "^1.4.0", + "ical.js": "^1.5.0", "moment": "^2.29.1", "p-limit": "^4.0.0", "p-queue": "^6.6.2", |