Skip to content

Commit

Permalink
chore(deps): update dependency aspect_rules_js to v1.33.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 10, 2023
1 parent 4fc1396 commit db2ec36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions cdk/dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ def rules_cdk_dependencies():

http_archive(
name = "aspect_rules_js",
sha256 = "e3e6c3d42491e2938f4239a3d04259a58adc83e21e352346ad4ef62f87e76125",
strip_prefix = "rules_js-1.30.0",
url = "https://github.com/aspect-build/rules_js/releases/download/v1.30.0/rules_js-v1.30.0.tar.gz",
sha256 = "295a73d963bad4b04a3c488d60dc8a76a659ee64708be3a66be75726e6277c7e",
strip_prefix = "rules_js-1.33.3",
url = "https://github.com/aspect-build/rules_js/releases/download/v1.33.3/rules_js-v1.33.3.tar.gz",
)


Expand Down
6 changes: 3 additions & 3 deletions e2e/workspace/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ local_repository(

http_archive(
name = "aspect_rules_js",
sha256 = "e3e6c3d42491e2938f4239a3d04259a58adc83e21e352346ad4ef62f87e76125",
strip_prefix = "rules_js-1.30.0",
url = "https://github.com/aspect-build/rules_js/archive/refs/tags/v1.30.0.tar.gz",
sha256 = "4d1548f170f278cf6827b645a4d8334f0ea0d695e9c129ee823d8ccf73dc9058",
strip_prefix = "rules_js-1.33.3",
url = "https://github.com/aspect-build/rules_js/archive/refs/tags/v1.33.3.tar.gz",
)

http_archive(
Expand Down

0 comments on commit db2ec36

Please sign in to comment.