Skip to content

Commit 91482d4

Browse files
committed
Update dependency @types/sinon to v9
1 parent 0f6146d commit 91482d4

File tree

2 files changed

+32
-5
lines changed

2 files changed

+32
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@types/long": "4.0.1",
5757
"@types/mocha": "7.0.2",
5858
"@types/node": "8.10.59",
59-
"@types/sinon": "7.5.2",
59+
"@types/sinon": "9.0.0",
6060
"@types/sinon-chai": "3.2.3",
6161
"@typescript-eslint/eslint-plugin": "2.24.0",
6262
"@typescript-eslint/eslint-plugin-tslint": "2.24.0",

yarn.lock

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,6 +1000,26 @@
10001000
unique-filename "^1.1.1"
10011001
which "^1.3.1"
10021002

1003+
"@firebase/[email protected]":
1004+
version "0.1.8"
1005+
resolved "https://registry.npmjs.org/@firebase/component/-/component-0.1.8.tgz#3a5753493ba65c85c9c09e2707be44d73e0a456c"
1006+
integrity sha512-kzuCF+NVympQk3gcsHldOmDRVPVndECi6O9Wvd47HTEQYO9HsZWfOM1fHUvvHAijSzNi16p4NSM7UziuBQBL4w==
1007+
dependencies:
1008+
"@firebase/util" "0.2.43"
1009+
tslib "1.11.1"
1010+
1011+
"@firebase/[email protected]":
1012+
version "0.2.0"
1013+
resolved "https://registry.npmjs.org/@firebase/logger/-/logger-0.2.0.tgz#d40149b8a33bca3dfbfb5b4a63e06b3ffa193157"
1014+
integrity sha512-qOMnAh1JY9NkYUEy3iFviiFq0dCvk6qN2DsRy2Y7eAhHR6RqwA47l1kI+0MIXmSzlJ9akXjWAXxV5ijzr68Big==
1015+
1016+
"@firebase/[email protected]":
1017+
version "0.2.43"
1018+
resolved "https://registry.npmjs.org/@firebase/util/-/util-0.2.43.tgz#551728e1f6deb3a3709c2e9dc60dbb7c1a423fd4"
1019+
integrity sha512-4gGlvcoOJ48xO6PH59UOHLjvImdYXANF/1d0ao60fbiJDIKxJqMksXw3UF2zsUrRkyCOqIDLeiVuF18vffXP+g==
1020+
dependencies:
1021+
tslib "1.11.1"
1022+
10031023
"@google-cloud/paginator@^2.0.0":
10041024
version "2.0.3"
10051025
resolved "https://registry.npmjs.org/@google-cloud/paginator/-/paginator-2.0.3.tgz#c7987ad05d1c3ebcef554381be80e9e8da4e4882"
@@ -2224,10 +2244,17 @@
22242244
resolved "https://registry.npmjs.org/@types/sinon/-/sinon-7.5.0.tgz#f5a10c27175465a0b001b68d8b9f761582967cc6"
22252245
integrity sha512-NyzhuSBy97B/zE58cDw4NyGvByQbAHNP9069KVSgnXt/sc0T6MFRh0InKAeBVHJWdSXG1S3+PxgVIgKo9mTHbw==
22262246

2227-
2228-
version "7.5.2"
2229-
resolved "https://registry.npmjs.org/@types/sinon/-/sinon-7.5.2.tgz#5e2f1d120f07b9cda07e5dedd4f3bf8888fccdb9"
2230-
integrity sha512-T+m89VdXj/eidZyejvmoP9jivXgBDdkOSBVQjU9kF349NEx10QdPNGxHeZUaj1IlJ32/ewdyXJjnJxyxJroYwg==
2247+
2248+
version "9.0.0"
2249+
resolved "https://registry.npmjs.org/@types/sinon/-/sinon-9.0.0.tgz#5b70a360f55645dd64f205defd2a31b749a59799"
2250+
integrity sha512-v2TkYHkts4VXshMkcmot/H+ERZ2SevKa10saGaJPGCJ8vh3lKrC4u663zYEeRZxep+VbG6YRDtQ6gVqw9dYzPA==
2251+
dependencies:
2252+
"@types/sinonjs__fake-timers" "*"
2253+
2254+
"@types/sinonjs__fake-timers@*":
2255+
version "6.0.1"
2256+
resolved "https://registry.npmjs.org/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-6.0.1.tgz#681df970358c82836b42f989188d133e218c458e"
2257+
integrity sha512-yYezQwGWty8ziyYLdZjwxyMb0CZR49h8JALHGrxjQHWlqGgc8kLdHEgWrgL0uZ29DMvEVBDnHU2Wg36zKSIUtA==
22312258

22322259
"@types/tough-cookie@*":
22332260
version "2.3.5"

0 commit comments

Comments
 (0)