From 8730bb14c8bf8c6b9426340a1756b712ef62cec0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 20:24:33 +0000 Subject: [PATCH] deno: Update to version 1.33.1 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index b0cf575965..17ce92df2b 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.33.0", + "version": "1.33.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.33.0/deno-x86_64-pc-windows-msvc.zip", - "hash": "740bec8b43b2d38e2b906e833ef8a274a9dfadb847593964205b32a593e0e843" + "url": "https://github.com/denoland/deno/releases/download/v1.33.1/deno-x86_64-pc-windows-msvc.zip", + "hash": "0c34ed610e83a3b5beea0aa44145b92d4aa63dca5390c46e94eff82dbd40b668" } }, "bin": "deno.exe",