Skip to content

Commit

Permalink
Update dependency sinon to v9 (#1518)
Browse files Browse the repository at this point in the history
Co-authored-by: Mayur Kale <[email protected]>
  • Loading branch information
renovate-bot and mayurkale22 authored Sep 21, 2020
1 parent a9e4e72 commit e170039
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/opentelemetry-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"devDependencies": {
"@types/mocha": "8.0.2",
"@types/node": "14.0.27",
"@types/sinon": "4.3.1",
"@types/sinon": "9.0.5",
"@types/webpack-env": "1.15.2",
"codecov": "3.7.2",
"gts": "2.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/opentelemetry-plugin-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/mocha": "8.0.2",
"@types/node": "14.0.27",
"@types/shimmer": "1.0.1",
"@types/sinon": "7.5.2",
"@types/sinon": "9.0.5",
"@types/webpack-env": "1.15.2",
"babel-loader": "8.1.0",
"codecov": "3.7.2",
Expand All @@ -65,7 +65,7 @@
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "3.0.2",
"sinon": "7.5.0",
"sinon": "9.0.3",
"ts-loader": "8.0.2",
"ts-mocha": "7.0.0",
"ts-node": "8.10.2",
Expand Down

0 comments on commit e170039

Please sign in to comment.