Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency write-file-atomic to v6 #15323

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading