fix: Update pnpm-lock.yaml to resolve Railway build issue

- Remove ytdl-core dependency causing lockfile mismatch
- Update all package dependencies to latest compatible versions
- Fix Docker build frozen-lockfile error on Railway
This commit is contained in:
Abdulazizzn
2025-09-18 23:58:53 +03:00
parent 4f9cb52500
commit 9beddd0868

28
pnpm-lock.yaml generated
View File

@@ -1732,9 +1732,6 @@ importers:
yargs-parser: yargs-parser:
specifier: 21.1.1 specifier: 21.1.1
version: 21.1.1 version: 21.1.1
ytdl-core:
specifier: ^4.11.5
version: 4.11.5
zod: zod:
specifier: 'catalog:' specifier: 'catalog:'
version: 3.25.67 version: 3.25.67
@@ -12535,10 +12532,6 @@ packages:
resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==} resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==}
hasBin: true hasBin: true
m3u8stream@0.8.6:
resolution: {integrity: sha512-LZj8kIVf9KCphiHmH7sbFQTVe4tOemb202fWwvJwR9W5ENW/1hxJN6ksAWGhQgSBSa3jyWhnjKU1Fw1GaOdbyA==}
engines: {node: '>=12'}
madge@8.0.0: madge@8.0.0:
resolution: {integrity: sha512-9sSsi3TBPhmkTCIpVQF0SPiChj1L7Rq9kU2KDG1o6v2XH9cCw086MopjVCD+vuoL5v8S77DTbVopTO8OUiQpIw==} resolution: {integrity: sha512-9sSsi3TBPhmkTCIpVQF0SPiChj1L7Rq9kU2KDG1o6v2XH9cCw086MopjVCD+vuoL5v8S77DTbVopTO8OUiQpIw==}
engines: {node: '>=18'} engines: {node: '>=18'}
@@ -12734,10 +12727,6 @@ packages:
minifaker@1.34.1: minifaker@1.34.1:
resolution: {integrity: sha512-O9+c6GaUETgtKe65bJkpDTJxGcAALiUPqJtDv97dT3o0uP2HmyUVEguEGm6PLKuoSzZUmHqSTZ4cS7m8xKFEAg==} resolution: {integrity: sha512-O9+c6GaUETgtKe65bJkpDTJxGcAALiUPqJtDv97dT3o0uP2HmyUVEguEGm6PLKuoSzZUmHqSTZ4cS7m8xKFEAg==}
miniget@4.2.3:
resolution: {integrity: sha512-SjbDPDICJ1zT+ZvQwK0hUcRY4wxlhhNpHL9nJOB2MEAXRGagTljsO8MEDzQMTFf0Q8g4QNi8P9lEm/g7e+qgzA==}
engines: {node: '>=12'}
minimalistic-assert@1.0.1: minimalistic-assert@1.0.1:
resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==}
@@ -16840,10 +16829,6 @@ packages:
resolution: {integrity: sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==} resolution: {integrity: sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==}
engines: {node: '>=18'} engines: {node: '>=18'}
ytdl-core@4.11.5:
resolution: {integrity: sha512-27LwsW4n4nyNviRCO1hmr8Wr5J1wLLMawHCQvH8Fk0hiRqrxuIu028WzbJetiYH28K8XDbeinYW4/wcHQD1EXA==}
engines: {node: '>=12'}
yup@0.32.11: yup@0.32.11:
resolution: {integrity: sha512-Z2Fe1bn+eLstG8DRR6FTavGD+MeAwyfmouhHsIUgaADz8jvFKbO/fXc2trJKZg+5EBjh4gGm3iU/t3onKlXHIg==} resolution: {integrity: sha512-Z2Fe1bn+eLstG8DRR6FTavGD+MeAwyfmouhHsIUgaADz8jvFKbO/fXc2trJKZg+5EBjh4gGm3iU/t3onKlXHIg==}
engines: {node: '>=10'} engines: {node: '>=10'}
@@ -28634,11 +28619,6 @@ snapshots:
lz-string@1.5.0: {} lz-string@1.5.0: {}
m3u8stream@0.8.6:
dependencies:
miniget: 4.2.3
sax: 1.2.4
madge@8.0.0(typescript@5.9.2): madge@8.0.0(typescript@5.9.2):
dependencies: dependencies:
chalk: 4.1.2 chalk: 4.1.2
@@ -28850,8 +28830,6 @@ snapshots:
nanoid: 3.3.11 nanoid: 3.3.11
uuid: 8.3.2 uuid: 8.3.2
miniget@4.2.3: {}
minimalistic-assert@1.0.1: {} minimalistic-assert@1.0.1: {}
minimalistic-crypto-utils@1.0.1: {} minimalistic-crypto-utils@1.0.1: {}
@@ -33863,12 +33841,6 @@ snapshots:
yoctocolors@2.1.1: {} yoctocolors@2.1.1: {}
ytdl-core@4.11.5:
dependencies:
m3u8stream: 0.8.6
miniget: 4.2.3
sax: 1.2.4
yup@0.32.11: yup@0.32.11:
dependencies: dependencies:
'@babel/runtime': 7.26.10 '@babel/runtime': 7.26.10