From 5682830b7e90252f731ec7b802ded15e6f56c279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 15:38:07 +0000 Subject: [PATCH] chore(deps)(deps): bump resend from 6.17.2 to 6.18.0 in the email group Bumps the email group with 1 update: [resend](https://github.com/resend/resend-node). Updates `resend` from 6.17.2 to 6.18.0 - [Release notes](https://github.com/resend/resend-node/releases) - [Changelog](https://github.com/resend/resend-node/blob/canary/CHANGELOG.md) - [Commits](https://github.com/resend/resend-node/compare/v6.17.2...v6.18.0) --- updated-dependencies: - dependency-name: resend dependency-version: 6.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: email ... Signed-off-by: dependabot[bot] --- package-lock.json | 82 ++++++++++++++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 75 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 71973441..abfd1f2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "react-day-picker": "^10.0.1", "react-dom": "^19.2.7", "react-resizable-panels": "^4.12.2", - "resend": "^6.17.2", + "resend": "^6.18.0", "sharp": "^0.35.3", "slugify": "^1.6.9", "sonner": "^2.0.7", @@ -5408,6 +5408,72 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.11.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.2.2", + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.11.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { + "version": "1.2.2", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { + "version": "1.1.4", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@tybys/wasm-util": "^0.10.1" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Brooooooklyn" + }, + "peerDependencies": { + "@emnapi/core": "^1.7.1", + "@emnapi/runtime": "^1.7.1" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { + "version": "0.10.2", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { + "version": "2.8.1", + "dev": true, + "inBundle": true, + "license": "0BSD", + "optional": true + }, "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { "version": "4.3.3", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.3.tgz", @@ -12131,9 +12197,9 @@ } }, "node_modules/postal-mime": { - "version": "2.7.4", - "resolved": "https://registry.npmjs.org/postal-mime/-/postal-mime-2.7.4.tgz", - "integrity": "sha512-0WdnFQYUrPGGTFu1uOqD2s7omwua8xaeYGdO6rb88oD5yJ/4pPHDA4sdWqfD8wQVfCny563n/HQS7zTFft+f/g==", + "version": "2.7.5", + "resolved": "https://registry.npmjs.org/postal-mime/-/postal-mime-2.7.5.tgz", + "integrity": "sha512-GNEXKvWFQnbgO5NlrGzVa0FmWzBZ24PersAWErttSg1Hjpf0ATxTwS5DOMGaOpTG6bUh5cTr7xi0jAD942wCJA==", "license": "MIT-0" }, "node_modules/postcss": { @@ -12685,12 +12751,12 @@ } }, "node_modules/resend": { - "version": "6.17.2", - "resolved": "https://registry.npmjs.org/resend/-/resend-6.17.2.tgz", - "integrity": "sha512-hbaXEORFIFfT2Bh03NsA/akTTTKkD1hiuJ88ke64c5dWVV6DyoLxzFve3OiZqVOQ+JKLJ5uVkPR6hlUslpJFoA==", + "version": "6.18.0", + "resolved": "https://registry.npmjs.org/resend/-/resend-6.18.0.tgz", + "integrity": "sha512-EjxZ9AVzywJgOlUoIJe9ytBWVrfbUtJbjeoLnRSvpU1sv97Hh9DSwhw+k8kiujrG4Rg4bzTBsjlmwWWuoOxSug==", "license": "MIT", "dependencies": { - "postal-mime": "2.7.4", + "postal-mime": "2.7.5", "standardwebhooks": "1.0.0" }, "engines": { diff --git a/package.json b/package.json index 5e8badd5..4ed78954 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "react-day-picker": "^10.0.1", "react-dom": "^19.2.7", "react-resizable-panels": "^4.12.2", - "resend": "^6.17.2", + "resend": "^6.18.0", "sharp": "^0.35.3", "slugify": "^1.6.9", "sonner": "^2.0.7",