Skip to content

Commit cf86283

Browse files
PorkepixBrewTestBot
authored andcommitted
webpack 5.74.0
Closes Homebrew#106508. Signed-off-by: Thierry Moisan <[email protected]> Signed-off-by: BrewTestBot <[email protected]>
1 parent c97cfc2 commit cf86283

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/webpack.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
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.%3Cspan%20class="x x-first x-last">73.0.tgz"
8-
sha256 "10467b3419f790661bb801c168e61e88b5fa3d4ad70c0fc6b4c6b0b8fb4ffd0c"
7+
url "https://registry.npmjs.org/webpack/-/webpack-5.%3Cspan%20class="x x-first x-last">74.0.tgz"
8+
sha256 "7b46d1be31aab35758b9850c5a5d46fc818a63a0f0bd502b4d47428400dcc07d"
99
license "MIT"
1010
head "https://github.com/webpack/webpack.git", branch: "main"
1111

@@ -21,8 +21,8 @@ class Webpack < Formula
2121
depends_on "node"
2222

2323
resource "webpack-cli" do
24-
url "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.%3Cspan%20class="x x-first x-last">9.2.tgz"
25-
sha256 "cec2b7fb5b49724b7642edf21ff7645ce5591cc65a24ba37b8fbe12086773189"
24+
url "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.%3Cspan%20class="x x-first x-last">10.0.tgz"
25+
sha256 "ac434f92d847c9b811154860071f217c871e6e008abbd8342fcc8e9f5faf7f99"
2626
end
2727

2828
def install

0 commit comments

Comments
 (0)