mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-01 02:42:23 -05:00
fix(deps): update dependency cookies to v0.9.1 (#4371)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
3400cf94b3
commit
c96468a9e9
5 changed files with 11 additions and 11 deletions
10
.pnp.cjs
generated
10
.pnp.cjs
generated
|
@ -89,7 +89,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["babel-plugin-dynamic-import-node", "npm:2.3.3"],\
|
||||
["clipanion", "virtual:7f7b3df50ee4b7b1719ad19fad11505dc2788f3227a7e5cc9ca19f71d8cb309c9d33b532ea2b2b60ab65abf6cc12153df4643c5e6e17d01ea0ae0492723bb4b4#npm:3.2.1"],\
|
||||
["compression", "npm:1.7.4"],\
|
||||
["cookies", "npm:0.9.0"],\
|
||||
["cookies", "npm:0.9.1"],\
|
||||
["cors", "npm:2.8.5"],\
|
||||
["cross-env", "npm:7.0.3"],\
|
||||
["debug", "virtual:6251d782ea0db30c21f0f319066656716c470667e40e117968e3ee896b0149dbd84beab1c1d4067d27f9cefc387fad785c8016e1253c05537454f9884ad265e8#npm:4.3.4"],\
|
||||
|
@ -7146,10 +7146,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]\
|
||||
]],\
|
||||
["cookies", [\
|
||||
["npm:0.9.0", {\
|
||||
"packageLocation": "./.yarn/cache/cookies-npm-0.9.0-fd72711097-e4db8b65ed.zip/node_modules/cookies/",\
|
||||
["npm:0.9.1", {\
|
||||
"packageLocation": "./.yarn/cache/cookies-npm-0.9.1-80a82ae099-213e4d1484.zip/node_modules/cookies/",\
|
||||
"packageDependencies": [\
|
||||
["cookies", "npm:0.9.0"],\
|
||||
["cookies", "npm:0.9.1"],\
|
||||
["depd", "npm:2.0.0"],\
|
||||
["keygrip", "npm:1.1.0"]\
|
||||
],\
|
||||
|
@ -14544,7 +14544,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["babel-plugin-dynamic-import-node", "npm:2.3.3"],\
|
||||
["clipanion", "virtual:7f7b3df50ee4b7b1719ad19fad11505dc2788f3227a7e5cc9ca19f71d8cb309c9d33b532ea2b2b60ab65abf6cc12153df4643c5e6e17d01ea0ae0492723bb4b4#npm:3.2.1"],\
|
||||
["compression", "npm:1.7.4"],\
|
||||
["cookies", "npm:0.9.0"],\
|
||||
["cookies", "npm:0.9.1"],\
|
||||
["cors", "npm:2.8.5"],\
|
||||
["cross-env", "npm:7.0.3"],\
|
||||
["debug", "virtual:6251d782ea0db30c21f0f319066656716c470667e40e117968e3ee896b0149dbd84beab1c1d4067d27f9cefc387fad785c8016e1253c05537454f9884ad265e8#npm:4.3.4"],\
|
||||
|
|
Binary file not shown.
BIN
.yarn/cache/cookies-npm-0.9.1-80a82ae099-213e4d1484.zip
vendored
Normal file
BIN
.yarn/cache/cookies-npm-0.9.1-80a82ae099-213e4d1484.zip
vendored
Normal file
Binary file not shown.
|
@ -36,7 +36,7 @@
|
|||
"async": "3.2.5",
|
||||
"clipanion": "3.2.1",
|
||||
"compression": "1.7.4",
|
||||
"cookies": "0.9.0",
|
||||
"cookies": "0.9.1",
|
||||
"cors": "2.8.5",
|
||||
"debug": "^4.3.4",
|
||||
"envinfo": "7.11.0",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -4576,13 +4576,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"cookies@npm:0.9.0":
|
||||
version: 0.9.0
|
||||
resolution: "cookies@npm:0.9.0"
|
||||
"cookies@npm:0.9.1":
|
||||
version: 0.9.1
|
||||
resolution: "cookies@npm:0.9.1"
|
||||
dependencies:
|
||||
depd: ~2.0.0
|
||||
keygrip: ~1.1.0
|
||||
checksum: e4db8b65edc85bb9640ddca88abae319cbde21af56d83b9b0a4346d41450166bc072f19d0eca00cc805be1c61979a6e80f7f38f5af517ffe2549a44ff5812953
|
||||
checksum: 213e4d14847b582fbd8a003203d3621a4b9fa792a315c37954e89332d38fac5bcc34ba92ef316ad6d5fe28f0187aaa115927fbbe2080744ad1707a93b4313247
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -11048,7 +11048,7 @@ __metadata:
|
|||
babel-plugin-dynamic-import-node: 2.3.3
|
||||
clipanion: 3.2.1
|
||||
compression: 1.7.4
|
||||
cookies: 0.9.0
|
||||
cookies: 0.9.1
|
||||
cors: 2.8.5
|
||||
cross-env: 7.0.3
|
||||
debug: ^4.3.4
|
||||
|
|
Loading…
Add table
Reference in a new issue