diff --git a/bucket/deno.json b/bucket/deno.json index ce18377717..ea54fdbfd2 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "2.2.2", + "version": "2.2.3", "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.2/deno-x86_64-pc-windows-msvc.zip", - "hash": "561ebfebd6d223ca33124badc80f0cafeafc25e4a47fa7d76a60e9b727629c48" + "url": "https://github.com/denoland/deno/releases/download/v2.2.3/deno-x86_64-pc-windows-msvc.zip", + "hash": "96c655baf091990285e9ce8798b1db52724e16442f6e5c3ce56c38bad1df214c" } }, "bin": "deno.exe",