diff --git a/web/package-lock.json b/web/package-lock.json index ba8e71d6793..61f21fa2e19 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -10,7 +10,7 @@ "license": "GNU Affero General Public License version 3", "dependencies": { "@formatjs/icu-messageformat-parser": "^2.9.8", - "@immich/justified-layout-wasm": "^0.1.2", + "@immich/justified-layout-wasm": "^0.2.1", "@immich/sdk": "file:../open-api/typescript-sdk", "@immich/ui": "^0.16.0", "@mapbox/mapbox-gl-rtl-text": "0.2.3", @@ -1341,9 +1341,9 @@ } }, "node_modules/@immich/justified-layout-wasm": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@immich/justified-layout-wasm/-/justified-layout-wasm-0.1.2.tgz", - "integrity": "sha512-6AmzYJhLedzIXSkhO/0tfBbHAeUeLmG1c4yTzJmtuSGyn7JAzVCFp0dp4T8Wh1tfIDx0Y0pAYB9tm2xlJHdEPA==", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@immich/justified-layout-wasm/-/justified-layout-wasm-0.2.1.tgz", + "integrity": "sha512-eBBXfgqquYiZ/1e4m7araxifF5LWfD1AQLm/TRjXP108LCXU1krLhjSJm0IaF+1wXESOQT7wBzCaWXNnkQMGwQ==", "license": "AGPL-3" }, "node_modules/@immich/sdk": { diff --git a/web/package.json b/web/package.json index b457af06198..76f523e12a0 100644 --- a/web/package.json +++ b/web/package.json @@ -66,7 +66,7 @@ "type": "module", "dependencies": { "@formatjs/icu-messageformat-parser": "^2.9.8", - "@immich/justified-layout-wasm": "^0.1.2", + "@immich/justified-layout-wasm": "^0.2.1", "@immich/sdk": "file:../open-api/typescript-sdk", "@immich/ui": "^0.16.0", "@mapbox/mapbox-gl-rtl-text": "0.2.3",