Skip to content

Commit 85cff3e

Browse files
authored
Merge pull request #230122 from Homebrew/bump-webpack-5.100.2
webpack 5.100.2
2 parents 8438162 + 5c6c032 commit 85cff3e

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.1.tgz"
7-
sha256 "cf46a6482ff67e3d6173231e4c0e83fbbeaf9bf54fed5ad6fb8cc50a33a2f9dc"
6+
url "https://registry.npmjs.org/webpack/-/webpack-5.100.2.tgz"
7+
sha256 "d41c866dc6186080478eab2b9c43b269234a332dcfbb9cbfb8c8158e7928ae04"
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: "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"
12+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "71a2718a0ddaf60c27063f02b53147e570bc5d6ba52aac5ef5650193e55eb1f1"
13+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "71a2718a0ddaf60c27063f02b53147e570bc5d6ba52aac5ef5650193e55eb1f1"
14+
sha256 cellar: :any_skip_relocation, arm64_ventura: "71a2718a0ddaf60c27063f02b53147e570bc5d6ba52aac5ef5650193e55eb1f1"
15+
sha256 cellar: :any_skip_relocation, sonoma: "db5dd6724244d463544507ba28466460205c364168f4376e5cf764ad7147d3b7"
16+
sha256 cellar: :any_skip_relocation, ventura: "db5dd6724244d463544507ba28466460205c364168f4376e5cf764ad7147d3b7"
17+
sha256 cellar: :any_skip_relocation, arm64_linux: "71a2718a0ddaf60c27063f02b53147e570bc5d6ba52aac5ef5650193e55eb1f1"
18+
sha256 cellar: :any_skip_relocation, x86_64_linux: "71a2718a0ddaf60c27063f02b53147e570bc5d6ba52aac5ef5650193e55eb1f1"
1919
end
2020

2121
depends_on "node"

0 commit comments

Comments
 (0)