diff --git a/bucket/deno.json b/bucket/deno.json index 1a61da384e..7d00a7c38f 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.33.4", + "version": "1.34.0", "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.33.4/deno-x86_64-pc-windows-msvc.zip", - "hash": "f66842f3ed2b906f0db503b2eebd53c87240ade0dd3045919a7a2ba12962c0e4" + "url": "https://github.com/denoland/deno/releases/download/v1.34.0/deno-x86_64-pc-windows-msvc.zip", + "hash": "e2e88c205401a0fa5e0d431d41dd6e851137123dd38b59b448da6832a44b1004" } }, "bin": "deno.exe",