Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump sinon from 13.0.2 to 14.0.0 (#4105)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 1, 2022
1 parent be025c8 commit 87e00a6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/interface-ipfs-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"p-wait-for": "^4.1.0",
"pako": "^2.0.4",
"readable-stream": "^3.4.0",
"sinon": "^13.0.1",
"sinon": "^14.0.0",
"uint8arrays": "^3.0.0"
},
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"ncp": "^2.0.0",
"pako": "^2.0.4",
"rimraf": "^3.0.2",
"sinon": "^13.0.1",
"sinon": "^14.0.0",
"string-argv": "^0.3.1",
"temp-write": "^5.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"nanoid": "^3.1.23",
"p-defer": "^4.0.0",
"rimraf": "^3.0.2",
"sinon": "^13.0.1"
"sinon": "^14.0.0"
},
"gitHead": ""
}
2 changes: 1 addition & 1 deletion packages/ipfs-grpc-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
"devDependencies": {
"aegir": "^37.0.11",
"it-all": "^1.0.4",
"sinon": "^13.0.1"
"sinon": "^14.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/ipfs-grpc-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@
"ipfs-core": "^0.15.0",
"it-all": "^1.0.4",
"it-drain": "^1.0.3",
"sinon": "^13.0.1"
"sinon": "^14.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/ipfs-http-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@
"@types/hapi__hapi": "^20.0.5",
"aegir": "^37.0.11",
"file-type": "^17.1.1",
"sinon": "^13.0.1"
"sinon": "^14.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/ipfs-http-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"it-first": "^1.0.4",
"it-to-buffer": "^2.0.0",
"qs": "^6.9.4",
"sinon": "^13.0.1",
"sinon": "^14.0.0",
"stream-to-promise": "^3.0.0"
},
"optionalDependencies": {
Expand Down

0 comments on commit 87e00a6

Please sign in to comment.