diff --git a/Formula/e/eslint.rb b/Formula/e/eslint.rb index 3200cdc2bacf..4d6a97451a4b 100644 --- a/Formula/e/eslint.rb +++ b/Formula/e/eslint.rb @@ -1,17 +1,17 @@ class Eslint < Formula desc "AST-based pattern checker for JavaScript" homepage "https://eslint.org" - url "https://registry.npmjs.org/eslint/-/eslint-9.14.0.tgz" - sha256 "9f9db5976b508c2ece3a3563d6cc2c0d7fad81b0a18661cf3d007b29a1df6893" + url "https://registry.npmjs.org/eslint/-/eslint-9.15.0.tgz" + sha256 "8a400a3c6ac4cadaed2d7c2656ca4ac2d98722ddaf5d8e615670b72557b4e77e" license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8a07a065da9c9c3ce5d5c499783782316059578d891267d4a628681214d7451e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8a07a065da9c9c3ce5d5c499783782316059578d891267d4a628681214d7451e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8a07a065da9c9c3ce5d5c499783782316059578d891267d4a628681214d7451e" - sha256 cellar: :any_skip_relocation, sonoma: "3e1aa93c665ca2089baec9d51d2758bc6d36f05bf8db47d408cc32d2795132e5" - sha256 cellar: :any_skip_relocation, ventura: "3e1aa93c665ca2089baec9d51d2758bc6d36f05bf8db47d408cc32d2795132e5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8a07a065da9c9c3ce5d5c499783782316059578d891267d4a628681214d7451e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b4c5ac218b5d4f99327ff8d39e867b9c0e35832b4301f04d35fe413d1e467afe" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b4c5ac218b5d4f99327ff8d39e867b9c0e35832b4301f04d35fe413d1e467afe" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b4c5ac218b5d4f99327ff8d39e867b9c0e35832b4301f04d35fe413d1e467afe" + sha256 cellar: :any_skip_relocation, sonoma: "b97983e4cee200074cd7c8df1585663fb70e7b3a6d65efcb337793fc0eef202b" + sha256 cellar: :any_skip_relocation, ventura: "b97983e4cee200074cd7c8df1585663fb70e7b3a6d65efcb337793fc0eef202b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b4c5ac218b5d4f99327ff8d39e867b9c0e35832b4301f04d35fe413d1e467afe" end depends_on "node"