diff --git a/Formula/d/deno.rb b/Formula/d/deno.rb index bc51d0eecc5bee..9109658f3f1e9e 100644 --- a/Formula/d/deno.rb +++ b/Formula/d/deno.rb @@ -1,8 +1,8 @@ class Deno < Formula desc "Secure runtime for JavaScript and TypeScript" homepage "https://deno.com/" - url "https://github.com/denoland/deno/releases/download/v1.45.2/deno_src.tar.gz" - sha256 "d8d74295d2f0a1362a2d03a452f522d8e251fb63d186365aa4be0516fc010c01" + url "https://github.com/denoland/deno/releases/download/v1.45.4/deno_src.tar.gz" + sha256 "371332927efd9e37b1aed42546baab5e67e173c55c00ad82ad2a79a643be420b" license "MIT" head "https://github.com/denoland/deno.git", branch: "main"