mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
fix(deps): update dependency yarn to v1.22.21 (#4167)
This commit is contained in:
parent
db83206753
commit
c07ed76dc6
2 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
"version": "1.0.1",
|
||||
"dependencies": {
|
||||
"@verdaccio/test-cli-commons": "workspace:1.1.0",
|
||||
"yarn": "1.22.19"
|
||||
"yarn": "1.22.21"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jest"
|
||||
|
|
|
@ -460,8 +460,8 @@ importers:
|
|||
specifier: workspace:1.1.0
|
||||
version: link:../cli-commons
|
||||
yarn:
|
||||
specifier: 1.22.19
|
||||
version: 1.22.19
|
||||
specifier: 1.22.21
|
||||
version: 1.22.21
|
||||
|
||||
e2e/cli/e2e-yarn2:
|
||||
dependencies:
|
||||
|
@ -29120,8 +29120,8 @@ packages:
|
|||
y18n: 5.0.8
|
||||
yargs-parser: 21.1.1
|
||||
|
||||
/yarn@1.22.19:
|
||||
resolution: {integrity: sha512-/0V5q0WbslqnwP91tirOvldvYISzaqhClxzyUKXYxs07yUILIs5jx/k6CFe8bvKSkds5w+eiOqta39Wk3WxdcQ==}
|
||||
/yarn@1.22.21:
|
||||
resolution: {integrity: sha512-ynXaJsADJ9JiZ84zU25XkPGOvVMmZ5b7tmTSpKURYwgELdjucAOydqIOrOfTxVYcNXe91xvLZwcRh68SR3liCg==}
|
||||
engines: {node: '>=4.0.0'}
|
||||
hasBin: true
|
||||
requiresBuild: true
|
||||
|
|
Loading…
Reference in a new issue