Skip to content

Commit b287e72

Browse files
antonisclaude
andauthored
chore(deps): bump yaml to ^2.8.3 (#5921)
Fixes Dependabot alert for stack overflow via deeply nested YAML. https://github.com/getsentry/sentry-react-native/security/dependabot/476 Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 65d9530 commit b287e72

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@
127127
"@expo/cli@npm:55.0.15/picomatch": "^4.0.4",
128128
"@expo/metro-config@npm:55.0.9/picomatch": "^4.0.4",
129129
"npm-run-all2@npm:8.0.4/picomatch": "^4.0.4",
130-
"tinyglobby@npm:0.2.15/picomatch": "^4.0.4"
130+
"tinyglobby@npm:0.2.15/picomatch": "^4.0.4",
131+
"yaml": "^2.8.3"
131132
},
132133
"version": "0.0.0",
133134
"name": "sentry-react-native",

yarn.lock

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34826,21 +34826,12 @@ __metadata:
3482634826
languageName: node
3482734827
linkType: hard
3482834828

34829-
"yaml@npm:2.8.2, yaml@npm:^2.6.1":
34830-
version: 2.8.2
34831-
resolution: "yaml@npm:2.8.2"
34832-
bin:
34833-
yaml: bin.mjs
34834-
checksum: 5ffd9f23bc7a450129cbd49dcf91418988f154ede10c83fd28ab293661ac2783c05da19a28d76a22cbd77828eae25d4bd7453f9a9fe2d287d085d72db46fd105
34835-
languageName: node
34836-
linkType: hard
34837-
34838-
"yaml@npm:^2.2.1, yaml@npm:^2.2.2":
34839-
version: 2.5.0
34840-
resolution: "yaml@npm:2.5.0"
34829+
"yaml@npm:^2.8.3":
34830+
version: 2.8.3
34831+
resolution: "yaml@npm:2.8.3"
3484134832
bin:
3484234833
yaml: bin.mjs
34843-
checksum: a116dca5c61641d9bf1f1016c6e71daeb1ed4915f5930ed237d45ab7a605aa5d92c332ff64879a6cd088cabede008c778774e3060ffeb4cd617d28088e4b2d83
34834+
checksum: 6e33fa9a8a31a8ed7472fbafc83e587956611594ca6ae4dbc1ab0c8a3ad4f6ff061a9842ca34bbb2e7affa9df93322cf0d132fd34338bec308d984495432c905
3484434835
languageName: node
3484534836
linkType: hard
3484634837

0 commit comments

Comments
 (0)