From 1171ec8e4be60cc66b8e49fe21d5b5c73766a614 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 18 Feb 2022 05:28:25 +0000 Subject: [PATCH] webpack 5.69.1 Closes #95353. Signed-off-by: Nanda H Krishna Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/webpack.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/webpack.rb b/Formula/webpack.rb index ed782d41dc0..a7a53bfba21 100644 --- a/Formula/webpack.rb +++ b/Formula/webpack.rb @@ -4,8 +4,8 @@ require "json" class Webpack < Formula desc "Bundler for JavaScript and friends" homepage "https://webpack.js.org/" - url "https://registry.npmjs.org/webpack/-/webpack-5.69.0.tgz" - sha256 "66f3c8a0622675d448e08d5c15777726500e7bbd5265079b7d62cc1849f7d9af" + url "https://registry.npmjs.org/webpack/-/webpack-5.69.1.tgz" + sha256 "885adfe442063b19c93eff6df1579feb5cf1cfceefd35317bb3c391816a33b80" license "MIT" head "https://github.com/webpack/webpack.git", branch: "main"