From 31633f22b549f73fb76990d9291870512bbd015d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 30 Jul 2024 03:25:39 +0000 Subject: [PATCH 1/2] babel 7.25.2 --- Formula/b/babel.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/babel.rb b/Formula/b/babel.rb index 6be0565cf7d9..edb87635cc56 100644 --- a/Formula/b/babel.rb +++ b/Formula/b/babel.rb @@ -4,8 +4,8 @@ class Babel < Formula desc "Compiler for writing next generation JavaScript" homepage "https://babeljs.io/" - url "https://registry.npmjs.org/@babel/core/-/core-7.24.9.tgz" - sha256 "21de1e80f822413c8ceea3b299df7b260cc0bf8cf0722b708e0a8ebc7e1bbd95" + url "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz" + sha256 "6873c15a448a1ad6cd7a5b845d20e2348e04abc1a2261354ad3c702689a4ad0a" license "MIT" bottle do From 7d72542d08b802e15313b7bdd76c2df9d35beeb3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 30 Jul 2024 10:53:01 +0000 Subject: [PATCH 2/2] babel: update 7.25.2 bottle. --- Formula/b/babel.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/babel.rb b/Formula/b/babel.rb index edb87635cc56..97eaf68342d1 100644 --- a/Formula/b/babel.rb +++ b/Formula/b/babel.rb @@ -9,13 +9,13 @@ class Babel < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d9167302f71686a2e493cf0fe3bbd30e0af378a8260915e799981d86314142ca" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d9167302f71686a2e493cf0fe3bbd30e0af378a8260915e799981d86314142ca" - sha256 cellar: :any_skip_relocation, arm64_monterey: "d9167302f71686a2e493cf0fe3bbd30e0af378a8260915e799981d86314142ca" - sha256 cellar: :any_skip_relocation, sonoma: "8db65cad4746608832cddc36aab5d16059ccfda0f2c7f4bef05e06977afe3de7" - sha256 cellar: :any_skip_relocation, ventura: "3a540d0c6d7569f80cb29d0da9551483bd7a360f8748a0b7b2941a9b9c4a0830" - sha256 cellar: :any_skip_relocation, monterey: "d9167302f71686a2e493cf0fe3bbd30e0af378a8260915e799981d86314142ca" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2d9d3edb1e988bda520c4d19277d76e9bcdaab3f9cedb981a5c428376764b9af" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4e1909b2f685fb27c48edb0b1796c7978094378602decc65d6e2a55dde70fccf" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4e1909b2f685fb27c48edb0b1796c7978094378602decc65d6e2a55dde70fccf" + sha256 cellar: :any_skip_relocation, arm64_monterey: "4e1909b2f685fb27c48edb0b1796c7978094378602decc65d6e2a55dde70fccf" + sha256 cellar: :any_skip_relocation, sonoma: "bb5ef195bc8b9df1db4ba6853e5039b2a517711739cf913a5abafde072faa6b2" + sha256 cellar: :any_skip_relocation, ventura: "bb5ef195bc8b9df1db4ba6853e5039b2a517711739cf913a5abafde072faa6b2" + sha256 cellar: :any_skip_relocation, monterey: "4e1909b2f685fb27c48edb0b1796c7978094378602decc65d6e2a55dde70fccf" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9af7f9fd8b98b7e1aad7b6027241f75dc491a9ee4292db01e2620de818fc451b" end depends_on "node"