mirror of
https://github.com/wukko/cobalt.git
synced 2025-03-03 23:48:50 +01:00
Update Undici to fix proxy related errors
This commit is contained in:
parent
07947882c4
commit
286140c030
2 changed files with 9 additions and 3 deletions
|
@ -37,7 +37,7 @@
|
|||
"ipaddr.js": "2.2.0",
|
||||
"nanoid": "^5.0.9",
|
||||
"set-cookie-parser": "2.6.0",
|
||||
"undici": "^5.19.1",
|
||||
"undici": "^7.3.0",
|
||||
"url-pattern": "1.0.3",
|
||||
"youtubei.js": "^13.0.0",
|
||||
"zod": "^3.23.8"
|
||||
|
|
|
@ -50,8 +50,8 @@ importers:
|
|||
specifier: 2.6.0
|
||||
version: 2.6.0
|
||||
undici:
|
||||
specifier: ^5.19.1
|
||||
version: 5.28.4
|
||||
specifier: ^7.3.0
|
||||
version: 7.3.0
|
||||
url-pattern:
|
||||
specifier: 1.0.3
|
||||
version: 1.0.3
|
||||
|
@ -2182,6 +2182,10 @@ packages:
|
|||
resolution: {integrity: sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==}
|
||||
engines: {node: '>=14.0'}
|
||||
|
||||
undici@7.3.0:
|
||||
resolution: {integrity: sha512-Qy96NND4Dou5jKoSJ2gm8ax8AJM/Ey9o9mz7KN1bb9GP+G0l20Zw8afxTnY2f4b7hmhn/z8aC2kfArVQlAhFBw==}
|
||||
engines: {node: '>=20.18.1'}
|
||||
|
||||
unist-util-stringify-position@2.0.3:
|
||||
resolution: {integrity: sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==}
|
||||
|
||||
|
@ -4166,6 +4170,8 @@ snapshots:
|
|||
dependencies:
|
||||
'@fastify/busboy': 2.1.1
|
||||
|
||||
undici@7.3.0: {}
|
||||
|
||||
unist-util-stringify-position@2.0.3:
|
||||
dependencies:
|
||||
'@types/unist': 2.0.10
|
||||
|
|
Loading…
Reference in a new issue