mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-01 02:42:23 -05:00
fix(deps): update dependency async to v3.2.6 (#4831)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
7f816b9399
commit
3ce57aa4a8
5 changed files with 11 additions and 11 deletions
10
.pnp.cjs
generated
10
.pnp.cjs
generated
|
@ -85,7 +85,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["@verdaccio/url", "npm:13.0.0-next-8.1"],\
|
||||
["@verdaccio/utils", "npm:7.0.1-next-8.1"],\
|
||||
["JSONStream", "npm:1.3.5"],\
|
||||
["async", "npm:3.2.5"],\
|
||||
["async", "npm:3.2.6"],\
|
||||
["babel-jest", "virtual:7f7b3df50ee4b7b1719ad19fad11505dc2788f3227a7e5cc9ca19f71d8cb309c9d33b532ea2b2b60ab65abf6cc12153df4643c5e6e17d01ea0ae0492723bb4b4#npm:29.7.0"],\
|
||||
["babel-plugin-dynamic-import-node", "npm:2.3.3"],\
|
||||
["clipanion", "virtual:7f7b3df50ee4b7b1719ad19fad11505dc2788f3227a7e5cc9ca19f71d8cb309c9d33b532ea2b2b60ab65abf6cc12153df4643c5e6e17d01ea0ae0492723bb4b4#npm:4.0.0-rc.3"],\
|
||||
|
@ -6516,10 +6516,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
],\
|
||||
"linkType": "HARD"\
|
||||
}],\
|
||||
["npm:3.2.5", {\
|
||||
"packageLocation": "./.yarn/cache/async-npm-3.2.5-f5dbdabdfc-5ec77f1312.zip/node_modules/async/",\
|
||||
["npm:3.2.6", {\
|
||||
"packageLocation": "./.yarn/cache/async-npm-3.2.6-aa4f5aa081-ee6eb8cd8a.zip/node_modules/async/",\
|
||||
"packageDependencies": [\
|
||||
["async", "npm:3.2.5"]\
|
||||
["async", "npm:3.2.6"]\
|
||||
],\
|
||||
"linkType": "HARD"\
|
||||
}]\
|
||||
|
@ -15324,7 +15324,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["@verdaccio/url", "npm:13.0.0-next-8.1"],\
|
||||
["@verdaccio/utils", "npm:7.0.1-next-8.1"],\
|
||||
["JSONStream", "npm:1.3.5"],\
|
||||
["async", "npm:3.2.5"],\
|
||||
["async", "npm:3.2.6"],\
|
||||
["babel-jest", "virtual:7f7b3df50ee4b7b1719ad19fad11505dc2788f3227a7e5cc9ca19f71d8cb309c9d33b532ea2b2b60ab65abf6cc12153df4643c5e6e17d01ea0ae0492723bb4b4#npm:29.7.0"],\
|
||||
["babel-plugin-dynamic-import-node", "npm:2.3.3"],\
|
||||
["clipanion", "virtual:7f7b3df50ee4b7b1719ad19fad11505dc2788f3227a7e5cc9ca19f71d8cb309c9d33b532ea2b2b60ab65abf6cc12153df4643c5e6e17d01ea0ae0492723bb4b4#npm:4.0.0-rc.3"],\
|
||||
|
|
Binary file not shown.
BIN
.yarn/cache/fsevents-patch-2882183fbf-8.zip
vendored
BIN
.yarn/cache/fsevents-patch-2882183fbf-8.zip
vendored
Binary file not shown.
|
@ -34,7 +34,7 @@
|
|||
"@verdaccio/url": "13.0.0-next-8.1",
|
||||
"@verdaccio/utils": "7.0.1-next-8.1",
|
||||
"JSONStream": "1.3.5",
|
||||
"async": "3.2.5",
|
||||
"async": "3.2.6",
|
||||
"clipanion": "4.0.0-rc.3",
|
||||
"compression": "1.7.4",
|
||||
"cors": "2.8.5",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -4147,10 +4147,10 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"async@npm:3.2.5":
|
||||
version: 3.2.5
|
||||
resolution: "async@npm:3.2.5"
|
||||
checksum: 5ec77f1312301dee02d62140a6b1f7ee0edd2a0f983b6fd2b0849b969f245225b990b47b8243e7b9ad16451a53e7f68e753700385b706198ced888beedba3af4
|
||||
"async@npm:3.2.6":
|
||||
version: 3.2.6
|
||||
resolution: "async@npm:3.2.6"
|
||||
checksum: ee6eb8cd8a0ab1b58bd2a3ed6c415e93e773573a91d31df9d5ef559baafa9dab37d3b096fa7993e84585cac3697b2af6ddb9086f45d3ac8cae821bb2aab65682
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -11755,7 +11755,7 @@ __metadata:
|
|||
"@verdaccio/url": 13.0.0-next-8.1
|
||||
"@verdaccio/utils": 7.0.1-next-8.1
|
||||
JSONStream: 1.3.5
|
||||
async: 3.2.5
|
||||
async: 3.2.6
|
||||
babel-jest: 29.7.0
|
||||
babel-plugin-dynamic-import-node: 2.3.3
|
||||
clipanion: 4.0.0-rc.3
|
||||
|
|
Loading…
Add table
Reference in a new issue