Skip to content

Commit

Permalink
Update dependency @types/sinon to v10.0.20 (#3120)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 5, 2024
1 parent bc3fb6a commit ae94ec8
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions .pnp.cjs

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

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/composites/outlier-detection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@types/jest": "27.5.2",
"@types/node": "16.11.51",
"@types/sinon": "10.0.19",
"@types/sinon": "10.0.20",
"sinon": "12.0.1",
"typescript": "5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/core/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/promise-timeout": "1.3.1",
"@types/redux-logger": "3.0.12",
"@types/remote-redux-devtools": "0.5.8",
"@types/sinon": "10.0.19",
"@types/sinon": "10.0.20",
"@types/uuid": "8.3.4",
"@types/ws": "8.5.5",
"mock-socket": "9.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/spectral-macro-score/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@types/jest": "27.5.2",
"@types/node": "16.11.51",
"@types/sinon": "10.0.19",
"@types/sinon": "10.0.20",
"nock": "13.2.9",
"sinon": "12.0.1",
"typescript": "5.0.4"
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3198,7 +3198,7 @@ __metadata:
"@types/promise-timeout": 1.3.1
"@types/redux-logger": 3.0.12
"@types/remote-redux-devtools": 0.5.8
"@types/sinon": 10.0.19
"@types/sinon": 10.0.20
"@types/uuid": 8.3.4
"@types/ws": 8.5.5
ajv: ^8.6.2
Expand Down Expand Up @@ -4492,7 +4492,7 @@ __metadata:
"@chainlink/ea-test-helpers": "workspace:*"
"@types/jest": 27.5.2
"@types/node": 16.11.51
"@types/sinon": 10.0.19
"@types/sinon": 10.0.20
axios: ^0.24.0
sinon: 12.0.1
tslib: ^2.3.1
Expand Down Expand Up @@ -4844,7 +4844,7 @@ __metadata:
"@chainlink/ea-test-helpers": "workspace:*"
"@types/jest": 27.5.2
"@types/node": 16.11.51
"@types/sinon": 10.0.19
"@types/sinon": 10.0.20
ethers: ^5.4.2
nock: 13.2.9
sinon: 12.0.1
Expand Down Expand Up @@ -11100,12 +11100,12 @@ __metadata:
languageName: node
linkType: hard

"@types/sinon@npm:10.0.19":
version: 10.0.19
resolution: "@types/sinon@npm:10.0.19"
"@types/sinon@npm:10.0.20":
version: 10.0.20
resolution: "@types/sinon@npm:10.0.20"
dependencies:
"@types/sinonjs__fake-timers": "*"
checksum: 79cab4cfc618a37a11e519795a297aa641b30eb05e2d2c7a9b03f40845b54ef631af80bddbef3e57dcd4be6c67bd78dce5210ea9860617d870f1d365c78468b6
checksum: 7322771345c202b90057f8112e0d34b7339e5ae1827fb1bfe385fc9e38ed6a2f18b4c66e88d27d98c775f7f74fb1167c0c14f61ca64155786534541e6c6eb05f
languageName: node
linkType: hard

Expand Down

0 comments on commit ae94ec8

Please sign in to comment.