diff --git a/bucket/deno.json b/bucket/deno.json index f8463b8dad..8c42c58909 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.32.1", + "version": "1.32.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.32.1/deno-x86_64-pc-windows-msvc.zip", - "hash": "002b74de37cb047b128ca60c0ac164058bee395005858e69ca921844ca27284b" + "url": "https://github.com/denoland/deno/releases/download/v1.32.2/deno-x86_64-pc-windows-msvc.zip", + "hash": "ff246b1120792f319369003f1dcbd79080637e66709e5d885fa9025f34d264b7" } }, "bin": "deno.exe",