Skip to content

Commit c2edc1d

Browse files
authored
Merge pull request Homebrew#198358 from Homebrew/bump-snyk-cli-1.1294.1
snyk-cli 1.1294.1
2 parents 86d7add + 8577a7d commit c2edc1d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/s/snyk-cli.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class SnykCli < Formula
22
desc "Scans and monitors projects for security vulnerabilities"
33
homepage "https://snyk.io"
4-
url "https://registry.npmjs.org/snyk/-/snyk-1.1294.0.tgz"
5-
sha256 "d777267fecbb46e7237b3d6fff36a2068af0be862dc4fcb5fe3e37d1740078d4"
4+
url "https://registry.npmjs.org/snyk/-/snyk-1.1294.1.tgz"
5+
sha256 "78fd64755f676aa394a43208a8e760636e19f803f73a54dd0c6ddbab48155002"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b437b39b3ceb61f83ef2dcc5eb761edd745ab3d9d57895d05e30ce99e8779f19"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b437b39b3ceb61f83ef2dcc5eb761edd745ab3d9d57895d05e30ce99e8779f19"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "b437b39b3ceb61f83ef2dcc5eb761edd745ab3d9d57895d05e30ce99e8779f19"
12-
sha256 cellar: :any_skip_relocation, sonoma: "79160cdce8682772a7799a46d0d65091352bb5cdc53b1caff6b3dab99ee1b527"
13-
sha256 cellar: :any_skip_relocation, ventura: "79160cdce8682772a7799a46d0d65091352bb5cdc53b1caff6b3dab99ee1b527"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e3f1de69848e41f3899ca48273b2042b6585be7203515e86c60fda19e4e7f702"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "27039ac658a9bc751ac0459a4241b0fdc8a9e9f272f739585308814a8075a7e7"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "27039ac658a9bc751ac0459a4241b0fdc8a9e9f272f739585308814a8075a7e7"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "27039ac658a9bc751ac0459a4241b0fdc8a9e9f272f739585308814a8075a7e7"
12+
sha256 cellar: :any_skip_relocation, sonoma: "3d9e57f9e32d70c15ce040480ec3527f1b5c2e2a678333f5dcd35da0bbf4e955"
13+
sha256 cellar: :any_skip_relocation, ventura: "3d9e57f9e32d70c15ce040480ec3527f1b5c2e2a678333f5dcd35da0bbf4e955"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "8404455fb3a8edbe63b48c20797ae85577a1e71fae1cc9a80831214ad2f29769"
1515
end
1616

1717
depends_on "node"

0 commit comments

Comments
 (0)