From 65246a22b35b11740362a44b118f389d07414a19 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Feb 2023 04:28:24 +0000 Subject: [PATCH] deno: Update to version 1.31.1 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index bea8655b32..cc354912ce 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.31.0", + "version": "1.31.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.31.0/deno-x86_64-pc-windows-msvc.zip", - "hash": "9f03aa7b6ec4211025a657f70e13d84134e2b389ac3b87d1a859b509fd3231cd" + "url": "https://github.com/denoland/deno/releases/download/v1.31.1/deno-x86_64-pc-windows-msvc.zip", + "hash": "77dadc054a5d6198dff81956a6d7928c298c4c8039bd4fc153e8cea11a61e473" } }, "bin": "deno.exe",