fix: force resolution of js-yaml (WS-2019-0063)

This commit is contained in:
Tom Moor
2019-07-09 21:32:42 -07:00
parent 3d805d5fe7
commit c9da515d4c
2 changed files with 6 additions and 3 deletions

View File

@ -182,5 +182,8 @@
"prettier": "1.8.2",
"rimraf": "^2.5.4"
},
"resolutions": {
"js-yaml": "^3.13.1"
},
"version": "0.18.0"
}

View File

@ -4944,9 +4944,9 @@ js-tokens@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
js-yaml@^3.12.0, js-yaml@^3.7.0:
version "3.12.2"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.2.tgz#ef1d067c5a9d9cb65bd72f285b5d8105c77f14fc"
js-yaml@^3.12.0, js-yaml@^3.13.1, js-yaml@^3.7.0:
version "3.13.1"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
dependencies:
argparse "^1.0.7"
esprima "^4.0.0"