Skip to content

Commit 29a46a9

Browse files
authored
Merge pull request #233236 from Homebrew/bump-webpack-5.101.1
webpack 5.101.1
2 parents d1b5807 + 701785f commit 29a46a9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/w/webpack.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
class Webpack < Formula
44
desc "Bundler for JavaScript and friends"
55
homepage "https://webpack.js.org/"
6-
url "https://registry.npmjs.org/webpack/-/webpack-5.101.0.tgz"
7-
sha256 "308ca5aa5ad39e4c20fce043d51d9457ed33a3d86d264a6257d565d28fcccb15"
6+
url "https://registry.npmjs.org/webpack/-/webpack-5.101.1.tgz"
7+
sha256 "2be80b52d1d5c1bb49cb878e39519c9fbebd7780859f9375a7eda42902d5b0d9"
88
license "MIT"
99
head "https://github.com/webpack/webpack.git", branch: "main"
1010

1111
bottle do
12-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e14bd462bb101d07ba56dcf3253887638b56d9f0143de35071d151a3f673f9e1"
13-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e14bd462bb101d07ba56dcf3253887638b56d9f0143de35071d151a3f673f9e1"
14-
sha256 cellar: :any_skip_relocation, arm64_ventura: "e14bd462bb101d07ba56dcf3253887638b56d9f0143de35071d151a3f673f9e1"
15-
sha256 cellar: :any_skip_relocation, sonoma: "f3deb70f1f9b7b9a9609ab2e2acc1c7ba3b2a3dd527a228568e330aebfecc547"
16-
sha256 cellar: :any_skip_relocation, ventura: "f3deb70f1f9b7b9a9609ab2e2acc1c7ba3b2a3dd527a228568e330aebfecc547"
17-
sha256 cellar: :any_skip_relocation, arm64_linux: "e14bd462bb101d07ba56dcf3253887638b56d9f0143de35071d151a3f673f9e1"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e14bd462bb101d07ba56dcf3253887638b56d9f0143de35071d151a3f673f9e1"
12+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a87ac10855ba697e19935a171699b3f9534c09dcc52b4947052c0dc76ccd7817"
13+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a87ac10855ba697e19935a171699b3f9534c09dcc52b4947052c0dc76ccd7817"
14+
sha256 cellar: :any_skip_relocation, arm64_ventura: "a87ac10855ba697e19935a171699b3f9534c09dcc52b4947052c0dc76ccd7817"
15+
sha256 cellar: :any_skip_relocation, sonoma: "413a016b6f95de49d447c036d6429a7bb86a31fce9591324e604665782e91422"
16+
sha256 cellar: :any_skip_relocation, ventura: "413a016b6f95de49d447c036d6429a7bb86a31fce9591324e604665782e91422"
17+
sha256 cellar: :any_skip_relocation, arm64_linux: "a87ac10855ba697e19935a171699b3f9534c09dcc52b4947052c0dc76ccd7817"
18+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a87ac10855ba697e19935a171699b3f9534c09dcc52b4947052c0dc76ccd7817"
1919
end
2020

2121
depends_on "node"

0 commit comments

Comments
 (0)