Skip to content

Commit 8f17872

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

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.15",
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.15":
570+
version "10.0.15"
571+
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.15.tgz#513fded9c3cf85e589bbfefbf02b2a0541186b48"
572+
integrity sha512-3lrFNQG0Kr2LDzvjyjB6AMJk4ge+8iYhQfdnSwIwlG88FUOV43kPcQqDZkDa/h3WSZy6i8Fr0BSjfQtB1B3xuQ==
580573
dependencies:
581-
"@sinonjs/fake-timers" "^7.0.4"
574+
"@types/sinonjs__fake-timers" "*"
575+
576+
"@types/sinonjs__fake-timers@*":
577+
version "8.1.2"
578+
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.2.tgz#bf2e02a3dbd4aecaf95942ecd99b7402e03fad5e"
579+
integrity sha512-9GcLXF0/v3t80caGs5p2rRfkB+a8VBGLJZVih6CNFkx8IZ994wiKKLSRs9nuFwk1HevWs/1mnUmkApGrSGsShA==
582580

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

0 commit comments

Comments
 (0)