diff --git a/bucket/deno.json b/bucket/deno.json index 0c9020336d..a9f7150411 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.10.3", + "version": "1.11.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.10.3/deno-x86_64-pc-windows-msvc.zip", - "hash": "0836022ddc35fe931884e182fa72614d927d851629f590c19d58a39f31d6cda7" + "url": "https://github.com/denoland/deno/releases/download/v1.11.0/deno-x86_64-pc-windows-msvc.zip", + "hash": "b59eb247780c6f1aaf43bfa963fed5ee0c3ac2412341d673ee55ca4ac3825324" } }, "bin": "deno.exe",