diff --git a/bucket/deno.json b/bucket/deno.json index 9144c1d175..fd2fb40c9b 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.16.2", + "version": "1.16.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/v1.16.2/deno-x86_64-pc-windows-msvc.zip", - "hash": "45b5ae21352255d4d09ff0b3b9e5be404bc8dd3a3a0a0e7d86b84c1b2b978c4a" + "url": "https://github.com/denoland/deno/releases/download/v1.16.3/deno-x86_64-pc-windows-msvc.zip", + "hash": "f1de6fda3cd30da44a35cbb3548f85ed9f93b0c8d1973b107810d56e6a6f5318" } }, "bin": "deno.exe",