install ical.js to use instead of ical as it's outdated
This commit is contained in:
parent
55287b9a75
commit
e24f196491
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue