From b90899a16e0f814e4e3b058613b67c996d9f5d4d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 04:30:11 +0000 Subject: [PATCH] deno: Update to version 2.1.3 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 11d8b499d3..a4ff0e0d09 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "2.1.2", + "version": "2.1.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/v2.1.2/deno-x86_64-pc-windows-msvc.zip", - "hash": "e107bdd19cd38314c6ec934b7345e3139739c3a1106f951f6f70f8fb04f293e8" + "url": "https://github.com/denoland/deno/releases/download/v2.1.3/deno-x86_64-pc-windows-msvc.zip", + "hash": "64afa4d4469cde7d1fdb47f7552c14298ea79a5fa4191949fb768913e4f3a2c1" } }, "bin": "deno.exe",