mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
fix(deps): update dependency cookies to v0.9.0 (#4339)
This commit is contained in:
parent
0d1205c951
commit
c8c40a2cf5
2 changed files with 5 additions and 5 deletions
|
@ -47,7 +47,7 @@
|
|||
"@verdaccio/utils": "workspace:7.0.0-next.4",
|
||||
"abortcontroller-polyfill": "1.7.5",
|
||||
"body-parser": "1.20.2",
|
||||
"cookies": "0.8.0",
|
||||
"cookies": "0.9.0",
|
||||
"debug": "4.3.4",
|
||||
"express": "4.18.2",
|
||||
"lodash": "4.17.21",
|
||||
|
|
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
|
@ -541,8 +541,8 @@ importers:
|
|||
specifier: 1.20.2
|
||||
version: 1.20.2
|
||||
cookies:
|
||||
specifier: 0.8.0
|
||||
version: 0.8.0
|
||||
specifier: 0.9.0
|
||||
version: 0.9.0
|
||||
debug:
|
||||
specifier: 4.3.4
|
||||
version: 4.3.4(supports-color@5.5.0)
|
||||
|
@ -15114,8 +15114,8 @@ packages:
|
|||
resolution: {integrity: sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw==}
|
||||
dev: true
|
||||
|
||||
/cookies@0.8.0:
|
||||
resolution: {integrity: sha512-8aPsApQfebXnuI+537McwYsDtjVxGm8gTIzQI3FDW6t5t/DAhERxtnbEPN/8RX+uZthoz4eCOgloXaE5cYyNow==}
|
||||
/cookies@0.9.0:
|
||||
resolution: {integrity: sha512-mtyMqy14RsH7+IRJglGcKtRLOq0SRt0DdXVrLgc+v1e/o0TNJUpdElhgr3AAi638LO0xZwEPcRRkJ3afxvGhUw==}
|
||||
engines: {node: '>= 0.8'}
|
||||
dependencies:
|
||||
depd: 2.0.0
|
||||
|
|
Loading…
Add table
Reference in a new issue