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
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,12 @@
"on-headers": "^1.1.0",
"diff": "^5.2.2",
"tar": "^7.5.11",
"tmp": "^0.2.4"
"tmp": "^0.2.4",
"@expo/cli@npm:0.24.11/picomatch": "^3.0.2",
"@expo/cli@npm:55.0.15/picomatch": "^4.0.4",
"@expo/metro-config@npm:55.0.9/picomatch": "^4.0.4",
"npm-run-all2@npm:8.0.4/picomatch": "^4.0.4",
"tinyglobby@npm:0.2.15/picomatch": "^4.0.4"
},
"version": "0.0.0",
"name": "sentry-react-native",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28252,17 +28252,17 @@ __metadata:
languageName: node
linkType: hard

"picomatch@npm:^3.0.1":
version: 3.0.1
resolution: "picomatch@npm:3.0.1"
checksum: b7fe18174bcc05bbf0ea09cc85623ae395676b3e6bc25636d4c20db79a948586237e429905453bf1ba385bc7a7aa5b56f1b351680e650d2b5c305ceb98dfc914
"picomatch@npm:^3.0.2":
version: 3.0.2
resolution: "picomatch@npm:3.0.2"
checksum: 6804ba293d0158709880ff3ffbf4504d8768cac4a2dfb070bbc81f9cfa4a866acc9eada8cb4e219d0121f45c3af6f9543c6f0fa770e8fc9523cea87f14b3d741
languageName: node
linkType: hard

"picomatch@npm:^4.0.2, picomatch@npm:^4.0.3":
version: 4.0.3
resolution: "picomatch@npm:4.0.3"
checksum: 6817fb74eb745a71445debe1029768de55fd59a42b75606f478ee1d0dc1aa6e78b711d041a7c9d5550e042642029b7f373dc1a43b224c4b7f12d23436735dba0
"picomatch@npm:^4.0.4":
version: 4.0.4
resolution: "picomatch@npm:4.0.4"
checksum: 76b387b5157951422fa6049a96bdd1695e39dd126cd99df34d343638dc5cdb8bcdc83fff288c23eddcf7c26657c35e3173d4d5f488c4f28b889b314472e0a662
languageName: node
linkType: hard

Expand Down
Loading