Skip to content

Commit 4afe6e1

Browse files
antonisclaude
andcommitted
chore(deps): bump tmp to ^0.2.4
Adds a yarn resolution to force tmp to >=0.2.4, patching arbitrary temporary file/directory write via symbolic link dir parameter (affected range: <= 0.2.3). Consolidates both the 0.0.33 and 0.2.3 consumers onto the latest patched 0.2.x series. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent cb7404a commit 4afe6e1

2 files changed

Lines changed: 3 additions & 25 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
"appium-chromedriver@npm:5.6.73/@xmldom/xmldom": "0.8.10",
6363
"form-data": "4.0.4",
6464
"tar-fs": "^3.1.1",
65-
"tar": "^7.5.7"
65+
"tar": "^7.5.7",
66+
"tmp": "^0.2.4"
6667
},
6768
"version": "0.0.0",
6869
"name": "sentry-react-native",

yarn.lock

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -27784,13 +27784,6 @@ __metadata:
2778427784
languageName: node
2778527785
linkType: hard
2778627786

27787-
"os-tmpdir@npm:~1.0.2":
27788-
version: 1.0.2
27789-
resolution: "os-tmpdir@npm:1.0.2"
27790-
checksum: 5666560f7b9f10182548bf7013883265be33620b1c1b4a4d405c25be2636f970c5488ff3e6c48de75b55d02bde037249fe5dbfbb4c0fb7714953d56aed062e6d
27791-
languageName: node
27792-
linkType: hard
27793-
2779427787
"outvariant@npm:^1.2.1, outvariant@npm:^1.4.0":
2779527788
version: 1.4.3
2779627789
resolution: "outvariant@npm:1.4.3"
@@ -33017,29 +33010,13 @@ __metadata:
3301733010
languageName: node
3301833011
linkType: hard
3301933012

33020-
"tmp@npm:^0.0.33":
33021-
version: 0.0.33
33022-
resolution: "tmp@npm:0.0.33"
33023-
dependencies:
33024-
os-tmpdir: "npm:~1.0.2"
33025-
checksum: 902d7aceb74453ea02abbf58c203f4a8fc1cead89b60b31e354f74ed5b3fb09ea817f94fb310f884a5d16987dd9fa5a735412a7c2dd088dd3d415aa819ae3a28
33026-
languageName: node
33027-
linkType: hard
33028-
33029-
"tmp@npm:^0.2.1":
33013+
"tmp@npm:^0.2.4":
3303033014
version: 0.2.5
3303133015
resolution: "tmp@npm:0.2.5"
3303233016
checksum: 9d18e58060114154939930457b9e198b34f9495bcc05a343bc0a0a29aa546d2c1c2b343dae05b87b17c8fde0af93ab7d8fe8574a8f6dc2cd8fd3f2ca1ad0d8e1
3303333017
languageName: node
3303433018
linkType: hard
3303533019

33036-
"tmp@npm:^0.2.3, tmp@npm:~0.2.1":
33037-
version: 0.2.3
33038-
resolution: "tmp@npm:0.2.3"
33039-
checksum: 73b5c96b6e52da7e104d9d44afb5d106bb1e16d9fa7d00dbeb9e6522e61b571fbdb165c756c62164be9a3bbe192b9b268c236d370a2a0955c7689cd2ae377b95
33040-
languageName: node
33041-
linkType: hard
33042-
3304333020
"tmpl@npm:1.0.5":
3304433021
version: 1.0.5
3304533022
resolution: "tmpl@npm:1.0.5"

0 commit comments

Comments
 (0)