diff --git a/package-lock.json b/package-lock.json index 81dbb29..62d0aa4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.2", "license": "AGPL-3.0-or-later", "dependencies": { - "ical.js": "^2.1.0" + "ical.js": "^2.2.1" }, "devDependencies": { "@nextcloud/browserslist-config": "^3.0.1", @@ -5477,9 +5477,9 @@ "dev": true }, "node_modules/ical.js": { - "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==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ical.js/-/ical.js-2.2.1.tgz", + "integrity": "sha512-yK/UlPbEs316igb/tjRgbFA8ZV75rCsBJp/hWOatpyaPNlgw0dGDmU+FoicOcwX4xXkeXOkYiOmCqNPFpNPkQg==", "license": "MPL-2.0" }, "node_modules/ieee754": { diff --git a/package.json b/package.json index e012785..531d89d 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "extends @nextcloud/browserslist-config" ], "dependencies": { - "ical.js": "^2.1.0" + "ical.js": "^2.2.1" }, "devDependencies": { "@nextcloud/browserslist-config": "^3.0.1", diff --git a/tsconfig.json b/tsconfig.json index c12618d..92ca09a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { + "skipLibCheck": true, "allowImportingTsExtensions": true, "declaration": true, "emitDeclarationOnly": true,