diff --git a/test/fixtures/qs-package/node_modules/update-notifier/package.json b/test/fixtures/qs-package/node_modules/update-notifier/package.json index 3a539e1705..282e614e57 100644 --- a/test/fixtures/qs-package/node_modules/update-notifier/package.json +++ b/test/fixtures/qs-package/node_modules/update-notifier/package.json @@ -63,13 +63,13 @@ "url": "https://github.com/yeoman/update-notifier/issues" }, "dependencies": { - "chalk": "^1.0.0", + "chalk": "^2.0.0", "configstore": "^1.0.0", "is-npm": "^1.0.0", "latest-version": "^1.0.0", "repeating": "^1.1.2", "semver-diff": "^2.0.0", - "string-length": "^1.0.0" + "string-length": "^5.0.0" }, "description": "Update notifications for your CLI app", "devDependencies": {