From b4367cd8b46488dbefa1f554f3446537a46c3134 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 08:25:33 +0000 Subject: [PATCH] deno: Update to version 1.40.3 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 83389b3487..aa3ae8eafd 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.40.2", + "version": "1.40.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.40.2/deno-x86_64-pc-windows-msvc.zip", - "hash": "9f4d40c27050e0b27d2539fd8bc42398553b2a569ff67dfb2aa568c361b55fa5" + "url": "https://github.com/denoland/deno/releases/download/v1.40.3/deno-x86_64-pc-windows-msvc.zip", + "hash": "b7bd9b078c84a5da813cfae4cf6a7b25bd2962499e21a82a830f60ad0bcef451" } }, "bin": "deno.exe",