diff --git a/apps/web/package.json b/apps/web/package.json index 5a59072e..924532ed 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -89,7 +89,7 @@ "react-intersection-observer": "^9.4.3", "react-select": "5.7.7", "recharts": "^2.5.0", - "resend": "^0.16.0", + "resend": "^0.17.0", "sharp": "^0.32.0", "stripe": "12.12.0", "tailwind-merge": "^1.10.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1cc874f8..8c354173 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -389,8 +389,8 @@ importers: specifier: ^2.5.0 version: 2.5.0(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) resend: - specifier: ^0.16.0 - version: 0.16.0 + specifier: ^0.17.0 + version: 0.17.2 sharp: specifier: ^0.32.0 version: 0.32.0 @@ -16339,11 +16339,12 @@ packages: resolution: {integrity: sha512-Zu1xbUt3/OPwsXL46hvOOoQrap2azE7ZQbokq61BQfiXvhewsKDwhMeZjTX9sX0nvw1t/U5Audyn1I9P/m9z0A==} dev: false - /resend@0.16.0: - resolution: {integrity: sha512-6NnrtEapGD6FtnhRUrtDdfgQFH2av5cTkrnElUh6AjTzGrHXiMpD/GRwT46pqpA6i/AXSDXKV7Wh/hHQJLKFew==} + /resend@0.17.2: + resolution: {integrity: sha512-lakm76u4MiIDeMF1s2tCmjtksOhwZOs4WcAXkA7aUTvl+63/h+0h6Q6WnkB8RGtj6GakUhQuUkiZshfXgtIrGw==} dependencies: '@react-email/render': 0.0.7 axios: 1.4.0 + type-fest: 3.13.0 transitivePeerDependencies: - debug dev: false @@ -17692,6 +17693,11 @@ packages: resolution: {integrity: sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==} engines: {node: '>=8'} + /type-fest@3.13.0: + resolution: {integrity: sha512-Gur3yQGM9qiLNs0KPP7LPgeRbio2QTt4xXouobMCarR0/wyW3F+F/+OWwshg3NG0Adon7uQfSZBpB46NfhoF1A==} + engines: {node: '>=14.16'} + dev: false + /type-is@1.6.18: resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==} engines: {node: '>= 0.6'}