diff --git a/web/docs/dependencies.md b/web/docs/dependencies.md index d9dee69ddc..83c4c16c84 100644 --- a/web/docs/dependencies.md +++ b/web/docs/dependencies.md @@ -133,13 +133,13 @@ some cases. ## Media -- "[jszip](https://github.com/Stuk/jszip)" is used for reading zip files in +- ["jszip"](https://github.com/Stuk/jszip) is used for reading zip files in JavaScript (Live photos are zip files under the hood). -- "[file-type](https://github.com/sindresorhus/file-type)" is used for MIME - type detection. We are at an old version 16.5.4 because v17 onwards the - package became ESM only - for our limited use case, the custom Webpack - configuration that entails is not worth the upgrade. +- ["file-type"](https://github.com/sindresorhus/file-type) is used for MIME + type detection. We are at an old version 16.5.4 because v17 onwards the + package became ESM only - for our limited use case, the custom Webpack + configuration that entails is not worth the upgrade. ## Photos app specific diff --git a/web/yarn.lock b/web/yarn.lock index 0165041cc1..6886647d7a 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -3316,7 +3316,7 @@ libsodium-wrappers@0.7.9: dependencies: libsodium "^0.7.0" -libsodium@^0.7.0: +libsodium@0.7.9, libsodium@^0.7.0: version "0.7.9" resolved "https://registry.yarnpkg.com/libsodium/-/libsodium-0.7.9.tgz#4bb7bcbf662ddd920d8795c227ae25bbbfa3821b" integrity sha512-gfeADtR4D/CM0oRUviKBViMGXZDgnFdMKMzHsvBdqLBHd9ySi6EtYnmuhHVDDYgYpAO8eU8hEY+F8vIUAPh08A==