Skip to content

Commit

Permalink
fix(deps): update dependency write-file-atomic to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 7afa881 commit cac5b4d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/jest-transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"micromatch": "^4.0.8",
"pirates": "^4.0.4",
"slash": "^3.0.0",
"write-file-atomic": "^5.0.0"
"write-file-atomic": "^6.0.0"
},
"devDependencies": {
"@jest/test-utils": "workspace:*",
Expand Down
12 changes: 11 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3526,7 +3526,7 @@ __metadata:
micromatch: ^4.0.8
pirates: ^4.0.4
slash: ^3.0.0
write-file-atomic: ^5.0.0
write-file-atomic: ^6.0.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -21973,6 +21973,16 @@ __metadata:
languageName: node
linkType: hard

"write-file-atomic@npm:^6.0.0":
version: 6.0.0
resolution: "write-file-atomic@npm:6.0.0"
dependencies:
imurmurhash: ^0.1.4
signal-exit: ^4.0.1
checksum: 35f1303b0229c89c36d0817de9912b43a242f775cb0f386fecf97bac735013e1fde5f464c2ce9f63288d2c91b1ec5bc18d55347b0e37c0e4dbc64b60dc220629
languageName: node
linkType: hard

"write-json-file@npm:^6.0.0":
version: 6.0.0
resolution: "write-json-file@npm:6.0.0"
Expand Down

0 comments on commit cac5b4d

Please sign in to comment.