diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-04-07 10:30:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-07 10:30:58 -0500 |
commit | 4b9899225790b76b8ff525bf8fffc8cc0c831af7 (patch) | |
tree | 11e0ca3320384d9cdc2d2e567be1df3c7908d37e /yarn.lock | |
parent | b84533090ddc2712b44e8b53ecf1fd4049771489 (diff) | |
download | voidsky-4b9899225790b76b8ff525bf8fffc8cc0c831af7.tar.zst |
Update AtUri import to use official package with fix for usernames that start with numbers (close #414) (#418)
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/yarn.lock b/yarn.lock index 4f880e94f..9f138a148 100644 --- a/yarn.lock +++ b/yarn.lock @@ -30,10 +30,10 @@ tlds "^1.234.0" typed-emitter "^2.1.0" -"@atproto/api@0.2.4": - version "0.2.4" - resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.2.4.tgz#0a14af4f37aa665bd70a1b5f9f5d31db02313ad9" - integrity sha512-EOegRw4/TaN8Px9M/rPiWQlqIkN+QXeU3Y8NUFofqgApPiatmayiYpQiR0iBhZmFnlYFuRt6tLQBjPypI/dvfA== +"@atproto/api@0.2.5": + version "0.2.5" + resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.2.5.tgz#24375497351469a522497c7f92016d0b4233a172" + integrity sha512-RJGhiwj6kOjrlVy7ES/SfJt3JyFwXdFZeBP4iw2ne/Ie0ZlanKhY0y9QHx5tI4rvEUP/wf0iKtaq2neczHi3bg== dependencies: "@atproto/common-web" "*" "@atproto/uri" "*" |