Skip to content

Commit 38604e0

Browse files
authored
Fix npm deployment failing with auth errors (#151)
## What is the goal of this PR? We fixed a bug where the package deployment to npm would fail with an authentication error. ## What are the changes implemented in this PR? Update dependencies
1 parent 13b34b1 commit 38604e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies/vaticle/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ def vaticle_dependencies():
2121
git_repository(
2222
name = "vaticle_dependencies",
2323
remote = "https://github.com/vaticle/dependencies",
24-
commit = "5c899ccd7ecf2fb571c262c013881b54de1055cd", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
24+
commit = "729f0de2d37a9109893a9b16a9a78dde452e2f67", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
2525
)

0 commit comments

Comments
 (0)