install ical.js to use instead of ical as it's outdated

This commit is contained in:
Ryan Mwangi 2024-11-04 14:30:09 +03:00
parent 55287b9a75
commit e24f196491
2 changed files with 7 additions and 0 deletions

6
package-lock.json generated
View File

@ -14,6 +14,7 @@
"express": "^4.17.1",
"ical": "^0.8.0",
"ical-generator": "^0.2.10",
"ical.js": "^2.1.0",
"node-cron": "^2.0.3",
"supertest": "^7.0.0"
},
@ -3702,6 +3703,11 @@
"resolved": "https://registry.npmjs.org/ical-generator/-/ical-generator-0.2.10.tgz",
"integrity": "sha512-q4TRRGIaG8McNeZRx9sF120vxVuZbPSAMiwn9GgI9+iRrrtUsLZnVUAO7dPP7XSXt+yrrrxP2LbQ+KEnUC6+JQ=="
},
"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=="
},
"node_modules/iconv-lite": {
"version": "0.4.24",
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",

View File

@ -12,6 +12,7 @@
"express": "^4.17.1",
"ical": "^0.8.0",
"ical-generator": "^0.2.10",
"ical.js": "^2.1.0",
"node-cron": "^2.0.3",
"supertest": "^7.0.0"
},