+41
-13
package-lock.json
+41
-13
package-lock.json
···
14
14
"@atproto/identity": "^0.4.0",
15
15
"@atproto/lexicon": "^0.4.2",
16
16
"@atproto/oauth-client-node": "^0.1.0",
17
-
"@atproto/sync": "^0.1.0",
17
+
"@atproto/sync": "^0.1.4",
18
18
"@atproto/syntax": "^0.3.0",
19
19
"@atproto/xrpc-server": "^0.6.3",
20
20
"better-sqlite3": "^11.1.2",
···
237
237
}
238
238
},
239
239
"node_modules/@atproto/identity": {
240
-
"version": "0.4.1",
241
-
"resolved": "https://registry.npmjs.org/@atproto/identity/-/identity-0.4.1.tgz",
242
-
"integrity": "sha512-5AoPJDSD0rAay/6Sib+n/FjfwGulM/+xCNxwwDLR9QI4EoeUlvIH8g5BNdix812v312/Qd42kJrLpCNTZ5rvew==",
240
+
"version": "0.4.2",
241
+
"resolved": "https://registry.npmjs.org/@atproto/identity/-/identity-0.4.2.tgz",
242
+
"integrity": "sha512-Z267XI84enuYQLV8hgDMVkGZqy8GtPI4PYVn1rz4YKwSaI+nGwADNtyK+ZZWFa0tTDKS6q6u4ae7B8RdrUlk8A==",
243
243
"dependencies": {
244
-
"@atproto/common-web": "^0.3.0",
244
+
"@atproto/common-web": "^0.3.1",
245
245
"@atproto/crypto": "^0.4.1",
246
246
"axios": "^0.27.2"
247
247
}
···
365
365
}
366
366
},
367
367
"node_modules/@atproto/sync": {
368
-
"version": "0.1.0",
369
-
"resolved": "https://registry.npmjs.org/@atproto/sync/-/sync-0.1.0.tgz",
370
-
"integrity": "sha512-2O1UPaeZfL0agitE9rp2mjYVezvZsao3DgJwWCSid1S0N7Y2pOdc7/fSLH/OHn96QhG7g0FGpWzTEcdekRuT0g==",
368
+
"version": "0.1.4",
369
+
"resolved": "https://registry.npmjs.org/@atproto/sync/-/sync-0.1.4.tgz",
370
+
"integrity": "sha512-IKF7UKJ78tNhXUpow2/SyQ98UmT9RBZAjBI6n04ssJz1gOTW2XzEvdU0lIfqfpLc++0h7p4GfzzyyUNLgBxd0g==",
371
371
"dependencies": {
372
-
"@atproto/common": "^0.4.1",
373
-
"@atproto/identity": "^0.4.1",
374
-
"@atproto/lexicon": "^0.4.1",
375
-
"@atproto/repo": "^0.5.0",
372
+
"@atproto/common": "^0.4.4",
373
+
"@atproto/identity": "^0.4.2",
374
+
"@atproto/lexicon": "^0.4.2",
375
+
"@atproto/repo": "^0.5.3",
376
376
"@atproto/syntax": "^0.3.0",
377
-
"@atproto/xrpc-server": "^0.6.3",
377
+
"@atproto/xrpc-server": "^0.7.1",
378
378
"multiformats": "^9.9.0",
379
379
"p-queue": "^6.6.2"
380
+
}
381
+
},
382
+
"node_modules/@atproto/sync/node_modules/@atproto/xrpc": {
383
+
"version": "0.6.3",
384
+
"resolved": "https://registry.npmjs.org/@atproto/xrpc/-/xrpc-0.6.3.tgz",
385
+
"integrity": "sha512-S3tRvOdA9amPkKLll3rc4vphlDitLrkN5TwWh5Tu/jzk7mnobVVE3akYgICV9XCNHKjWM+IAPxFFI2qi+VW6nQ==",
386
+
"dependencies": {
387
+
"@atproto/lexicon": "^0.4.2",
388
+
"zod": "^3.23.8"
389
+
}
390
+
},
391
+
"node_modules/@atproto/sync/node_modules/@atproto/xrpc-server": {
392
+
"version": "0.7.1",
393
+
"resolved": "https://registry.npmjs.org/@atproto/xrpc-server/-/xrpc-server-0.7.1.tgz",
394
+
"integrity": "sha512-6S3PiKmbdT2TwEEWmnKdEJkgBJtQHYNlAVB4PSNum50R2Xw3c1SV4NK6zLsxPqNpV2WhAlYEJUSTPAOTV3QMbw==",
395
+
"dependencies": {
396
+
"@atproto/common": "^0.4.4",
397
+
"@atproto/crypto": "^0.4.1",
398
+
"@atproto/lexicon": "^0.4.2",
399
+
"@atproto/xrpc": "^0.6.3",
400
+
"cbor-x": "^1.5.1",
401
+
"express": "^4.17.2",
402
+
"http-errors": "^2.0.0",
403
+
"mime-types": "^2.1.35",
404
+
"rate-limiter-flexible": "^2.4.1",
405
+
"uint8arrays": "3.0.0",
406
+
"ws": "^8.12.0",
407
+
"zod": "^3.23.8"
380
408
}
381
409
},
382
410
"node_modules/@atproto/syntax": {
+2
-2
package.json
+2
-2
package.json
···
14
14
"clean": "rimraf dist coverage"
15
15
},
16
16
"dependencies": {
17
-
"@atproto/common": "^0.4.1",
18
17
"@atproto/api": "^0.13.4",
18
+
"@atproto/common": "^0.4.1",
19
19
"@atproto/identity": "^0.4.0",
20
20
"@atproto/lexicon": "^0.4.2",
21
21
"@atproto/oauth-client-node": "^0.1.0",
22
-
"@atproto/sync": "^0.1.0",
22
+
"@atproto/sync": "^0.1.4",
23
23
"@atproto/syntax": "^0.3.0",
24
24
"@atproto/xrpc-server": "^0.6.3",
25
25
"better-sqlite3": "^11.1.2",