From a96eb524c583b1fa8af918026195248f2543378e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 17:07:45 +0000 Subject: [PATCH] chore(deps): update dependency aspect_rules_lint to v1.0.3 --- js/private/dev_deps.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/private/dev_deps.bzl b/js/private/dev_deps.bzl index aadf4952f..cbfc6c00e 100644 --- a/js/private/dev_deps.bzl +++ b/js/private/dev_deps.bzl @@ -55,9 +55,9 @@ def rules_js_dev_dependencies(): http_archive( name = "aspect_rules_lint", - sha256 = "7d5feef9ad85f0ba78cc5757a9478f8fa99c58a8cabc1660d610b291dc242e9b", - strip_prefix = "rules_lint-1.0.2", - url = "https://github.com/aspect-build/rules_lint/releases/download/v1.0.2/rules_lint-v1.0.2.tar.gz", + sha256 = "998535cb5f8fbd596e171fa8cf2b4cd6fa7d64223fa54d7840af221a36cb10d6", + strip_prefix = "rules_lint-1.0.3", + url = "https://github.com/aspect-build/rules_lint/releases/download/v1.0.3/rules_lint-v1.0.3.tar.gz", ) http_archive(