⬆️(mail) fix dependencies not having resolved or integrity field

Update dependencies to the latest minor versions fixed that
by re-resolving the fields.
This is needed for packaging as many distribution retrieve
node modules into the npm cache and then tries to install
node modules into the project without any internet connection.
Since there is no resolved/integrity field, it fails to
get packages from the cache.
This commit is contained in:
soyouzpanda
2026-05-07 07:45:25 +02:00
committed by aleb_the_flash
parent 6a8eb79b41
commit 04f2a9ebdc
2 changed files with 61 additions and 92 deletions
+1
View File
@@ -24,6 +24,7 @@ and this project adheres to
- ♻(frontend) standardize role terminology across localizations
- 🐛(backend) make start-recording atomic and fault-tolerant
- 🔒️(frontend) room ids are generated with non-cryptographic rand
- ⬆️(mail) fix dependencies not having resolved or integrity field by updating #1321
## [1.15.0] - 2026-04-30