Skip to content

Commit c46ca4a

Browse files
chore(deps): update dependency @types/sinon to v10.0.17
1 parent 04191eb commit c46ca4a

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@types/lodash": "4.14.168",
8181
"@types/mocha": "8.2.2",
8282
"@types/node": "10.17.56",
83-
"@types/sinon": "10.0.0",
83+
"@types/sinon": "10.0.17",
8484
"chai": "4.3.4",
8585
"coveralls": "3.1.0",
8686
"faker": "5.5.3",

yarn.lock

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -485,13 +485,6 @@
485485
dependencies:
486486
"@sinonjs/commons" "^1.7.0"
487487

488-
"@sinonjs/fake-timers@^7.0.4":
489-
version "7.0.5"
490-
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-7.0.5.tgz#558a7f8145a01366c44b3dcbdd7172c05c461564"
491-
integrity sha512-fUt6b15bjV/VW93UP5opNXJxdwZSbK1EdiwnhN7XrQrcpaOhMJpZ/CjwFpM3THpxwA+YviBUJKSuEqKlCK5alw==
492-
dependencies:
493-
"@sinonjs/commons" "^1.7.0"
494-
495488
"@sinonjs/samsam@^5.3.1":
496489
version "5.3.1"
497490
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-5.3.1.tgz#375a45fe6ed4e92fca2fb920e007c48232a6507f"
@@ -573,12 +566,17 @@
573566
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
574567
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
575568

576-
"@types/sinon@10.0.0":
577-
version "10.0.0"
578-
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.0.tgz#eecc3847af03d45ffe53d55aaaaf6ecb28b5e584"
579-
integrity sha512-jDZ55oCKxqlDmoTBBbBBEx+N8ZraUVhggMZ9T5t+6/Dh8/4NiOjSUfpLrPiEwxQDlAe3wpAkoXhWvE6LibtsMQ==
569+
"@types/sinon@10.0.17":
570+
version "10.0.17"
571+
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.17.tgz#97592d7c73ded11907f9121a2837f5ab5f9ccaa0"
572+
integrity sha512-+6ILpcixQ0Ma3dHMTLv4rSycbDXkDljgKL+E0nI2RUxxhYTFyPSjt6RVMxh7jUshvyVcBvicb0Ktj+lAJcjgeA==
580573
dependencies:
581-
"@sinonjs/fake-timers" "^7.0.4"
574+
"@types/sinonjs__fake-timers" "*"
575+
576+
"@types/sinonjs__fake-timers@*":
577+
version "8.1.3"
578+
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.3.tgz#575789c5cf6d410cb288b0b4affaf7e6da44ca51"
579+
integrity sha512-4g+2YyWe0Ve+LBh+WUm1697PD0Kdi6coG1eU0YjQbwx61AZ8XbEpL1zIT6WjuUKrCMCROpEaYQPDjBnDouBVAQ==
582580

583581
"@ungap/promise-all-settled@1.1.2":
584582
version "1.1.2"

0 commit comments

Comments
 (0)