Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit 410d15e

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

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
@@ -49,7 +49,7 @@
4949
"@types/lodash": "4.14.168",
5050
"@types/mocha": "7.0.2",
5151
"@types/node": "13.13.51",
52-
"@types/sinon": "9.0.9",
52+
"@types/sinon": "10.0.0",
5353
"@types/webpack": "4.41.20",
5454
"@types/webpack-env": "1.16.0",
5555
"awesome-typescript-loader": "^5.2.1",

yarn.lock

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,13 @@
413413
dependencies:
414414
"@sinonjs/commons" "^1.7.0"
415415

416+
"@sinonjs/fake-timers@^7.0.4":
417+
version "7.1.0"
418+
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-7.1.0.tgz#8f13af27d842cbf51ad4502e05562fe9391d084e"
419+
integrity sha512-hAEzXi6Wbvlb67NnGMGSNOeAflLVnMa4yliPU/ty1qjgW/vAletH15/v/esJwASSIA0YlIyjnloenFbEZc9q9A==
420+
dependencies:
421+
"@sinonjs/commons" "^1.7.0"
422+
416423
"@sinonjs/formatio@^5.0.1":
417424
version "5.0.1"
418425
resolved "https://registry.yarnpkg.com/@sinonjs/formatio/-/formatio-5.0.1.tgz#f13e713cb3313b1ab965901b01b0828ea6b77089"
@@ -567,17 +574,12 @@
567574
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
568575
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
569576

570-
"@types/sinon@9.0.9":
571-
version "9.0.9"
572-
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-9.0.9.tgz#115843b491583f924080f684b6d0d7438344f73c"
573-
integrity sha512-z/y8maYOQyYLyqaOB+dYQ6i0pxKLOsfwCmHmn4T7jS/SDHicIslr37oE3Dg8SCqKrKeBy6Lemu7do2yy+unLrw==
577+
"@types/sinon@10.0.0":
578+
version "10.0.0"
579+
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.0.tgz#eecc3847af03d45ffe53d55aaaaf6ecb28b5e584"
580+
integrity sha512-jDZ55oCKxqlDmoTBBbBBEx+N8ZraUVhggMZ9T5t+6/Dh8/4NiOjSUfpLrPiEwxQDlAe3wpAkoXhWvE6LibtsMQ==
574581
dependencies:
575-
"@types/sinonjs__fake-timers" "*"
576-
577-
"@types/sinonjs__fake-timers@*":
578-
version "6.0.1"
579-
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-6.0.1.tgz#681df970358c82836b42f989188d133e218c458e"
580-
integrity sha512-yYezQwGWty8ziyYLdZjwxyMb0CZR49h8JALHGrxjQHWlqGgc8kLdHEgWrgL0uZ29DMvEVBDnHU2Wg36zKSIUtA==
582+
"@sinonjs/fake-timers" "^7.0.4"
581583

582584
"@types/source-list-map@*":
583585
version "0.1.2"

0 commit comments

Comments
 (0)