diff --git a/package-lock.json b/package-lock.json index 13c76178..c9023cdc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@vueuse/components": "^11.0.3", "color-convert": "^2.0.1", "debounce": "^2.1.1", - "ical.js": "^2.0.1", + "ical.js": "^2.1.0", "jstimezonedetect": "", "linkify-it": "^5.0.0", "markdown-it": "^14.1.0", @@ -8035,9 +8035,9 @@ "dev": true }, "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/ieee754": { "version": "1.2.1", diff --git a/package.json b/package.json index 5490936d..d7614770 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@vueuse/components": "^11.0.3", "color-convert": "^2.0.1", "debounce": "^2.1.1", - "ical.js": "^2.0.1", + "ical.js": "^2.1.0", "jstimezonedetect": "", "linkify-it": "^5.0.0", "markdown-it": "^14.1.0",