diff --git a/bucket/deno.json b/bucket/deno.json index 15282598a6..656b0ff1cf 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.19.3", + "version": "1.20.1", "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.19.3/deno-x86_64-pc-windows-msvc.zip", - "hash": "e4dd8ba745599a291fc6dbf82d190f753a11e98cc2758883ad9db6d2feef3cf8" + "url": "https://github.com/denoland/deno/releases/download/v1.20.1/deno-x86_64-pc-windows-msvc.zip", + "hash": "c5019fc9c6543be4cc61484887c4db1d7c53d52ccf22f51205c436f37bd7f368" } }, "bin": "deno.exe",