Skip to content

Commit

Permalink
fix(deps): update dependency yargs to v12 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Ace Nassri committed Nov 17, 2022
1 parent 5659285 commit 9726d50
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 23 deletions.
131 changes: 115 additions & 16 deletions translate/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
"author": "Google Inc.",
"repository": "googleapis/nodejs-translate",
"engines": {
"node": ">=4.0.0"
"node": ">=6.0.0"
},
"scripts": {
"ava": "ava -T 20s --verbose test/*.test.js ./system-test/*.test.js",
"cover": "nyc --reporter=lcov --cache ava -T 20s --verbose test/*.test.js ./system-test/*.test.js && nyc report",
"test": "npm run cover"
},
"dependencies": {
"@google-cloud/translate": "1.1.0",
"yargs": "11.0.0"
"@google-cloud/translate": "^1.1.0",
"yargs": "^12.0.1"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "2.3.0",
"ava": "0.25.0",
"proxyquire": "2.0.1",
"sinon": "6.0.1"
"@google-cloud/nodejs-repo-tools": "^2.3.0",
"ava": "^0.25.0",
"proxyquire": "^2.0.1",
"sinon": "^6.0.1"
}
}

0 comments on commit 9726d50

Please sign in to comment.