From 6b93502ff82380c4de8a10fe70fd1f3021a4c308 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 00:25:35 +0000 Subject: [PATCH] refactor: update deps --- deno.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deno.json b/deno.json index 621006e..a56a1fb 100644 --- a/deno.json +++ b/deno.json @@ -20,7 +20,7 @@ "cliffy/keypress": "https://deno.land/x/cliffy@v0.25.7/keypress/mod.ts", "djwt": "https://deno.land/x/djwt@v2.8/mod.ts", "dom": "https://deno.land/x/deno_dom@v0.1.40/deno-dom-wasm.ts", - "esbuild": "https://deno.land/x/esbuild@v0.19.3/mod.js", + "esbuild": "https://deno.land/x/esbuild@v0.19.4/mod.js", "foras": "https://deno.land/x/foras@v2.1.1/src/deno/mod.ts", "otpauth": "https://deno.land/x/otpauth@v9.1.4/dist/otpauth.esm.js", "preact": "https://esm.sh/preact@10.17.1?target=es2022", @@ -30,7 +30,7 @@ "twind/preset-autoprefix": "https://esm.sh/@twind/preset-autoprefix@1.0.7", "twind/preset-tailwind": "https://esm.sh/@twind/preset-tailwind@1.1.4", "worker": "https://cdn.jsdelivr.net/npm/@cloudflare/workers-types@4.20230922.0/index.ts", - "upstash": "https://deno.land/x/upstash_redis@v1.22.0/mod.ts", + "upstash": "https://deno.land/x/upstash_redis@v1.22.1/mod.ts", "zod": "https://deno.land/x/zod@v3.21.4/mod.ts" }, "lock": false,