From 5da21009d65e1bc1e0d8418dcd606506bed2654d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 04:25:43 +0000 Subject: [PATCH] deno: Update to version 1.34.0 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 1a61da384e..7d00a7c38f 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.33.4", + "version": "1.34.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.33.4/deno-x86_64-pc-windows-msvc.zip", - "hash": "f66842f3ed2b906f0db503b2eebd53c87240ade0dd3045919a7a2ba12962c0e4" + "url": "https://github.com/denoland/deno/releases/download/v1.34.0/deno-x86_64-pc-windows-msvc.zip", + "hash": "e2e88c205401a0fa5e0d431d41dd6e851137123dd38b59b448da6832a44b1004" } }, "bin": "deno.exe",