Skip to content

Commit e22be9b

Browse files
authored
[engsys] upgrade dev dependency @sinonjs/fake-timers to ^11.0.0 (Azure#26727)
per https://github.com/sinonjs/fake-timers/blob/main/CHANGELOG.md, v11.0.0 is a release of 10.2.0. So it should be fine since what we've been installing with `^10.0.2` is working fine.
1 parent 8f958c9 commit e22be9b

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/cosmosdb/cosmos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"typescript": "~5.0.0",
137137
"nock": "^12.0.3",
138138
"@types/sinonjs__fake-timers": "~8.1.2",
139-
"@sinonjs/fake-timers": "^10.0.2"
139+
"@sinonjs/fake-timers": "^11.0.0"
140140
},
141141
"//sampleConfiguration": {
142142
"skip": [

0 commit comments

Comments
 (0)