Skip to content

Commit cebf7dd

Browse files
authored
Merge pull request Homebrew#163219 from dnhn/bump-webpack-5.90.3
webpack 5.90.3
2 parents 9064b41 + a27ca41 commit cebf7dd

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
@@ -4,19 +4,19 @@
44
class Webpack < Formula
55
desc "Bundler for JavaScript and friends"
66
homepage "https://webpack.js.org/"
7-
url "https://registry.npmjs.org/webpack/-/webpack-5.90.2.tgz"
8-
sha256 "d96010242658a2ac8fea4a1de2f0e6d6da2a4c92315a56bd84f627f65e2a1746"
7+
url "https://registry.npmjs.org/webpack/-/webpack-5.90.3.tgz"
8+
sha256 "83867fd8573e759f6280c8fb662c4c560e752bbaf930c9e5244844f952974d05"
99
license "MIT"
1010
head "https://github.com/webpack/webpack.git", branch: "main"
1111

1212
bottle do
13-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9b5e728cda9e51766e5191f9a00116a8bc8c534359102fe83035eb5bfb86ffaf"
14-
sha256 cellar: :any_skip_relocation, arm64_ventura: "9b5e728cda9e51766e5191f9a00116a8bc8c534359102fe83035eb5bfb86ffaf"
15-
sha256 cellar: :any_skip_relocation, arm64_monterey: "9b5e728cda9e51766e5191f9a00116a8bc8c534359102fe83035eb5bfb86ffaf"
16-
sha256 cellar: :any_skip_relocation, sonoma: "de4e18776e0b1fa30646d539343c79cec60b495ad3b91573970fb0f62f292151"
17-
sha256 cellar: :any_skip_relocation, ventura: "de4e18776e0b1fa30646d539343c79cec60b495ad3b91573970fb0f62f292151"
18-
sha256 cellar: :any_skip_relocation, monterey: "de4e18776e0b1fa30646d539343c79cec60b495ad3b91573970fb0f62f292151"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "9b5e728cda9e51766e5191f9a00116a8bc8c534359102fe83035eb5bfb86ffaf"
13+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7af2f6271422901919c6e8db5ad5eac3f7b995054f9288df975aac0da80b7fd0"
14+
sha256 cellar: :any_skip_relocation, arm64_ventura: "7af2f6271422901919c6e8db5ad5eac3f7b995054f9288df975aac0da80b7fd0"
15+
sha256 cellar: :any_skip_relocation, arm64_monterey: "7af2f6271422901919c6e8db5ad5eac3f7b995054f9288df975aac0da80b7fd0"
16+
sha256 cellar: :any_skip_relocation, sonoma: "d9700817ce63c0ce855270ec140d180ba4f429fed5640bc7d45895b717d62971"
17+
sha256 cellar: :any_skip_relocation, ventura: "d9700817ce63c0ce855270ec140d180ba4f429fed5640bc7d45895b717d62971"
18+
sha256 cellar: :any_skip_relocation, monterey: "d9700817ce63c0ce855270ec140d180ba4f429fed5640bc7d45895b717d62971"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "7af2f6271422901919c6e8db5ad5eac3f7b995054f9288df975aac0da80b7fd0"
2020
end
2121

2222
depends_on "node"

0 commit comments

Comments
 (0)