From 50f6b96ceb4f69eddf25a21f5a4fa15d7b8e3296 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 08:29:01 +0000 Subject: [PATCH] deno: Update to version 1.43.0 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 11b20f01ea..84d01d2963 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.42.4", + "version": "1.43.0", "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.42.4/deno-x86_64-pc-windows-msvc.zip", - "hash": "bd0fe9afa933003c0c745916cb79d6bc5149d0d5aa7b5ee92f118a211483b801" + "url": "https://github.com/denoland/deno/releases/download/v1.43.0/deno-x86_64-pc-windows-msvc.zip", + "hash": "7e49a096381cce5752f60f6ad369dec65df70d86b6b9ac87d1a4c1f4da542ce8" } }, "bin": "deno.exe",