diff --git a/bucket/deno.json b/bucket/deno.json index e957fd013c..d77b0dcdd1 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.16.4", + "version": "1.17.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.16.4/deno-x86_64-pc-windows-msvc.zip", - "hash": "39f2c7e83437197d8d829d380692cce353e3082aa18f4c4ea1de4b891b279129" + "url": "https://github.com/denoland/deno/releases/download/v1.17.0/deno-x86_64-pc-windows-msvc.zip", + "hash": "c0ecea543941e591e893013ac6d562e3bcb20102796d11ad4d22d0efe6666c68" } }, "bin": "deno.exe",