Skip to content

Commit

Permalink
chore(deps): update dependency sinon to v5.1.1 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Ace Nassri committed Nov 11, 2022
1 parent 7870a37 commit aeeb48b
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 36 deletions.
98 changes: 70 additions & 28 deletions error-reporting/package-lock.json

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

16 changes: 8 additions & 8 deletions error-reporting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"test": "npm run cover"
},
"dependencies": {
"@google-cloud/error-reporting": "0.5.0",
"express": "4.16.3",
"yargs": "11.0.0"
"@google-cloud/error-reporting": "^0.5.0",
"express": "^4.16.3",
"yargs": "^11.0.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "2.3.0",
"ava": "0.25.0",
"nyc": "11.8.0",
"proxyquire": "2.0.1",
"sinon": "5.0.7"
"@google-cloud/nodejs-repo-tools": "^2.3.0",
"ava": "^0.25.0",
"nyc": "^11.8.0",
"proxyquire": "^2.0.1",
"sinon": "^5.1.1"
}
}

0 comments on commit aeeb48b

Please sign in to comment.