mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore(deps): update dependency concurrently to v6.4.0 (#2765)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
094879d884
commit
ccbfaad0da
2 changed files with 11 additions and 10 deletions
|
@ -72,7 +72,7 @@
|
|||
"babel-plugin-dynamic-import-node": "2.3.3",
|
||||
"babel-plugin-emotion": "10.2.2",
|
||||
"codecov": "3.8.3",
|
||||
"concurrently": "6.3.0",
|
||||
"concurrently": "6.4.0",
|
||||
"core-js": "3.17.2",
|
||||
"cross-env": "7.0.3",
|
||||
"debug": "4.3.3",
|
||||
|
|
|
@ -61,7 +61,7 @@ importers:
|
|||
babel-plugin-dynamic-import-node: 2.3.3
|
||||
babel-plugin-emotion: 10.2.2
|
||||
codecov: 3.8.3
|
||||
concurrently: 6.3.0
|
||||
concurrently: 6.4.0
|
||||
core-js: 3.17.2
|
||||
cross-env: 7.0.3
|
||||
debug: 4.3.3
|
||||
|
@ -151,7 +151,7 @@ importers:
|
|||
babel-plugin-dynamic-import-node: 2.3.3
|
||||
babel-plugin-emotion: 10.2.2
|
||||
codecov: 3.8.3
|
||||
concurrently: 6.3.0
|
||||
concurrently: 6.4.0
|
||||
core-js: 3.17.2
|
||||
cross-env: 7.0.3
|
||||
debug: 4.3.3
|
||||
|
@ -5619,7 +5619,7 @@ packages:
|
|||
json-stable-stringify: 1.0.1
|
||||
lodash: 4.17.21
|
||||
loud-rejection: 2.2.0
|
||||
tslib: 2.2.0
|
||||
tslib: 2.3.1
|
||||
typescript: 4.4.4
|
||||
transitivePeerDependencies:
|
||||
- ts-jest
|
||||
|
@ -5629,7 +5629,7 @@ packages:
|
|||
/@formatjs/ecma402-abstract/1.5.0:
|
||||
resolution: {integrity: sha512-wXv36yo+mfWllweN0Fq7sUs7PUiNopn7I0JpLTe3hGu6ZMR4CV7LqK1llhB18pndwpKoafQKb1et2DCJAOW20Q==}
|
||||
dependencies:
|
||||
tslib: 2.2.0
|
||||
tslib: 2.3.1
|
||||
dev: true
|
||||
|
||||
/@formatjs/ts-transformer/2.13.0:
|
||||
|
@ -5641,7 +5641,7 @@ packages:
|
|||
optional: true
|
||||
dependencies:
|
||||
intl-messageformat-parser: 6.1.2
|
||||
tslib: 2.2.0
|
||||
tslib: 2.3.1
|
||||
typescript: 4.4.4
|
||||
dev: true
|
||||
|
||||
|
@ -9842,12 +9842,12 @@ packages:
|
|||
readable-stream: 3.6.0
|
||||
typedarray: 0.0.6
|
||||
|
||||
/concurrently/6.3.0:
|
||||
resolution: {integrity: sha512-k4k1jQGHHKsfbqzkUszVf29qECBrkvBKkcPJEUDTyVR7tZd1G/JOfnst4g1sYbFvJ4UjHZisj1aWQR8yLKpGPw==}
|
||||
/concurrently/6.4.0:
|
||||
resolution: {integrity: sha512-HZ3D0RTQMH3oS4gvtYj1P+NBc6PzE2McEra6yEFcQKrUQ9HvtTGU4Dbne083F034p+LRb7kWU0tPRNvSGs1UCQ==}
|
||||
engines: {node: '>=10.0.0'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
chalk: 4.1.1
|
||||
chalk: 4.1.2
|
||||
date-fns: 2.23.0
|
||||
lodash: 4.17.21
|
||||
rxjs: 6.6.7
|
||||
|
@ -13978,7 +13978,7 @@ packages:
|
|||
resolution: {integrity: sha512-4GQDEPhl/ZMNDKwMsLqyw1LG2IAWjmLJXdmnRcHKeLQzpgtNYZI6lVw1279pqIkRk2MfKb9aDsVFzm565azK5A==}
|
||||
dependencies:
|
||||
'@formatjs/ecma402-abstract': 1.5.0
|
||||
tslib: 2.2.0
|
||||
tslib: 2.3.1
|
||||
dev: true
|
||||
|
||||
/ip-regex/2.1.0:
|
||||
|
@ -21382,6 +21382,7 @@ packages:
|
|||
|
||||
/tslib/2.2.0:
|
||||
resolution: {integrity: sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==}
|
||||
dev: false
|
||||
|
||||
/tslib/2.3.1:
|
||||
resolution: {integrity: sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==}
|
||||
|
|
Loading…
Reference in a new issue