diff --git a/bucket/deno.json b/bucket/deno.json index 0dbbe955b6..c5d940e7a8 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "2.2.5", + "version": "2.2.6", "description": "A secure runtime for JavaScript and TypeScript", "homepage": "https://deno.land", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/denoland/deno/releases/download/v2.2.5/deno-x86_64-pc-windows-msvc.zip", - "hash": "2930bed00dbd74939ccf726a9133632f4ac0cd02b0dd76e4413f4e0a7ebe9471" + "url": "https://github.com/denoland/deno/releases/download/v2.2.6/deno-x86_64-pc-windows-msvc.zip", + "hash": "e0229e239b4b3ffd356a7731dcab9e277c7750669c27515c4c22cd21b1c0108d" } }, "bin": "deno.exe",