mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -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": {
|
"engines": {
|
||||||
"node": "10.15.2",
|
"node": "10.15.2",
|
||||||
"yarn": "^1.10.1"
|
"yarn": "^1.21.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -344,7 +344,7 @@
|
||||||
"xregexp": "4.2.4"
|
"xregexp": "4.2.4"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"yarn": "^1.10.1"
|
"yarn": "^1.21.1"
|
||||||
},
|
},
|
||||||
"workspaces": {
|
"workspaces": {
|
||||||
"nohoist": [
|
"nohoist": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue