Skip to content

Commit 39f197e

Browse files
authored
Merge pull request Homebrew#222600 from Homebrew/bump-webpack-5.99.8
webpack 5.99.8
2 parents 55e97cb + c5fa566 commit 39f197e

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.7.tgz"
7-
sha256 "2a3a2f1b361571e912cb6311e896d7684b65874a63c0c92254e81ceb9dfc6575"
6+
url "https://registry.npmjs.org/webpack/-/webpack-5.99.8.tgz"
7+
sha256 "0476665eee672dc56cffc7338ee02d99ccf3c973780f304a02ff40e0d4850ee3"
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: "c4520ab012a95736559b0b0297d17cfa8e5e49efade84adda3b2f15497a9b5bf"
13-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c4520ab012a95736559b0b0297d17cfa8e5e49efade84adda3b2f15497a9b5bf"
14-
sha256 cellar: :any_skip_relocation, arm64_ventura: "c4520ab012a95736559b0b0297d17cfa8e5e49efade84adda3b2f15497a9b5bf"
15-
sha256 cellar: :any_skip_relocation, sonoma: "220ada77a18d66b2299667d102a1cb3176d2f3a899b2bcf72d30e6e240960b01"
16-
sha256 cellar: :any_skip_relocation, ventura: "220ada77a18d66b2299667d102a1cb3176d2f3a899b2bcf72d30e6e240960b01"
17-
sha256 cellar: :any_skip_relocation, arm64_linux: "c4520ab012a95736559b0b0297d17cfa8e5e49efade84adda3b2f15497a9b5bf"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c4520ab012a95736559b0b0297d17cfa8e5e49efade84adda3b2f15497a9b5bf"
12+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9f4b4ce9af0d015e07555b475d2c8c9bc8577ad214a43a2634e6512f0619e660"
13+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9f4b4ce9af0d015e07555b475d2c8c9bc8577ad214a43a2634e6512f0619e660"
14+
sha256 cellar: :any_skip_relocation, arm64_ventura: "9f4b4ce9af0d015e07555b475d2c8c9bc8577ad214a43a2634e6512f0619e660"
15+
sha256 cellar: :any_skip_relocation, sonoma: "b002daa84eaf9b68095b78a0925b04c40c63ce68f95571c0869b9dfbef3dfdd8"
16+
sha256 cellar: :any_skip_relocation, ventura: "b002daa84eaf9b68095b78a0925b04c40c63ce68f95571c0869b9dfbef3dfdd8"
17+
sha256 cellar: :any_skip_relocation, arm64_linux: "9f4b4ce9af0d015e07555b475d2c8c9bc8577ad214a43a2634e6512f0619e660"
18+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9f4b4ce9af0d015e07555b475d2c8c9bc8577ad214a43a2634e6512f0619e660"
1919
end
2020

2121
depends_on "node"

0 commit comments

Comments
 (0)