diff --git a/bucket/deno.json b/bucket/deno.json index fd94bfeede..16ffe4718f 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.38.2", + "version": "1.38.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/v1.38.2/deno-x86_64-pc-windows-msvc.zip", - "hash": "ae5fa6a4b5fb840abd9924bb098dcd2a6b254a97be9655ab364fd71c1e448344" + "url": "https://github.com/denoland/deno/releases/download/v1.38.3/deno-x86_64-pc-windows-msvc.zip", + "hash": "6e2b2cd8148d6dc90619cad4ffd62102e434d2d991130d8277bf6824647bc23d" } }, "bin": "deno.exe",