diff --git a/bucket/deno.json b/bucket/deno.json index 8e2f1896f3..6d213cc172 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.8.3", + "version": "1.9.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.8.3/deno-x86_64-pc-windows-msvc.zip", - "hash": "fce64fbedc922429c26c9d2302f5b1e2b0abe95567a8766b8e759c7bd15dfa4d" + "url": "https://github.com/denoland/deno/releases/download/v1.9.0/deno-x86_64-pc-windows-msvc.zip", + "hash": "f5841648e889ec55fb7a06b1a9e17aa19d5c65524a7e94db32e1b4050a7de865" } }, "bin": "deno.exe",