Skip to content

Commit 56d2e47

Browse files
authored
Merge pull request Homebrew#218732 from Homebrew/bump-webpack-5.99.1
webpack 5.99.1
2 parents 0919972 + 55d509c commit 56d2e47

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.99.0.tgz"
7-
sha256 "21a5c68193435da6df8ac7dabf7419ed3efb193b0134cadb5450434c0dd860a5"
6+
url "https://registry.npmjs.org/webpack/-/webpack-5.99.1.tgz"
7+
sha256 "0e3faf98109bff6a5685a4eaaa4f9a5371adcb6cb98aa99ed79f3a3ee609f96a"
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: "e2df25017889786ca752535578e0ad2b7befa75fc3ef2fff35774da7b0ac6fd1"
13-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e2df25017889786ca752535578e0ad2b7befa75fc3ef2fff35774da7b0ac6fd1"
14-
sha256 cellar: :any_skip_relocation, arm64_ventura: "e2df25017889786ca752535578e0ad2b7befa75fc3ef2fff35774da7b0ac6fd1"
15-
sha256 cellar: :any_skip_relocation, sonoma: "a9c26f232c4432f7a9a1c1096b004de55d28847a7ff3bf234da7fccc9024dd1f"
16-
sha256 cellar: :any_skip_relocation, ventura: "a9c26f232c4432f7a9a1c1096b004de55d28847a7ff3bf234da7fccc9024dd1f"
17-
sha256 cellar: :any_skip_relocation, arm64_linux: "e2df25017889786ca752535578e0ad2b7befa75fc3ef2fff35774da7b0ac6fd1"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e2df25017889786ca752535578e0ad2b7befa75fc3ef2fff35774da7b0ac6fd1"
12+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1521d5fbdcc4352a6a3db28d06e5a6c60177e64306f77ab3d0bba11c3268ae3e"
13+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1521d5fbdcc4352a6a3db28d06e5a6c60177e64306f77ab3d0bba11c3268ae3e"
14+
sha256 cellar: :any_skip_relocation, arm64_ventura: "1521d5fbdcc4352a6a3db28d06e5a6c60177e64306f77ab3d0bba11c3268ae3e"
15+
sha256 cellar: :any_skip_relocation, sonoma: "ef702dd07f417149b449d365a9ed3e540d4bc9456ed3e40c2b5764ceca325e0b"
16+
sha256 cellar: :any_skip_relocation, ventura: "ef702dd07f417149b449d365a9ed3e540d4bc9456ed3e40c2b5764ceca325e0b"
17+
sha256 cellar: :any_skip_relocation, arm64_linux: "1521d5fbdcc4352a6a3db28d06e5a6c60177e64306f77ab3d0bba11c3268ae3e"
18+
sha256 cellar: :any_skip_relocation, x86_64_linux: "1521d5fbdcc4352a6a3db28d06e5a6c60177e64306f77ab3d0bba11c3268ae3e"
1919
end
2020

2121
depends_on "node"

0 commit comments

Comments
 (0)