Skip to content

Commit f39b345

Browse files
authored
Merge pull request #229794 from Homebrew/bump-webpack-5.100.1
webpack 5.100.1
2 parents f9b9170 + 6f6493e commit f39b345

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.100.0.tgz"
7-
sha256 "44a0b2db2ef379d68105f3ca7986cf41601c4c7f7c50e8900df18865b8d477ed"
6+
url "https://registry.npmjs.org/webpack/-/webpack-5.100.1.tgz"
7+
sha256 "cf46a6482ff67e3d6173231e4c0e83fbbeaf9bf54fed5ad6fb8cc50a33a2f9dc"
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: "10232b274617a5a425723e9903fd29c55bfad020e7f8435869af22f28a74f152"
13-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "10232b274617a5a425723e9903fd29c55bfad020e7f8435869af22f28a74f152"
14-
sha256 cellar: :any_skip_relocation, arm64_ventura: "10232b274617a5a425723e9903fd29c55bfad020e7f8435869af22f28a74f152"
15-
sha256 cellar: :any_skip_relocation, sonoma: "32af9bbe472dcc48298234cef5d5e1068e25229e1dc00dfb6ca5722f64b6af80"
16-
sha256 cellar: :any_skip_relocation, ventura: "32af9bbe472dcc48298234cef5d5e1068e25229e1dc00dfb6ca5722f64b6af80"
17-
sha256 cellar: :any_skip_relocation, arm64_linux: "10232b274617a5a425723e9903fd29c55bfad020e7f8435869af22f28a74f152"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "10232b274617a5a425723e9903fd29c55bfad020e7f8435869af22f28a74f152"
12+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4eeb826b7168a00b597a4945176e81bcf8d450973573fdeb9bba3c04390d4459"
13+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4eeb826b7168a00b597a4945176e81bcf8d450973573fdeb9bba3c04390d4459"
14+
sha256 cellar: :any_skip_relocation, arm64_ventura: "4eeb826b7168a00b597a4945176e81bcf8d450973573fdeb9bba3c04390d4459"
15+
sha256 cellar: :any_skip_relocation, sonoma: "1826ebb7118e17b564b024374ec155fbbe07f3b012337edf5f9da69631157216"
16+
sha256 cellar: :any_skip_relocation, ventura: "1826ebb7118e17b564b024374ec155fbbe07f3b012337edf5f9da69631157216"
17+
sha256 cellar: :any_skip_relocation, arm64_linux: "4eeb826b7168a00b597a4945176e81bcf8d450973573fdeb9bba3c04390d4459"
18+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4eeb826b7168a00b597a4945176e81bcf8d450973573fdeb9bba3c04390d4459"
1919
end
2020

2121
depends_on "node"

0 commit comments

Comments
 (0)