diff --git a/bucket/deno.json b/bucket/deno.json index ea54fdbfd2..03903174c7 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "2.2.3", + "version": "2.2.4", "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.3/deno-x86_64-pc-windows-msvc.zip", - "hash": "96c655baf091990285e9ce8798b1db52724e16442f6e5c3ce56c38bad1df214c" + "url": "https://github.com/denoland/deno/releases/download/v2.2.4/deno-x86_64-pc-windows-msvc.zip", + "hash": "3231e6a4cf7e14b6111507d5324a84fe7c29a48318e9f60105e258938c2e4fa3" } }, "bin": "deno.exe",