diff --git a/bucket/deno.json b/bucket/deno.json index cef3ef9ba9..2b1f200510 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "2.3.3", + "version": "2.3.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/v2.3.3/deno-x86_64-pc-windows-msvc.zip", - "hash": "a40f0e4c6535834b83faaf8b09e47867ff4cbb7b12d0554bbc58e7355e9cf460" + "url": "https://github.com/denoland/deno/releases/download/v2.3.4/deno-x86_64-pc-windows-msvc.zip", + "hash": "c78fe54f5f12c24033d1887914d50b2d1e6cbb1f1d451ce141af2ff5ea272151" } }, "bin": "deno.exe",