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 @@ -130,7 +130,8 @@
"on-headers": "^1.1.0",
"diff": "^5.2.2",
"tar": "^7.5.11",
"tmp": "^0.2.4"
"tmp": "^0.2.4",
"@appium/support@npm:6.1.1/yauzl": "^3.2.1"
},
"version": "0.0.0",
"name": "sentry-react-native",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35516,16 +35516,6 @@ __metadata:
languageName: node
linkType: hard

"yauzl@npm:3.2.0":
version: 3.2.0
resolution: "yauzl@npm:3.2.0"
dependencies:
buffer-crc32: ~0.2.3
pend: ~1.2.0
checksum: d16440447bbc4973cf60c455290d6a394c47b82d449193098b10c69a6cc8f3eb003e361a512d1885ca67c96c95351aadb46bfcc47ee2c73a5134743d99275554
languageName: node
linkType: hard

"yauzl@npm:^2.10.0":
version: 2.10.0
resolution: "yauzl@npm:2.10.0"
Expand All @@ -35536,6 +35526,16 @@ __metadata:
languageName: node
linkType: hard

"yauzl@npm:^3.2.1":
version: 3.2.1
resolution: "yauzl@npm:3.2.1"
dependencies:
buffer-crc32: ~0.2.3
pend: ~1.2.0
checksum: 7eb1960e431297131579eb1e8c48506597e8841f21a98324a110793b30b7e7c44d3028fd8b40b1383ccce6bd57d0154d6a702a1cbf84e9556b2c8f386256a268
languageName: node
linkType: hard

"yn@npm:3.1.1":
version: 3.1.1
resolution: "yn@npm:3.1.1"
Expand Down
Loading