From 8a295c2001720a77bade0d5caafd9aa7c70ea73d Mon Sep 17 00:00:00 2001 From: felixrichardt <7192973+felixrichardt@users.noreply.github.com> Date: Mon, 22 Jun 2026 10:34:49 +0000 Subject: [PATCH] chore: update Deno dependencies --- deno.json | 2 +- deno.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deno.json b/deno.json index 352cb5b..fc82d79 100644 --- a/deno.json +++ b/deno.json @@ -13,7 +13,7 @@ }, "imports": { "@std/assert": "jsr:@std/assert@^1.0.19", - "nodemailer": "npm:nodemailer@^9.0.0" + "nodemailer": "npm:nodemailer@^9.0.1" }, "fmt": { "semiColons": true, diff --git a/deno.lock b/deno.lock index 00b75fe..3d5642f 100644 --- a/deno.lock +++ b/deno.lock @@ -3,7 +3,7 @@ "specifiers": { "jsr:@std/assert@^1.0.19": "1.0.19", "jsr:@std/internal@^1.0.12": "1.0.12", - "npm:nodemailer@9": "9.0.0" + "npm:nodemailer@^9.0.1": "9.0.1" }, "jsr": { "@std/assert@1.0.19": { @@ -17,14 +17,14 @@ } }, "npm": { - "nodemailer@9.0.0": { - "integrity": "sha512-tbPTid7d/p9jAA8CRZ3iomvrMaST0o6NYuY7v6JQZHpPRZ61mLFSPKYd7342NtOFuej9/+L48SOIxwfu2uDvtw==" + "nodemailer@9.0.1": { + "integrity": "sha512-Gwv8SQewT616ZM/URn0H54b8PWo/Wum7md3EW2aWy1lO27+WZCX+Xyak3J+NlmHUjDh5ME+uesJUDRbR3Ye8Bw==" } }, "workspace": { "dependencies": [ "jsr:@std/assert@^1.0.19", - "npm:nodemailer@9" + "npm:nodemailer@^9.0.1" ] } }