mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
fix(deps): update dependency cookies to v0.9.0 (#4341)
This commit is contained in:
parent
df3779b85b
commit
0bdc10efd7
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.8.0"],\
|
||||
["cookies", "npm:0.9.0"],\
|
||||
["cors", "npm:2.8.5"],\
|
||||
["cross-env", "npm:7.0.3"],\
|
||||
["debug", "virtual:2f4f5d4be0c4271f81a756602d102e02c292a5b30d8b7f5dd19d5368d75df8bb2f1bf516e3f835c2b5501d1663eb437d4f00d6d057bcaee770b46e87267a0fa3#npm:4.3.4"],\
|
||||
@ -7125,10 +7125,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
}]\
|
||||
]],\
|
||||
["cookies", [\
|
||||
["npm:0.8.0", {\
|
||||
"packageLocation": "./.yarn/cache/cookies-npm-0.8.0-d7388cbd94-806055a44f.zip/node_modules/cookies/",\
|
||||
["npm:0.9.0", {\
|
||||
"packageLocation": "./.yarn/cache/cookies-npm-0.9.0-fd72711097-e4db8b65ed.zip/node_modules/cookies/",\
|
||||
"packageDependencies": [\
|
||||
["cookies", "npm:0.8.0"],\
|
||||
["cookies", "npm:0.9.0"],\
|
||||
["depd", "npm:2.0.0"],\
|
||||
["keygrip", "npm:1.1.0"]\
|
||||
],\
|
||||
@ -14501,7 +14501,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.8.0"],\
|
||||
["cookies", "npm:0.9.0"],\
|
||||
["cors", "npm:2.8.5"],\
|
||||
["cross-env", "npm:7.0.3"],\
|
||||
["debug", "virtual:2f4f5d4be0c4271f81a756602d102e02c292a5b30d8b7f5dd19d5368d75df8bb2f1bf516e3f835c2b5501d1663eb437d4f00d6d057bcaee770b46e87267a0fa3#npm:4.3.4"],\
|
||||
|
Binary file not shown.
BIN
.yarn/cache/cookies-npm-0.9.0-fd72711097-e4db8b65ed.zip
vendored
Normal file
BIN
.yarn/cache/cookies-npm-0.9.0-fd72711097-e4db8b65ed.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.8.0",
|
||||
"cookies": "0.9.0",
|
||||
"cors": "2.8.5",
|
||||
"debug": "^4.3.4",
|
||||
"envinfo": "7.11.0",
|
||||
|
BIN
yarn.lock
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in New Issue
Block a user