From 39d30520fb0e6e3fee5a207f8a6d571d4e8f0cce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 17:38:34 +0000 Subject: [PATCH] chore(deps): Bump resend from 6.10.0 to 6.12.3 Bumps [resend](https://github.com/resend/resend-node) from 6.10.0 to 6.12.3. - [Release notes](https://github.com/resend/resend-node/releases) - [Commits](https://github.com/resend/resend-node/compare/v6.10.0...v6.12.3) --- updated-dependencies: - dependency-name: resend dependency-version: 6.12.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 32 +++++++++----------------------- package.json | 2 +- 2 files changed, 10 insertions(+), 24 deletions(-) diff --git a/package-lock.json b/package-lock.json index 45f0eb6..6a3660f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "react-dom": "^19", "remark-frontmatter": "^5.0.0", "remark-mdx-frontmatter": "^5.2.0", - "resend": "^6.10.0", + "resend": "^6.12.3", "zod": "^4.3.6" }, "devDependencies": { @@ -9752,13 +9752,13 @@ } }, "node_modules/resend": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/resend/-/resend-6.10.0.tgz", - "integrity": "sha512-i7CwZpYj4Oho1RxsTpLcCUkO08+HiL4NXrm6jLJ2WzJ89UGI8eROSieLONJA3hnUrf1OYnCyfq5F6POnHUMv1Q==", + "version": "6.12.3", + "resolved": "https://registry.npmjs.org/resend/-/resend-6.12.3.tgz", + "integrity": "sha512-FkEi6YPnVL96/LvH8+QP7NaeaBy5brYXwlRqUCqZZeNL0/iyKij18IPmyPXYauT/2ODn1JG04qKz+qlJfzqzTw==", "license": "MIT", "dependencies": { "postal-mime": "2.7.4", - "svix": "1.88.0" + "svix": "1.92.2" }, "engines": { "node": ">=20" @@ -10655,13 +10655,12 @@ } }, "node_modules/svix": { - "version": "1.88.0", - "resolved": "https://registry.npmjs.org/svix/-/svix-1.88.0.tgz", - "integrity": "sha512-vm/JrrUd3bVyBE+3L33TIyVSs8gS5fYx7lrISvKlDJXTYX1ACH4REX8P1tHxsSKoZi/rvifM1t0XRc5Vc45THw==", + "version": "1.92.2", + "resolved": "https://registry.npmjs.org/svix/-/svix-1.92.2.tgz", + "integrity": "sha512-ZmuA3UVvlnF9EgxlzmPtF7CKjQb64Z6OFlyfdDfU0sdcC7dJa+3aOYX5B9mA+RS6ch1AxBa4UP/l6KmqfGtWBQ==", "license": "MIT", "dependencies": { - "standardwebhooks": "1.0.0", - "uuid": "^10.0.0" + "standardwebhooks": "1.0.0" } }, "node_modules/tailwindcss": { @@ -11727,19 +11726,6 @@ "punycode": "^2.1.0" } }, - "node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "license": "MIT", - "bin": { - "uuid": "dist/bin/uuid" - } - }, "node_modules/vfile": { "version": "6.0.3", "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", diff --git a/package.json b/package.json index 5689c13..cd3fea2 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "react-dom": "^19", "remark-frontmatter": "^5.0.0", "remark-mdx-frontmatter": "^5.2.0", - "resend": "^6.10.0", + "resend": "^6.12.3", "zod": "^4.3.6" }, "devDependencies": {