diff --git a/bucket/deno.json b/bucket/deno.json index 322f37d6b1..4990a3d865 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.16.0", + "version": "1.16.1", "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.0/deno-x86_64-pc-windows-msvc.zip", - "hash": "82f8251c775ff604e9f4a6930086b7af3545103468bae23e1a45b433bc31d75c" + "url": "https://github.com/denoland/deno/releases/download/v1.16.1/deno-x86_64-pc-windows-msvc.zip", + "hash": "d4a067f515351f38a8abc545bbdcf9896a8e8b1e7040a186682b2c679fe94414" } }, "bin": "deno.exe",