From a3036487b3ee6529349d89c5ddfe99165b1971da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 00:33:05 +0000 Subject: [PATCH] deno: Update to version 1.38.4 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 16ffe4718f..3d9497c5b6 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.38.3", + "version": "1.38.4", "description": "A secure runtime for JavaScript and TypeScript", "homepage": "https://deno.land", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/denoland/deno/releases/download/v1.38.3/deno-x86_64-pc-windows-msvc.zip", - "hash": "6e2b2cd8148d6dc90619cad4ffd62102e434d2d991130d8277bf6824647bc23d" + "url": "https://github.com/denoland/deno/releases/download/v1.38.4/deno-x86_64-pc-windows-msvc.zip", + "hash": "d553b3aa9f51b774c18d7b7094dc5cefbc08e9a2f9bc0ebbae3aae522b586389" } }, "bin": "deno.exe",