Skip to content

Commit

Permalink
Merge pull request #179089 from Homebrew/bump-npm-check-updates-17.0.0
Browse files Browse the repository at this point in the history
npm-check-updates 17.0.0
  • Loading branch information
BrewTestBot authored Jul 31, 2024
2 parents 9df38f5 + 38af574 commit d4e3c5c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/n/npm-check-updates.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
class NpmCheckUpdates < Formula
desc "Find newer versions of dependencies than what your package.json allows"
homepage "https://github.com/raineorshine/npm-check-updates"
url "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.20.tgz"
sha256 "cd17eab112d418e8b8e75695700457e2169b9a504b32acba68a27d76edb08076"
url "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.0.0.tgz"
sha256 "7465072fb47059068f862cb9210b206a43e294e6b3841d19bd1cee86b3270216"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "abf83466549d4954a2f7c88e394bf266270ed2a0cc00798e60b2c89b281828e9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "abf83466549d4954a2f7c88e394bf266270ed2a0cc00798e60b2c89b281828e9"
sha256 cellar: :any_skip_relocation, arm64_monterey: "abf83466549d4954a2f7c88e394bf266270ed2a0cc00798e60b2c89b281828e9"
sha256 cellar: :any_skip_relocation, sonoma: "c4e530699442be6a0ab7069ab922e24362c7f5c29c5bcd2b95c4f1d235671ae1"
sha256 cellar: :any_skip_relocation, ventura: "c4e530699442be6a0ab7069ab922e24362c7f5c29c5bcd2b95c4f1d235671ae1"
sha256 cellar: :any_skip_relocation, monterey: "c4e530699442be6a0ab7069ab922e24362c7f5c29c5bcd2b95c4f1d235671ae1"
sha256 cellar: :any_skip_relocation, x86_64_linux: "abf83466549d4954a2f7c88e394bf266270ed2a0cc00798e60b2c89b281828e9"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ec7ac0020a9eea33120a7296b6dda7589c4375cdbd5d140069e72d98b02ae300"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ec7ac0020a9eea33120a7296b6dda7589c4375cdbd5d140069e72d98b02ae300"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ec7ac0020a9eea33120a7296b6dda7589c4375cdbd5d140069e72d98b02ae300"
sha256 cellar: :any_skip_relocation, sonoma: "8488a6ccc485be2af85dfcfb09848c59ace446e4d5b70413904d620bd5effbbe"
sha256 cellar: :any_skip_relocation, ventura: "8488a6ccc485be2af85dfcfb09848c59ace446e4d5b70413904d620bd5effbbe"
sha256 cellar: :any_skip_relocation, monterey: "8488a6ccc485be2af85dfcfb09848c59ace446e4d5b70413904d620bd5effbbe"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b573f7c80dbd03ff313a996d4e1cdc2caee9283828f342a3587fc7fe7324f409"
end

depends_on "node"
Expand Down

0 comments on commit d4e3c5c

Please sign in to comment.