From 344ff9fe1af8657b402ab96db78e7fb9fbea324c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 20:24:12 +0000 Subject: [PATCH] deno: Update to version 1.39.3 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 0e574548b0..19033f85f0 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.39.2", + "version": "1.39.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.39.2/deno-x86_64-pc-windows-msvc.zip", - "hash": "add536be0b9e77d5297f5c84cdf1ee9c120d362958c97de92d75fc25319ada94" + "url": "https://github.com/denoland/deno/releases/download/v1.39.3/deno-x86_64-pc-windows-msvc.zip", + "hash": "8c26966bc1b731920c69469760317e4410cc94c8204e718b2a777138b25b390b" } }, "bin": "deno.exe",