Skip to content

Commit da5dd0f

Browse files
authored
Merge pull request #233884 from Homebrew/bump-webpack-5.101.3
webpack 5.101.3
2 parents c1bd40e + e129bb1 commit da5dd0f

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

Formula/w/webpack.rb

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,13 @@
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.2.tgz"
7-
sha256 "59ac6f14d5d92c03590ccd265409adb8d89544982895dbaa00442068b6594ae8"
6+
url "https://registry.npmjs.org/webpack/-/webpack-5.101.3.tgz"
7+
sha256 "3521d739b88a4c54eae34984616f75007eaf39b76c325b715ef0e1496bc206d8"
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: "62703486739d0189fc2b9e14a8ccece784ce7d7e2ef3e37f5dda8b978c871f83"
13-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "62703486739d0189fc2b9e14a8ccece784ce7d7e2ef3e37f5dda8b978c871f83"
14-
sha256 cellar: :any_skip_relocation, arm64_ventura: "62703486739d0189fc2b9e14a8ccece784ce7d7e2ef3e37f5dda8b978c871f83"
15-
sha256 cellar: :any_skip_relocation, sonoma: "62703486739d0189fc2b9e14a8ccece784ce7d7e2ef3e37f5dda8b978c871f83"
16-
sha256 cellar: :any_skip_relocation, ventura: "62703486739d0189fc2b9e14a8ccece784ce7d7e2ef3e37f5dda8b978c871f83"
17-
sha256 cellar: :any_skip_relocation, arm64_linux: "b439ba24f0e9ff3b6d5694e3533001680bf2732dd522ab616c0f1dc5d42e6188"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b439ba24f0e9ff3b6d5694e3533001680bf2732dd522ab616c0f1dc5d42e6188"
12+
sha256 cellar: :any_skip_relocation, all: "72401062d05a0d2da4ae38fa0bb82df98f4bb48d683a8d204a3732bd7e7931a2"
1913
end
2014

2115
depends_on "node"

0 commit comments

Comments
 (0)