Skip to content

Commit 170c6ad

Browse files
authored
Merge pull request #191954 from Homebrew/bump-retire-5.2.4
retire 5.2.4
2 parents 42c0ed8 + 726e461 commit 170c6ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/r/retire.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
class Retire < Formula
22
desc "Scanner detecting the use of JavaScript libraries with known vulnerabilities"
33
homepage "https://retirejs.github.io/retire.js/"
4-
url "https://registry.npmjs.org/retire/-/retire-5.2.3.tgz"
5-
sha256 "169f8c6b70afd5fa9c6158604142f3f68114da27348b3270e77aea98e499991f"
4+
url "https://registry.npmjs.org/retire/-/retire-5.2.4.tgz"
5+
sha256 "6f5bb73d84e607df601e1588d8e742ece987aaaf6f0caf2eba1bfa0ff595bbaa"
66
license "Apache-2.0"
77
head "https://github.com/RetireJS/retire.js.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, all: "d0c71da3072b46ab9266ed91758304336b619e5fc6c1865ba4166ec62b532247"
10+
sha256 cellar: :any_skip_relocation, all: "ab3c2bcc36b4370dd248cc5c2223c8ebdf7e5972ae22cd2dd281f7eed1979d13"
1111
end
1212

1313
depends_on "node"

0 commit comments

Comments
 (0)