build: add resolved URL and integrity for ical.js version 2.1.0

This commit is contained in:
Johannes Millan 2025-12-14 12:29:19 +01:00
parent 6f3d9efc78
commit ebb4af3d73

2
package-lock.json generated
View file

@ -16951,6 +16951,8 @@
},
"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==",
"dev": true,
"license": "MPL-2.0"
},