From 689ecb336101f065f07f44631d17cadcf99abc11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Nov 2022 00:36:36 +0000 Subject: [PATCH] deno: Update to version 1.27.1 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 000cdabc32..034323eb19 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.27.0", + "version": "1.27.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/v1.27.0/deno-x86_64-pc-windows-msvc.zip", - "hash": "ff73e2314212ebe5c5dfc91235782d5838092342cd03f6f6f17755c4064cc290" + "url": "https://github.com/denoland/deno/releases/download/v1.27.1/deno-x86_64-pc-windows-msvc.zip", + "hash": "e16db71a80613bc7080eccc09037a2f1dccc5ded14a728f44dee42061c2d9723" } }, "bin": "deno.exe",