From a960f3f3202870fdb49fbcd71279d5a225488064 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:33:18 +0000 Subject: [PATCH] deno: Update to version 2.1.4 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index a4ff0e0d09..305ff54600 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "2.1.3", + "version": "2.1.4", "description": "A secure runtime for JavaScript and TypeScript", "homepage": "https://deno.land", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/denoland/deno/releases/download/v2.1.3/deno-x86_64-pc-windows-msvc.zip", - "hash": "64afa4d4469cde7d1fdb47f7552c14298ea79a5fa4191949fb768913e4f3a2c1" + "url": "https://github.com/denoland/deno/releases/download/v2.1.4/deno-x86_64-pc-windows-msvc.zip", + "hash": "d85abec3fc5533c20f1369b9c2fbb5f49348d1f69994779c09f56383bd46aa10" } }, "bin": "deno.exe",