From a5905022488d9355a9425c9b0bb975162d4a780a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 20:28:34 +0000 Subject: [PATCH] deno: Update to version 2.1.2 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index e84dde549d..11d8b499d3 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "2.1.1", + "version": "2.1.2", "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.1/deno-x86_64-pc-windows-msvc.zip", - "hash": "06e13003a1e66cf8bc8daa68dfa4e22a735f0e339cc99e3dff585fac32b06999" + "url": "https://github.com/denoland/deno/releases/download/v2.1.2/deno-x86_64-pc-windows-msvc.zip", + "hash": "e107bdd19cd38314c6ec934b7345e3139739c3a1106f951f6f70f8fb04f293e8" } }, "bin": "deno.exe",