diff --git a/bucket/deno.json b/bucket/deno.json index 034323eb19..2e7868f137 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.27.1", + "version": "1.27.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.27.1/deno-x86_64-pc-windows-msvc.zip", - "hash": "e16db71a80613bc7080eccc09037a2f1dccc5ded14a728f44dee42061c2d9723" + "url": "https://github.com/denoland/deno/releases/download/v1.27.2/deno-x86_64-pc-windows-msvc.zip", + "hash": "423efffbcc43bc1cad48412a938a3714afdd17826ebd1f052dcbec207b2ab6f1" } }, "bin": "deno.exe",