diff --git a/bucket/deno.json b/bucket/deno.json index c8586d2a21..c20bbab86b 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.2.2", + "version": "1.2.3", "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.2.2/deno-x86_64-pc-windows-msvc.zip", - "hash": "f77e1792c84be9bdb2b89c04e1aa64de07a6931feb27dacd2bb13e35de6c9f55" + "url": "https://github.com/denoland/deno/releases/download/v1.2.3/deno-x86_64-pc-windows-msvc.zip", + "hash": "a7137391de6258bef5fa42f97e6870eeab88e87133105a1ebea4d0af9f10bdbc" } }, "bin": "deno.exe",