From 9afea4e240d69ed7ac6013b2b83ec2940116420e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 00:32:51 +0000 Subject: [PATCH] deno: Update to version 1.39.0 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 64d3e5a47e..82084e1cfb 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.38.5", + "version": "1.39.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.38.5/deno-x86_64-pc-windows-msvc.zip", - "hash": "1a114554dc79aeda19e624b9cf557d4da9217ce4ce27b83b2124271badef5660" + "url": "https://github.com/denoland/deno/releases/download/v1.39.0/deno-x86_64-pc-windows-msvc.zip", + "hash": "7398e3da0f1e55337f67ebe11c0e5fcc6a7e219102cdfe83faa5913e9d00e74f" } }, "bin": "deno.exe",