mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[7.x] require yarn 1.21.1 to avoid binary planting vuln (#5289… (#52923)
This commit is contained in:
parent
5263bb5c71
commit
c95fa975d8
2 changed files with 2 additions and 2 deletions
|
@ -463,6 +463,6 @@
|
|||
},
|
||||
"engines": {
|
||||
"node": "10.15.2",
|
||||
"yarn": "^1.10.1"
|
||||
"yarn": "^1.21.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -344,7 +344,7 @@
|
|||
"xregexp": "4.2.4"
|
||||
},
|
||||
"engines": {
|
||||
"yarn": "^1.10.1"
|
||||
"yarn": "^1.21.1"
|
||||
},
|
||||
"workspaces": {
|
||||
"nohoist": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue