Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -115,7 +115,8 @@
"minimatch@npm:10.2.4/brace-expansion": "^5.0.5",
"@appium/base-driver@npm:10.2.2/path-to-regexp": "^8.4.0",
"router@npm:2.2.0/path-to-regexp": "^8.4.0",
"yaml": "^2.8.3"
"yaml": "^2.8.3",
"@appium/support@npm:7.0.6/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 @@ -33099,16 +33099,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 @@ -33119,6 +33109,16 @@ __metadata:
languageName: node
linkType: hard

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

"yocto-queue@npm:^0.1.0":
version: 0.1.0
resolution: "yocto-queue@npm:0.1.0"
Expand Down
Loading