Skip to content

Commit faa24f7

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency @types/sinon to v10
1 parent bea0234 commit faa24f7

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"@sourcegraph/tsconfig": "^4.0.1",
123123
"@types/mocha": "7.0.2",
124124
"@types/node": "12.20.12",
125-
"@types/sinon": "9.0.10",
125+
"@types/sinon": "10.0.0",
126126
"eslint": "^7.26.0",
127127
"husky": "^4.3.6",
128128
"lnfs-cli": "^2.1.0",

yarn.lock

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,6 +1131,13 @@
11311131
dependencies:
11321132
"@sinonjs/commons" "^1.7.0"
11331133

1134+
"@sinonjs/fake-timers@^7.0.4":
1135+
version "7.1.0"
1136+
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-7.1.0.tgz#8f13af27d842cbf51ad4502e05562fe9391d084e"
1137+
integrity sha512-hAEzXi6Wbvlb67NnGMGSNOeAflLVnMa4yliPU/ty1qjgW/vAletH15/v/esJwASSIA0YlIyjnloenFbEZc9q9A==
1138+
dependencies:
1139+
"@sinonjs/commons" "^1.7.0"
1140+
11341141
"@sinonjs/formatio@^5.0.1":
11351142
version "5.0.1"
11361143
resolved "https://registry.yarnpkg.com/@sinonjs/formatio/-/formatio-5.0.1.tgz#f13e713cb3313b1ab965901b01b0828ea6b77089"
@@ -1226,17 +1233,12 @@
12261233
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8"
12271234
integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==
12281235

1229-
"@types/sinon@9.0.10":
1230-
version "9.0.10"
1231-
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-9.0.10.tgz#7fb9bcb6794262482859cab66d59132fca18fcf7"
1232-
integrity sha512-/faDC0erR06wMdybwI/uR8wEKV/E83T0k4sepIpB7gXuy2gzx2xiOjmztq6a2Y6rIGJ04D+6UU0VBmWy+4HEMA==
1236+
"@types/sinon@10.0.0":
1237+
version "10.0.0"
1238+
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.0.tgz#eecc3847af03d45ffe53d55aaaaf6ecb28b5e584"
1239+
integrity sha512-jDZ55oCKxqlDmoTBBbBBEx+N8ZraUVhggMZ9T5t+6/Dh8/4NiOjSUfpLrPiEwxQDlAe3wpAkoXhWvE6LibtsMQ==
12331240
dependencies:
1234-
"@types/sinonjs__fake-timers" "*"
1235-
1236-
"@types/sinonjs__fake-timers@*":
1237-
version "6.0.1"
1238-
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-6.0.1.tgz#681df970358c82836b42f989188d133e218c458e"
1239-
integrity sha512-yYezQwGWty8ziyYLdZjwxyMb0CZR49h8JALHGrxjQHWlqGgc8kLdHEgWrgL0uZ29DMvEVBDnHU2Wg36zKSIUtA==
1241+
"@sinonjs/fake-timers" "^7.0.4"
12401242

12411243
"@typescript-eslint/eslint-plugin@^3.10.0":
12421244
version "3.10.1"

0 commit comments

Comments
 (0)