Skip to content
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
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
"qs": "^6.14.2",
"lodash": "^4.17.23",
"tar-fs": "^3.1.1",
"tar": "^7.5.7"
"tar": "^7.5.7",
"tmp": "^0.2.4"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolutions force incompatible tmp major jump

Medium Severity

The resolutions entry forces all tmp consumers onto ^0.2.4 even when transitive dependencies request tmp@^0.0.33 (e.g., external-editor, patch-package, @expo/devcert). Yarn can override incompatible ranges, which risks runtime/tooling breakage if tmp@0.2.x differs from 0.0.33 semantics.

Additional Locations (1)

Fix in Cursor Fix in Web

},
"version": "0.0.0",
"name": "sentry-react-native",
Expand Down
25 changes: 1 addition & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27792,13 +27792,6 @@ __metadata:
languageName: node
linkType: hard

"os-tmpdir@npm:~1.0.2":
version: 1.0.2
resolution: "os-tmpdir@npm:1.0.2"
checksum: 5666560f7b9f10182548bf7013883265be33620b1c1b4a4d405c25be2636f970c5488ff3e6c48de75b55d02bde037249fe5dbfbb4c0fb7714953d56aed062e6d
languageName: node
linkType: hard

"outvariant@npm:^1.2.1, outvariant@npm:^1.4.0":
version: 1.4.3
resolution: "outvariant@npm:1.4.3"
Expand Down Expand Up @@ -33016,29 +33009,13 @@ __metadata:
languageName: node
linkType: hard

"tmp@npm:^0.0.33":
version: 0.0.33
resolution: "tmp@npm:0.0.33"
dependencies:
os-tmpdir: "npm:~1.0.2"
checksum: 902d7aceb74453ea02abbf58c203f4a8fc1cead89b60b31e354f74ed5b3fb09ea817f94fb310f884a5d16987dd9fa5a735412a7c2dd088dd3d415aa819ae3a28
languageName: node
linkType: hard

"tmp@npm:^0.2.1":
"tmp@npm:^0.2.4":
version: 0.2.5
resolution: "tmp@npm:0.2.5"
checksum: 9d18e58060114154939930457b9e198b34f9495bcc05a343bc0a0a29aa546d2c1c2b343dae05b87b17c8fde0af93ab7d8fe8574a8f6dc2cd8fd3f2ca1ad0d8e1
languageName: node
linkType: hard

"tmp@npm:^0.2.3, tmp@npm:~0.2.1":
version: 0.2.3
resolution: "tmp@npm:0.2.3"
checksum: 73b5c96b6e52da7e104d9d44afb5d106bb1e16d9fa7d00dbeb9e6522e61b571fbdb165c756c62164be9a3bbe192b9b268c236d370a2a0955c7689cd2ae377b95
languageName: node
linkType: hard

"tmpl@npm:1.0.5":
version: 1.0.5
resolution: "tmpl@npm:1.0.5"
Expand Down
Loading