Skip to content

Commit f49a265

Browse files
authored
Merge pull request #696 from ReactiveDB/renovate/sinon-17.x
chore(deps): update dependency @types/sinon to v17
2 parents afe0655 + d87ffb6 commit f49a265

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@types/chai-string": "^1.4.2",
6565
"@types/node": "^16.4.13",
6666
"@types/shelljs": "^0.8.9",
67-
"@types/sinon": "^10.0.2",
67+
"@types/sinon": "^17.0.0",
6868
"@types/sinon-chai": "^3.2.5",
6969
"chai": "^4.3.4",
7070
"chai-string": "^1.5.0",

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,13 +490,25 @@
490490
"@types/chai" "*"
491491
"@types/sinon" "*"
492492

493-
"@types/sinon@*", "@types/sinon@^10.0.2":
493+
"@types/sinon@*":
494494
version "10.0.2"
495495
resolved "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.2.tgz#f360d2f189c0fd433d14aeb97b9d705d7e4cc0e4"
496496
integrity sha512-BHn8Bpkapj8Wdfxvh2jWIUoaYB/9/XhsL0oOvBfRagJtKlSl9NWPcFOz2lRukI9szwGxFtYZCTejJSqsGDbdmw==
497497
dependencies:
498498
"@sinonjs/fake-timers" "^7.1.0"
499499

500+
"@types/sinon@^17.0.0":
501+
version "17.0.0"
502+
resolved "https://registry.npmjs.org/@types/sinon/-/sinon-17.0.0.tgz#c5e5ee3ca6ab825fe18ef4b0aa74fedf1250baa1"
503+
integrity sha512-oN4AeDMFCeNZrAffCjhLcwwVymRZL2c9mljUmhPnd0eiM06d4ELDg0Q0TSvnZXrCIFlSA859qIdcfu1HapswPQ==
504+
dependencies:
505+
"@types/sinonjs__fake-timers" "*"
506+
507+
"@types/sinonjs__fake-timers@*":
508+
version "8.1.4"
509+
resolved "https://registry.npmjs.org/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.4.tgz#663bb44e01f6bae4eaae3719d8b037411217c992"
510+
integrity sha512-GDV68H0mBSN449sa5HEj51E0wfpVQb8xNSMzxf/PrypMFcLTMwJMOM/cgXiv71Mq5drkOQmUGvL1okOZcu6RrQ==
511+
500512
"@typescript-eslint/[email protected]":
501513
version "4.29.1"
502514
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.29.1.tgz#94cce6cf7cc83451df03339cda99d326be2feaf5"

0 commit comments

Comments
 (0)