Skip to content

Commit

Permalink
Merge #1766
Browse files Browse the repository at this point in the history
1766: extend 3.0.2 r=mythmon a=peterbe



Co-authored-by: Peter Bengtsson <[email protected]>
  • Loading branch information
bors[bot] and peterbe committed Feb 27, 2019
2 parents 2438f1c + fcc54d7 commit ab57301
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
},
"resolutions": {
"deep-extend": ">=0.5.1",
"braces": ">=2.3.1"
"braces": ">=2.3.1",
"extend": ">=3.0.2"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2654,10 +2654,10 @@ extend-shallow@^3.0.0, extend-shallow@^3.0.2:
assign-symbols "^1.0.0"
is-extendable "^1.0.1"

extend@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.1.tgz#a755ea7bc1adfcc5a31ce7e762dbaadc5e636444"
integrity sha1-p1Xqe8Gt/MWjHOfnYtuq3F5jZEQ=
extend@>=3.0.2, extend@^3.0.0:
version "3.0.2"
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"
integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==

external-editor@^3.0.3:
version "3.0.3"
Expand Down

0 comments on commit ab57301

Please sign in to comment.