diff --git a/bucket/deno.json b/bucket/deno.json index a09cd8d334..e84dde549d 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "2.1.0", + "version": "2.1.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/v2.1.0/deno-x86_64-pc-windows-msvc.zip", - "hash": "f2253718dcd6ca9bac35757fa0218f0ce814b6bc8ab6cf079f80bc8cab26495c" + "url": "https://github.com/denoland/deno/releases/download/v2.1.1/deno-x86_64-pc-windows-msvc.zip", + "hash": "06e13003a1e66cf8bc8daa68dfa4e22a735f0e339cc99e3dff585fac32b06999" } }, "bin": "deno.exe",