Skip to content

Commit

Permalink
chore(deps): update dependency sinon to v6 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Ace Nassri committed Nov 10, 2022
1 parent 9dd8c80 commit 038e5fd
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 19 deletions.
29 changes: 17 additions & 12 deletions monitoring/snippets/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 monitoring/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
"author": "Google Inc.",
"repository": "googleapis/nodejs-monitoring",
"engines": {
"node": ">=4.0.0"
"node": ">=6.0.0"
},
"scripts": {
"test": "ava -T 3m --verbose system-test/*.test.js"
},
"dependencies": {
"@google-cloud/monitoring": "0.5.0",
"yargs": "12.0.0"
"@google-cloud/monitoring": "^0.5.0",
"yargs": "^12.0.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "2.3.0",
"ava": "0.25.0",
"proxyquire": "2.0.1",
"sinon": "4.5.0"
"@google-cloud/nodejs-repo-tools": "^2.3.0",
"ava": "^0.25.0",
"proxyquire": "^2.0.1",
"sinon": "^6.0.1"
}
}

0 comments on commit 038e5fd

Please sign in to comment.