diff --git a/apps/api/package.json b/apps/api/package.json index 049f035..31fe087 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -32,6 +32,7 @@ "luxon": "^3.7.2", "multer": "^2.0.2", "nodemailer": "^7.0.4", + "sharp": "^0.34.5", "stream-chat": "^9.8.0", "stripe": "^20.0.0", "ts-node": "^10.9.2" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c639da7..8825c92 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -74,6 +74,9 @@ importers: nodemailer: specifier: ^7.0.4 version: 7.0.10 + sharp: + specifier: ^0.34.5 + version: 0.34.5 stream-chat: specifier: ^9.8.0 version: 9.24.0 @@ -1786,9 +1789,6 @@ packages: '@date-fns/tz@1.4.1': resolution: {integrity: sha512-P5LUNhtbj6YfI3iJjw5EL9eUAG6OitD0W3fWQcpQjDRc/QIsL0tRNuO1PcDvPccWL1fSTXXdE1ds+l95DV/OFA==} - '@emnapi/runtime@1.6.0': - resolution: {integrity: sha512-obtUmAHTMjll499P+D9A3axeJFlhdjOWdKUNs/U6QIGT7V5RjcUW1xToAzjvmgTSQhDbYn/NwfTRoJcQ2rNBxA==} - '@emnapi/runtime@1.9.2': resolution: {integrity: sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==} @@ -11390,11 +11390,6 @@ snapshots: '@date-fns/tz@1.4.1': {} - '@emnapi/runtime@1.6.0': - dependencies: - tslib: 2.8.1 - optional: true - '@emnapi/runtime@1.9.2': dependencies: tslib: 2.8.1 @@ -11902,7 +11897,7 @@ snapshots: '@img/sharp-wasm32@0.33.5': dependencies: - '@emnapi/runtime': 1.6.0 + '@emnapi/runtime': 1.9.2 optional: true '@img/sharp-wasm32@0.34.5':