From 2104882a3ee95cc8fe48b3d961c9b1fe9352c3d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 12:31:24 +0000 Subject: [PATCH] deno: Update to version 1.33.3 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 193631f7c9..2c48234ecb 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.33.2", + "version": "1.33.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.33.2/deno-x86_64-pc-windows-msvc.zip", - "hash": "ae9362757bf02fb7166cb612464b555af008f6899b748764b4510bb32d410377" + "url": "https://github.com/denoland/deno/releases/download/v1.33.3/deno-x86_64-pc-windows-msvc.zip", + "hash": "a491e3327bf5b1c1fdb9338b37b4637ec0bbe10e1689c405903d77c55dd98a6d" } }, "bin": "deno.exe",