diff --git a/bucket/deno.json b/bucket/deno.json index 19033f85f0..2eff84cffc 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.39.3", + "version": "1.39.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.39.3/deno-x86_64-pc-windows-msvc.zip", - "hash": "8c26966bc1b731920c69469760317e4410cc94c8204e718b2a777138b25b390b" + "url": "https://github.com/denoland/deno/releases/download/v1.39.4/deno-x86_64-pc-windows-msvc.zip", + "hash": "6299e026bc36b0fb71cc798fb86de33324a9960d70eec6547e9ab2de759cb015" } }, "bin": "deno.exe",