Skip to content

Commit 77455f2

Browse files
antonisclaude
andauthored
chore(deps): bump tmp to ^0.2.4 (#5711)
* chore(deps): bump tmp to ^0.2.4 Addresses Dependabot alert for tmp insecure temporary file creation. Uses yarn resolutions to force tmp >=0.2.4 across all consumers. https://github.com/getsentry/sentry-react-native/security/dependabot/329 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: add missing comma in package.json resolutions Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9793202 commit 77455f2

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
@@ -133,7 +133,8 @@
133133
"tar-fs": "^3.1.1",
134134
"on-headers": "^1.1.0",
135135
"diff": "^5.2.2",
136-
"tar": "^7.5.8"
136+
"tar": "^7.5.8",
137+
"tmp": "^0.2.4"
137138
},
138139
"version": "0.0.0",
139140
"name": "sentry-react-native",

yarn.lock

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -27689,13 +27689,6 @@ __metadata:
2768927689
languageName: node
2769027690
linkType: hard
2769127691

27692-
"os-tmpdir@npm:~1.0.2":
27693-
version: 1.0.2
27694-
resolution: "os-tmpdir@npm:1.0.2"
27695-
checksum: 5666560f7b9f10182548bf7013883265be33620b1c1b4a4d405c25be2636f970c5488ff3e6c48de75b55d02bde037249fe5dbfbb4c0fb7714953d56aed062e6d
27696-
languageName: node
27697-
linkType: hard
27698-
2769927692
"outvariant@npm:^1.2.1, outvariant@npm:^1.4.0":
2770027693
version: 1.4.3
2770127694
resolution: "outvariant@npm:1.4.3"
@@ -32913,29 +32906,13 @@ __metadata:
3291332906
languageName: node
3291432907
linkType: hard
3291532908

32916-
"tmp@npm:^0.0.33":
32917-
version: 0.0.33
32918-
resolution: "tmp@npm:0.0.33"
32919-
dependencies:
32920-
os-tmpdir: "npm:~1.0.2"
32921-
checksum: 902d7aceb74453ea02abbf58c203f4a8fc1cead89b60b31e354f74ed5b3fb09ea817f94fb310f884a5d16987dd9fa5a735412a7c2dd088dd3d415aa819ae3a28
32922-
languageName: node
32923-
linkType: hard
32924-
32925-
"tmp@npm:^0.2.1":
32909+
"tmp@npm:^0.2.4":
3292632910
version: 0.2.5
3292732911
resolution: "tmp@npm:0.2.5"
3292832912
checksum: 9d18e58060114154939930457b9e198b34f9495bcc05a343bc0a0a29aa546d2c1c2b343dae05b87b17c8fde0af93ab7d8fe8574a8f6dc2cd8fd3f2ca1ad0d8e1
3292932913
languageName: node
3293032914
linkType: hard
3293132915

32932-
"tmp@npm:^0.2.3, tmp@npm:~0.2.1":
32933-
version: 0.2.3
32934-
resolution: "tmp@npm:0.2.3"
32935-
checksum: 73b5c96b6e52da7e104d9d44afb5d106bb1e16d9fa7d00dbeb9e6522e61b571fbdb165c756c62164be9a3bbe192b9b268c236d370a2a0955c7689cd2ae377b95
32936-
languageName: node
32937-
linkType: hard
32938-
3293932916
"tmpl@npm:1.0.5":
3294032917
version: 1.0.5
3294132918
resolution: "tmpl@npm:1.0.5"

0 commit comments

Comments
 (0)