From 242343f70e9da89b889cb2dfbf7f120a202140b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 00:38:59 +0000 Subject: [PATCH] deno: Update to version 1.23.2 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 97daa874db..8480fe9b07 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.23.1", + "version": "1.23.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.23.1/deno-x86_64-pc-windows-msvc.zip", - "hash": "adc4cd8b947daaa2bccdc25884e493ecd70ebd121d5f0e7b2af53670fe54d8a6" + "url": "https://github.com/denoland/deno/releases/download/v1.23.2/deno-x86_64-pc-windows-msvc.zip", + "hash": "ae8094ab21021592abc97107964994b4b87713819c6d29b7ab35eee300dc11e7" } }, "bin": "deno.exe",