Skip to content

Commit 036dd22

Browse files
authored
update xrpc-server (#135)
1 parent b10f3b0 commit 036dd22

File tree

2 files changed

+42
-55
lines changed

2 files changed

+42
-55
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@atproto/lexicon": "^0.2.2",
1919
"@atproto/repo": "^0.3.2",
2020
"@atproto/syntax": "^0.1.2",
21-
"@atproto/xrpc-server": "^0.6.0",
21+
"@atproto/xrpc-server": "^0.7.9",
2222
"better-sqlite3": "^11.3.0",
2323
"dotenv": "^16.0.3",
2424
"express": "^4.18.2",
@@ -36,5 +36,6 @@
3636
"engines": {
3737
"node": ">= 18",
3838
"yarn": "1"
39-
}
39+
},
40+
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
4041
}

yarn.lock

Lines changed: 39 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@
2626
uint8arrays "3.0.0"
2727
zod "^3.21.4"
2828

29-
"@atproto/common-web@^0.3.1":
30-
version "0.3.1"
31-
resolved "https://registry.yarnpkg.com/@atproto/common-web/-/common-web-0.3.1.tgz#86f8efb10a4b9073839cee914c6c08a664917cc4"
32-
integrity sha512-N7wiTnus5vAr+lT//0y8m/FaHHLJ9LpGuEwkwDAeV3LCiPif4m/FS8x/QOYrx1PdZQwKso95RAPzCGWQBH5j6Q==
33-
dependencies:
34-
graphemer "^1.4.0"
35-
multiformats "^9.9.0"
36-
uint8arrays "3.0.0"
37-
zod "^3.23.8"
38-
3929
"@atproto/common-web@^0.3.2":
4030
version "0.3.2"
4131
resolved "https://registry.yarnpkg.com/@atproto/common-web/-/common-web-0.3.2.tgz#4cf78ad4d24fed801882f3d35afc39bceccdff51"
@@ -59,12 +49,12 @@
5949
pino "^8.15.0"
6050
zod "3.21.4"
6151

62-
"@atproto/common@^0.4.2":
63-
version "0.4.4"
64-
resolved "https://registry.yarnpkg.com/@atproto/common/-/common-0.4.4.tgz#79096aef920f5ad7cda5c682d7ed7416d0581e1a"
65-
integrity sha512-58tMbn6A1Zu296s/l3uIj8z9d7IRHpZvLOfsFRikaQaYrzhJpL2aPY4uFQ8GJcxnsxeUnxBCrQz9we5jVVJI5Q==
52+
"@atproto/common@^0.4.7":
53+
version "0.4.7"
54+
resolved "https://registry.yarnpkg.com/@atproto/common/-/common-0.4.7.tgz#3994b71b2b4d6ea6b9053557a71c10a476d9a10b"
55+
integrity sha512-C844ILV66sqHjQCJDb8tN/yZB2MBaLpZ1qptDT8zWRMx0uw7j/B6/EuN9R9a57Nj99Hhi93QkvQxOujURqpPeA==
6656
dependencies:
67-
"@atproto/common-web" "^0.3.1"
57+
"@atproto/common-web" "^0.3.2"
6858
"@ipld/dag-cbor" "^7.0.3"
6959
cbor-x "^1.5.1"
7060
iso-datestring-validator "^2.2.2"
@@ -89,13 +79,13 @@
8979
"@noble/hashes" "^1.3.1"
9080
uint8arrays "3.0.0"
9181

92-
"@atproto/crypto@^0.4.1":
93-
version "0.4.1"
94-
resolved "https://registry.yarnpkg.com/@atproto/crypto/-/crypto-0.4.1.tgz#c9d3095258d198918cd25ba8b8bb27417f12e1bb"
95-
integrity sha512-7pQNHWYyx8jGhYdPbmcuPD9W73nd/5v3mfBlncO0sBzxnPbmA6aXAWOz+fNVZwHwBJPeb/Gzf/FT/uDx7/eYFg==
82+
"@atproto/crypto@^0.4.3":
83+
version "0.4.3"
84+
resolved "https://registry.yarnpkg.com/@atproto/crypto/-/crypto-0.4.3.tgz#15b8105892baf1ce23327f2d9cb2d1ffd8153d0d"
85+
integrity sha512-YSSUAvkx+ldpXw97NXZWfLx/prgh5YJ2K0BCw51JCJmXSRp6KhhwvOm4J+K/s5hwpssyuDCVTXknyS4PHwaK5g==
9686
dependencies:
97-
"@noble/curves" "^1.1.0"
98-
"@noble/hashes" "^1.3.1"
87+
"@noble/curves" "^1.7.0"
88+
"@noble/hashes" "^1.6.1"
9989
uint8arrays "3.0.0"
10090

10191
"@atproto/identity@^0.2.1":
@@ -139,17 +129,6 @@
139129
multiformats "^9.9.0"
140130
zod "^3.21.4"
141131

142-
"@atproto/lexicon@^0.4.1", "@atproto/lexicon@^0.4.2":
143-
version "0.4.2"
144-
resolved "https://registry.yarnpkg.com/@atproto/lexicon/-/lexicon-0.4.2.tgz#fcc92cdb82ae248b034b172763d6dbadfb00a829"
145-
integrity sha512-CXoOkhcdF3XVUnR2oNgCs2ljWfo/8zUjxL5RIhJW/UNLp/FSl+KpF8Jm5fbk8Y/XXVPGRAsv9OYfxyU/14N/pw==
146-
dependencies:
147-
"@atproto/common-web" "^0.3.1"
148-
"@atproto/syntax" "^0.3.0"
149-
iso-datestring-validator "^2.2.2"
150-
multiformats "^9.9.0"
151-
zod "^3.23.8"
152-
153132
"@atproto/lexicon@^0.4.5":
154133
version "0.4.5"
155134
resolved "https://registry.yarnpkg.com/@atproto/lexicon/-/lexicon-0.4.5.tgz#4fcf3731193c674286e9e8d677bbab5dd530b817"
@@ -192,25 +171,20 @@
192171
dependencies:
193172
"@atproto/common-web" "^0.2.4"
194173

195-
"@atproto/syntax@^0.3.0":
196-
version "0.3.0"
197-
resolved "https://registry.yarnpkg.com/@atproto/syntax/-/syntax-0.3.0.tgz#fafa2dbea9add37253005cb663e7373e05e618b3"
198-
integrity sha512-Weq0ZBxffGHDXHl9U7BQc2BFJi/e23AL+k+i5+D9hUq/bzT4yjGsrCejkjq0xt82xXDjmhhvQSZ0LqxyZ5woxA==
199-
200174
"@atproto/syntax@^0.3.1":
201175
version "0.3.1"
202176
resolved "https://registry.yarnpkg.com/@atproto/syntax/-/syntax-0.3.1.tgz#4346418728f9643d783d2ffcf7c77e132e1f53d4"
203177
integrity sha512-fzW0Mg1QUOVCWUD3RgEsDt6d1OZ6DdFmbKcDdbzUfh0t4rhtRAC05KbZYmxuMPWDAiJ4BbbQ5dkAc/mNypMXkw==
204178

205-
"@atproto/xrpc-server@^0.6.0":
206-
version "0.6.4"
207-
resolved "https://registry.yarnpkg.com/@atproto/xrpc-server/-/xrpc-server-0.6.4.tgz#23a727acc8791a98340a5f533b9400706cb778f7"
208-
integrity sha512-AL9okOTpJpxh3wJjT27RiPkp2IWIxDPCyyvuO1SJu0E9URGfWZL26SlT7/IR/tadZTJezr5+ZNuxhV0uhI+s1A==
179+
"@atproto/xrpc-server@^0.7.9":
180+
version "0.7.9"
181+
resolved "https://registry.yarnpkg.com/@atproto/xrpc-server/-/xrpc-server-0.7.9.tgz#ba14257fd03fcf890c5e1cb08e633da6a512e535"
182+
integrity sha512-x6CqV6KycIUyZs+J4V+wujc3R98QIkVRU4KmbUgAJ9AtJuTDnOOEbUFrNVVes45UfjJw4ztg021R0M2y0aI3fQ==
209183
dependencies:
210-
"@atproto/common" "^0.4.2"
211-
"@atproto/crypto" "^0.4.1"
212-
"@atproto/lexicon" "^0.4.1"
213-
"@atproto/xrpc" "^0.6.2"
184+
"@atproto/common" "^0.4.7"
185+
"@atproto/crypto" "^0.4.3"
186+
"@atproto/lexicon" "^0.4.5"
187+
"@atproto/xrpc" "^0.6.7"
214188
cbor-x "^1.5.1"
215189
express "^4.17.2"
216190
http-errors "^2.0.0"
@@ -220,14 +194,6 @@
220194
ws "^8.12.0"
221195
zod "^3.23.8"
222196

223-
"@atproto/xrpc@^0.6.2":
224-
version "0.6.3"
225-
resolved "https://registry.yarnpkg.com/@atproto/xrpc/-/xrpc-0.6.3.tgz#5942fc24644ad182b913af526efaa06a43d89478"
226-
integrity sha512-S3tRvOdA9amPkKLll3rc4vphlDitLrkN5TwWh5Tu/jzk7mnobVVE3akYgICV9XCNHKjWM+IAPxFFI2qi+VW6nQ==
227-
dependencies:
228-
"@atproto/lexicon" "^0.4.2"
229-
zod "^3.23.8"
230-
231197
"@atproto/xrpc@^0.6.6":
232198
version "0.6.6"
233199
resolved "https://registry.yarnpkg.com/@atproto/xrpc/-/xrpc-0.6.6.tgz#28f58270ef4a8056f7f718bd52512e74bcd3702f"
@@ -236,6 +202,14 @@
236202
"@atproto/lexicon" "^0.4.5"
237203
zod "^3.23.8"
238204

205+
"@atproto/xrpc@^0.6.7":
206+
version "0.6.7"
207+
resolved "https://registry.yarnpkg.com/@atproto/xrpc/-/xrpc-0.6.7.tgz#e72ac2009390ecf80cb075004d6160c92f38d33c"
208+
integrity sha512-pbzZIONIskyGKxxG3s2wB7rQ2W1xu3ycfeYhKwk/E/ippeJFVxcof64iSC7f22+7JSKUJcxBeZ1piBB82vLj7g==
209+
dependencies:
210+
"@atproto/lexicon" "^0.4.5"
211+
zod "^3.23.8"
212+
239213
"@cbor-extract/[email protected]":
240214
version "2.2.0"
241215
resolved "https://registry.yarnpkg.com/@cbor-extract/cbor-extract-darwin-arm64/-/cbor-extract-darwin-arm64-2.2.0.tgz#8d65cb861a99622e1b4a268e2d522d2ec6137338"
@@ -448,11 +422,23 @@
448422
dependencies:
449423
"@noble/hashes" "1.5.0"
450424

425+
"@noble/curves@^1.7.0":
426+
version "1.8.1"
427+
resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.8.1.tgz#19bc3970e205c99e4bdb1c64a4785706bce497ff"
428+
integrity sha512-warwspo+UYUPep0Q+vtdVB4Ugn8GGQj8iyB3gnRWsztmUHTI3S1nhdiWNsPUGL0vud7JlRRk1XEu7Lq1KGTnMQ==
429+
dependencies:
430+
"@noble/hashes" "1.7.1"
431+
451432
"@noble/[email protected]", "@noble/hashes@^1.3.1":
452433
version "1.5.0"
453434
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.5.0.tgz#abadc5ca20332db2b1b2aa3e496e9af1213570b0"
454435
integrity sha512-1j6kQFb7QRru7eKN3ZDvRcP13rugwdxZqCjbiAVZfIJwgj2A65UmT4TgARXGlXgnRkORLTDTrO19ZErt7+QXgA==
455436

437+
"@noble/[email protected]", "@noble/hashes@^1.6.1":
438+
version "1.7.1"
439+
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.7.1.tgz#5738f6d765710921e7a751e00c20ae091ed8db0f"
440+
integrity sha512-B8XBPsn4vT/KJAGqDzbwztd+6Yte3P4V7iafm24bxgDe/mlRuK6xmWPuCNrKt2vDafZ8MfJLlchDG/vYafQEjQ==
441+
456442
"@tsconfig/node10@^1.0.7":
457443
version "1.0.11"
458444
resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.11.tgz#6ee46400685f130e278128c7b38b7e031ff5b2f2"

0 commit comments

Comments
 (0)