AT Protocol-powered Twitpic revival
atproto express typescript photo-sharing

added undici to dependecies

lime360 c080e696 6096ce61

+5 -1
+3
bun.lock
··· 21 21 "multer": "^1.4.5-lts.2", 22 22 "tsx": "^4.19.2", 23 23 "typescript": "^5.6.3", 24 + "undici": "^7.16.0", 24 25 }, 25 26 }, 26 27 }, ··· 384 385 "uid-safe": ["uid-safe@2.1.5", "", { "dependencies": { "random-bytes": "~1.0.0" } }, "sha512-KPHm4VL5dDXKz01UuEd88Df+KzynaohSL9fBh096KWAxSKZQDI2uBrVqtvRM4rwrIrRRKsdLNML/lnaaVSRioA=="], 385 386 386 387 "uint8arrays": ["uint8arrays@3.0.0", "", { "dependencies": { "multiformats": "^9.4.2" } }, "sha512-HRCx0q6O9Bfbp+HHSfQQKD7wU70+lydKVt4EghkdOvlK/NlrF90z+eXV34mUd48rNvVJXwkrMSPpCATkct8fJA=="], 388 + 389 + "undici": ["undici@7.16.0", "", {}, "sha512-QEg3HPMll0o3t2ourKwOeUAZ159Kn9mx5pnzHRQO8+Wixmh88YdZRiIwat0iNzNNXn0yoEtXJqFpyW7eM8BV7g=="], 387 390 388 391 "undici-types": ["undici-types@7.16.0", "", {}, "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw=="], 389 392
+2 -1
package.json
··· 20 20 "moment": "^2.30.1", 21 21 "multer": "^1.4.5-lts.2", 22 22 "tsx": "^4.19.2", 23 - "typescript": "^5.6.3" 23 + "typescript": "^5.6.3", 24 + "undici": "^7.16.0" 24 25 }, 25 26 "scripts": { 26 27 "start": "tsx src/index.ts"