From 5ac16f8f6352b74114d8a288f26deb76eeecc611 Mon Sep 17 00:00:00 2001 From: felixrichardt <7192973+felixrichardt@users.noreply.github.com> Date: Mon, 10 Aug 2026 06:07:43 +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 dbb7183..ad6da83 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.3" + "nodemailer": "npm:nodemailer@^9.0.5" }, "fmt": { "semiColons": true, diff --git a/deno.lock b/deno.lock index ff61c75..9d91aaf 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.0.3": "9.0.3" + "npm:nodemailer@^9.0.5": "9.0.5" }, "jsr": { "@std/assert@1.0.19": { @@ -17,14 +17,14 @@ } }, "npm": { - "nodemailer@9.0.3": { - "integrity": "sha512-n+YP+NKwR5zRWa60k3GiQ6Q3B4KXCoAw40dAKeCtYn020iNN74aWK2liXIC3ZEATeGql7we3tE3t8QwhY0eskw==" + "nodemailer@9.0.5": { + "integrity": "sha512-wvjiKvjczmsN7U/8006JOdXubgBk2XFAbioDMbT+sM7cPs0QrhJTa6KBRX7P5REGGkDcLUz/EarWidb8G8C1jQ==" } }, "workspace": { "dependencies": [ "jsr:@std/assert@^1.0.19", - "npm:nodemailer@^9.0.3" + "npm:nodemailer@^9.0.5" ] } }