build(deps-dev): update yeoman-test requirement from ^1.9.1 to ^2.0.0 (#161)

Updates the requirements on [yeoman-test](https://github.com/yeoman/yeoman-test) to permit the latest version.
- [Release notes](https://github.com/yeoman/yeoman-test/releases)
- [Commits](https://github.com/yeoman/yeoman-test/compare/v1.9.1...v2.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-05-21 00:22:54 -07:00 committed by Yongjie Zhao
parent ed2c4a6bf1
commit d68b3b9f76

View File

@ -23,7 +23,7 @@
], ],
"devDependencies": { "devDependencies": {
"yeoman-assert": "^3.1.0", "yeoman-assert": "^3.1.0",
"yeoman-test": "^1.9.1" "yeoman-test": "^2.0.0"
}, },
"engines": { "engines": {
"npm": ">= 4.0.0" "npm": ">= 4.0.0"