Skip to content

Commit 92aa385

Browse files
authored
Update dependency @types/sinon to v9 (#2862)
1 parent d61625f commit 92aa385

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@types/long": "4.0.1",
6363
"@types/mocha": "7.0.2",
6464
"@types/node": "12.12.34",
65-
"@types/sinon": "7.5.2",
65+
"@types/sinon": "9.0.0",
6666
"@types/sinon-chai": "3.2.3",
6767
"@typescript-eslint/eslint-plugin": "2.24.0",
6868
"@typescript-eslint/eslint-plugin-tslint": "2.24.0",

yarn.lock

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2128,18 +2128,13 @@
21282128
"@types/chai" "*"
21292129
"@types/sinon" "*"
21302130

2131-
"@types/sinon@*":
2131+
"@types/sinon@*", "@types/[email protected]":
21322132
version "9.0.0"
21332133
resolved "https://registry.npmjs.org/@types/sinon/-/sinon-9.0.0.tgz#5b70a360f55645dd64f205defd2a31b749a59799"
21342134
integrity sha512-v2TkYHkts4VXshMkcmot/H+ERZ2SevKa10saGaJPGCJ8vh3lKrC4u663zYEeRZxep+VbG6YRDtQ6gVqw9dYzPA==
21352135
dependencies:
21362136
"@types/sinonjs__fake-timers" "*"
21372137

2138-
2139-
version "7.5.2"
2140-
resolved "https://registry.npmjs.org/@types/sinon/-/sinon-7.5.2.tgz#5e2f1d120f07b9cda07e5dedd4f3bf8888fccdb9"
2141-
integrity sha512-T+m89VdXj/eidZyejvmoP9jivXgBDdkOSBVQjU9kF349NEx10QdPNGxHeZUaj1IlJ32/ewdyXJjnJxyxJroYwg==
2142-
21432138
"@types/sinonjs__fake-timers@*":
21442139
version "6.0.1"
21452140
resolved "https://registry.npmjs.org/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-6.0.1.tgz#681df970358c82836b42f989188d133e218c458e"

0 commit comments

Comments
 (0)