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