diff --git a/bucket/deno.json b/bucket/deno.json index e67065b7b4..716e17932e 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "2.6.0", + "version": "2.6.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/v2.6.0/deno-x86_64-pc-windows-msvc.zip", - "hash": "940b4c7c8531687e6a621cce3c8e0efa530d08a639dadf70697bb2788f9c35b0" + "url": "https://github.com/denoland/deno/releases/download/v2.6.1/deno-x86_64-pc-windows-msvc.zip", + "hash": "7faf4df82efb9b3cee094cfb3437dc797cc992c0e9dfb2433e7431abee513518" } }, "bin": "deno.exe",