Skip to content

Commit b696ed0

Browse files
antonisclaude
andauthored
chore(deps): bump picomatch to fix ReDoS and method injection vulnerabilities (#5900)
Uses scoped yarn resolutions to patch picomatch: - 3.x: 3.0.1 → 3.0.2 (fixes alerts #470, #471) - 4.x: 4.0.3 → 4.0.4 (fixes alerts #474, #475) All dev-only dependencies. https://github.com/getsentry/sentry-react-native/security/dependabot/470 https://github.com/getsentry/sentry-react-native/security/dependabot/471 https://github.com/getsentry/sentry-react-native/security/dependabot/474 https://github.com/getsentry/sentry-react-native/security/dependabot/475 Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 125aa36 commit b696ed0

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,12 @@
122122
"on-headers": "^1.1.0",
123123
"diff": "^5.2.2",
124124
"tar": "^7.5.11",
125-
"tmp": "^0.2.4"
125+
"tmp": "^0.2.4",
126+
"@expo/cli@npm:0.24.11/picomatch": "^3.0.2",
127+
"@expo/cli@npm:55.0.15/picomatch": "^4.0.4",
128+
"@expo/metro-config@npm:55.0.9/picomatch": "^4.0.4",
129+
"npm-run-all2@npm:8.0.4/picomatch": "^4.0.4",
130+
"tinyglobby@npm:0.2.15/picomatch": "^4.0.4"
126131
},
127132
"version": "0.0.0",
128133
"name": "sentry-react-native",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28245,17 +28245,17 @@ __metadata:
2824528245
languageName: node
2824628246
linkType: hard
2824728247

28248-
"picomatch@npm:^3.0.1":
28249-
version: 3.0.1
28250-
resolution: "picomatch@npm:3.0.1"
28251-
checksum: b7fe18174bcc05bbf0ea09cc85623ae395676b3e6bc25636d4c20db79a948586237e429905453bf1ba385bc7a7aa5b56f1b351680e650d2b5c305ceb98dfc914
28248+
"picomatch@npm:^3.0.2":
28249+
version: 3.0.2
28250+
resolution: "picomatch@npm:3.0.2"
28251+
checksum: 6804ba293d0158709880ff3ffbf4504d8768cac4a2dfb070bbc81f9cfa4a866acc9eada8cb4e219d0121f45c3af6f9543c6f0fa770e8fc9523cea87f14b3d741
2825228252
languageName: node
2825328253
linkType: hard
2825428254

28255-
"picomatch@npm:^4.0.2, picomatch@npm:^4.0.3":
28256-
version: 4.0.3
28257-
resolution: "picomatch@npm:4.0.3"
28258-
checksum: 6817fb74eb745a71445debe1029768de55fd59a42b75606f478ee1d0dc1aa6e78b711d041a7c9d5550e042642029b7f373dc1a43b224c4b7f12d23436735dba0
28255+
"picomatch@npm:^4.0.4":
28256+
version: 4.0.4
28257+
resolution: "picomatch@npm:4.0.4"
28258+
checksum: 76b387b5157951422fa6049a96bdd1695e39dd126cd99df34d343638dc5cdb8bcdc83fff288c23eddcf7c26657c35e3173d4d5f488c4f28b889b314472e0a662
2825928259
languageName: node
2826028260
linkType: hard
2826128261

0 commit comments

Comments
 (0)