mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-11 02:15:57 -05:00
fix(deps): update dependency cookies to v0.9.0 (#4341)
This commit is contained in:
parent
df3779b85b
commit
0bdc10efd7
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.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",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -4565,13 +4565,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"cookies@npm:0.8.0":
|
||||
version: 0.8.0
|
||||
resolution: "cookies@npm:0.8.0"
|
||||
"cookies@npm:0.9.0":
|
||||
version: 0.9.0
|
||||
resolution: "cookies@npm:0.9.0"
|
||||
dependencies:
|
||||
depd: ~2.0.0
|
||||
keygrip: ~1.1.0
|
||||
checksum: 806055a44f128705265b1bc6a853058da18bf80dea3654ad99be20985b1fa1b14f86c1eef73644aab8071241f8a78acd57202b54c4c5c70769fc694fbb9c4edc
|
||||
checksum: e4db8b65edc85bb9640ddca88abae319cbde21af56d83b9b0a4346d41450166bc072f19d0eca00cc805be1c61979a6e80f7f38f5af517ffe2549a44ff5812953
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -11014,7 +11014,7 @@ __metadata:
|
|||
babel-plugin-dynamic-import-node: 2.3.3
|
||||
clipanion: 3.2.1
|
||||
compression: 1.7.4
|
||||
cookies: 0.8.0
|
||||
cookies: 0.9.0
|
||||
cors: 2.8.5
|
||||
cross-env: 7.0.3
|
||||
debug: ^4.3.4
|
||||
|
|
Loading…
Add table
Reference in a new issue