Skip to content

Commit

Permalink
[6.8] require yarn 1.21.1 to avoid binary planting vuln (#5289… (#52925)
Browse files Browse the repository at this point in the history
# Conflicts:
#	x-pack/package.json
  • Loading branch information
Spencer committed Dec 12, 2019
1 parent d3b3fbe commit a174acf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,6 @@
},
"engines": {
"node": "10.15.2",
"yarn": "^1.10.1"
"yarn": "^1.21.1"
}
}
2 changes: 1 addition & 1 deletion x-pack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,6 @@
"xregexp": "3.2.0"
},
"engines": {
"yarn": "^1.10.1"
"yarn": "^1.21.1"
}
}

0 comments on commit a174acf

Please sign in to comment.