mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-12-22 10:51:24 +00:00
Update dependency @types/cookie-parser to v1.4.8 (#2828)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
c75fe0b0dc
commit
c22136f4c3
1 changed files with 6 additions and 4 deletions
|
@ -218,7 +218,7 @@ importers:
|
|||
version: 1.0.0
|
||||
'@types/cookie-parser':
|
||||
specifier: ^1.4.7
|
||||
version: 1.4.7
|
||||
version: 1.4.8(@types/express@4.17.21)
|
||||
'@types/express':
|
||||
specifier: ^4.17.21
|
||||
version: 4.17.21
|
||||
|
@ -1271,8 +1271,10 @@ packages:
|
|||
'@types/connect@3.4.38':
|
||||
resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==}
|
||||
|
||||
'@types/cookie-parser@1.4.7':
|
||||
resolution: {integrity: sha512-Fvuyi354Z+uayxzIGCwYTayFKocfV7TuDYZClCdIP9ckhvAu/ixDtCB6qx2TT0FKjPLf1f3P/J1rgf6lPs64mw==}
|
||||
'@types/cookie-parser@1.4.8':
|
||||
resolution: {integrity: sha512-l37JqFrOJ9yQfRQkljb41l0xVphc7kg5JTjjr+pLRZ0IyZ49V4BQ8vbF4Ut2C2e+WH4al3xD3ZwYwIUfnbT4NQ==}
|
||||
peerDependencies:
|
||||
'@types/express': '*'
|
||||
|
||||
'@types/cookie@1.0.0':
|
||||
resolution: {integrity: sha512-mGFXbkDQJ6kAXByHS7QAggRXgols0mAdP4MuXgloGY1tXokvzaFFM4SMqWvf7AH0oafI7zlFJwoGWzmhDqTZ9w==}
|
||||
|
@ -5806,7 +5808,7 @@ snapshots:
|
|||
dependencies:
|
||||
'@types/node': 22.9.3
|
||||
|
||||
'@types/cookie-parser@1.4.7':
|
||||
'@types/cookie-parser@1.4.8(@types/express@4.17.21)':
|
||||
dependencies:
|
||||
'@types/express': 4.17.21
|
||||
|
||||
|
|
Loading…
Reference in a new issue