Skip to content

Commit 36ae2e8

Browse files
committed
chore(deps): update dependency @types/sinon to v10.0.1
1 parent dff1b45 commit 36ae2e8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.1",
8484
"chai": "4.3.4",
8585
"coveralls": "3.1.0",
8686
"faker": "5.5.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -485,10 +485,10 @@
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==
488+
"@sinonjs/fake-timers@^7.1.0":
489+
version "7.1.0"
490+
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-7.1.0.tgz#8f13af27d842cbf51ad4502e05562fe9391d084e"
491+
integrity sha512-hAEzXi6Wbvlb67NnGMGSNOeAflLVnMa4yliPU/ty1qjgW/vAletH15/v/esJwASSIA0YlIyjnloenFbEZc9q9A==
492492
dependencies:
493493
"@sinonjs/commons" "^1.7.0"
494494

@@ -573,12 +573,12 @@
573573
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
574574
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
575575

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==
576+
"@types/sinon@10.0.1":
577+
version "10.0.1"
578+
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.1.tgz#97ccb0482b750f5140ffdc661240ebbbe6e28d75"
579+
integrity sha512-tZulsvuJwif5ddTBtscflI7gJcd+RpENcNZ7QCp0jKEl0bZY3Pu6PbJs4GR3SfQkGgsUa+FrlKsKQ0XyGNvDuA==
580580
dependencies:
581-
"@sinonjs/fake-timers" "^7.0.4"
581+
"@sinonjs/fake-timers" "^7.1.0"
582582

583583
"@ungap/promise-all-settled@1.1.2":
584584
version "1.1.2"

0 commit comments

Comments
 (0)