diff --git a/bucket/deno.json b/bucket/deno.json index c09288ea7a..6f03c7e555 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "2.4.4", + "version": "2.4.5", "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.4.4/deno-x86_64-pc-windows-msvc.zip", - "hash": "55cf2a21a7c1e80afd8cfb5866655f17cf4650552596f4730117b96101c2b331" + "url": "https://github.com/denoland/deno/releases/download/v2.4.5/deno-x86_64-pc-windows-msvc.zip", + "hash": "9d89dd28951e4176a8c7643dc98401757e1ff0f83585f25921496195b3669c08" } }, "bin": "deno.exe",