Skip to content

Commit

Permalink
fix(deps): update dependency @sinonjs/fake-timers to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 24, 2024
1 parent bd1c6db commit 817daee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/jest-fake-timers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@jest/types": "workspace:*",
"@sinonjs/fake-timers": "^11.1.0",
"@sinonjs/fake-timers": "^12.0.0",
"@types/node": "*",
"jest-message-util": "workspace:*",
"jest-mock": "workspace:*",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3230,7 +3230,7 @@ __metadata:
dependencies:
"@jest/test-utils": "workspace:*"
"@jest/types": "workspace:*"
"@sinonjs/fake-timers": ^11.1.0
"@sinonjs/fake-timers": ^12.0.0
"@types/node": "*"
"@types/sinonjs__fake-timers": ^8.1.2
jest-message-util: "workspace:*"
Expand Down Expand Up @@ -4939,7 +4939,7 @@ __metadata:
languageName: node
linkType: hard

"@sinonjs/commons@npm:^3.0.0":
"@sinonjs/commons@npm:^3.0.1":
version: 3.0.1
resolution: "@sinonjs/commons@npm:3.0.1"
dependencies:
Expand All @@ -4948,12 +4948,12 @@ __metadata:
languageName: node
linkType: hard

"@sinonjs/fake-timers@npm:^11.1.0":
version: 11.2.2
resolution: "@sinonjs/fake-timers@npm:11.2.2"
"@sinonjs/fake-timers@npm:^12.0.0":
version: 12.0.0
resolution: "@sinonjs/fake-timers@npm:12.0.0"
dependencies:
"@sinonjs/commons": ^3.0.0
checksum: 68c29b0e1856fdc280df03ddbf57c726420b78e9f943a241b471edc018fb14ff36fdc1daafd6026cba08c3c7f50c976fb7ae11b88ff44cd7f609692ca7d25158
"@sinonjs/commons": ^3.0.1
checksum: bb1e572675863b397e389840d068da3a03bec53ed1e600e22a475f0e37b8bee2bb800b8d93ea2c373f99c65574620a744ad50c3514266bde848fff2b58cad2a7
languageName: node
linkType: hard

Expand Down

0 comments on commit 817daee

Please sign in to comment.