mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2025-02-05 16:34:43 +00:00
Update dependency @types/node to v22.13.0 (#472)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
d9ab7cefbe
commit
f9b636c7df
1 changed files with 12 additions and 12 deletions
|
@ -16,7 +16,7 @@ importers:
|
|||
version: 17.2.3
|
||||
'@types/node':
|
||||
specifier: ^22.7.4
|
||||
version: 22.10.7
|
||||
version: 22.13.0
|
||||
'@typescript-eslint/eslint-plugin':
|
||||
specifier: ^8.7.0
|
||||
version: 8.20.0(@typescript-eslint/parser@8.20.0(eslint@9.18.0)(typescript@5.7.3))(eslint@9.18.0)(typescript@5.7.3)
|
||||
|
@ -456,8 +456,8 @@ packages:
|
|||
'@types/multer@1.4.12':
|
||||
resolution: {integrity: sha512-pQ2hoqvXiJt2FP9WQVLPRO+AmiIm/ZYkavPlIQnx282u4ZrVdztx0pkh3jjpQt0Kz+YI0YhSG264y08UJKoUQg==}
|
||||
|
||||
'@types/node@22.10.7':
|
||||
resolution: {integrity: sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==}
|
||||
'@types/node@22.13.0':
|
||||
resolution: {integrity: sha512-ClIbNe36lawluuvq3+YYhnIN2CELi+6q8NpnM7PYp4hBn/TatfboPgVSm2rwKRfnV2M+Ty9GWDFI64KEe+kysA==}
|
||||
|
||||
'@types/qs@6.9.18':
|
||||
resolution: {integrity: sha512-kK7dgTYDyGqS+e2Q4aK9X3D7q234CIZ1Bv0q/7Z5IwRDoADNU81xXJK/YVyLbLTZCoIwUoDoffFeF+p/eIklAA==}
|
||||
|
@ -3191,16 +3191,16 @@ snapshots:
|
|||
|
||||
'@types/accepts@1.3.7':
|
||||
dependencies:
|
||||
'@types/node': 22.10.7
|
||||
'@types/node': 22.13.0
|
||||
|
||||
'@types/body-parser@1.19.5':
|
||||
dependencies:
|
||||
'@types/connect': 3.4.38
|
||||
'@types/node': 22.10.7
|
||||
'@types/node': 22.13.0
|
||||
|
||||
'@types/connect@3.4.38':
|
||||
dependencies:
|
||||
'@types/node': 22.10.7
|
||||
'@types/node': 22.13.0
|
||||
|
||||
'@types/content-disposition@0.5.8': {}
|
||||
|
||||
|
@ -3209,13 +3209,13 @@ snapshots:
|
|||
'@types/connect': 3.4.38
|
||||
'@types/express': 5.0.0
|
||||
'@types/keygrip': 1.0.6
|
||||
'@types/node': 22.10.7
|
||||
'@types/node': 22.13.0
|
||||
|
||||
'@types/estree@1.0.6': {}
|
||||
|
||||
'@types/express-serve-static-core@5.0.5':
|
||||
dependencies:
|
||||
'@types/node': 22.10.7
|
||||
'@types/node': 22.13.0
|
||||
'@types/qs': 6.9.18
|
||||
'@types/range-parser': 1.2.7
|
||||
'@types/send': 0.17.4
|
||||
|
@ -3256,7 +3256,7 @@ snapshots:
|
|||
'@types/http-errors': 2.0.4
|
||||
'@types/keygrip': 1.0.6
|
||||
'@types/koa-compose': 3.2.8
|
||||
'@types/node': 22.10.7
|
||||
'@types/node': 22.13.0
|
||||
|
||||
'@types/mime@1.3.5': {}
|
||||
|
||||
|
@ -3264,7 +3264,7 @@ snapshots:
|
|||
dependencies:
|
||||
'@types/express': 5.0.0
|
||||
|
||||
'@types/node@22.10.7':
|
||||
'@types/node@22.13.0':
|
||||
dependencies:
|
||||
undici-types: 6.20.0
|
||||
|
||||
|
@ -3275,12 +3275,12 @@ snapshots:
|
|||
'@types/send@0.17.4':
|
||||
dependencies:
|
||||
'@types/mime': 1.3.5
|
||||
'@types/node': 22.10.7
|
||||
'@types/node': 22.13.0
|
||||
|
||||
'@types/serve-static@1.15.7':
|
||||
dependencies:
|
||||
'@types/http-errors': 2.0.4
|
||||
'@types/node': 22.10.7
|
||||
'@types/node': 22.13.0
|
||||
'@types/send': 0.17.4
|
||||
|
||||
'@types/stylis@4.2.5': {}
|
||||
|
|
Loading…
Reference in a new issue