Skip to content

Commit 0876b53

Browse files
antonisclaude
andcommitted
chore(deps): bump yauzl to ^3.2.1
Fixes Dependabot alert for yauzl off-by-one error. https://github.com/getsentry/sentry-react-native/security/dependabot/453 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a50b33d commit 0876b53

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@
115115
"minimatch@npm:10.2.4/brace-expansion": "^5.0.5",
116116
"@appium/base-driver@npm:10.2.2/path-to-regexp": "^8.4.0",
117117
"router@npm:2.2.0/path-to-regexp": "^8.4.0",
118-
"yaml": "^2.8.3"
118+
"yaml": "^2.8.3",
119+
"@appium/support@npm:7.0.6/yauzl": "^3.2.1"
119120
},
120121
"version": "0.0.0",
121122
"name": "sentry-react-native",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33099,16 +33099,6 @@ __metadata:
3309933099
languageName: node
3310033100
linkType: hard
3310133101

33102-
"yauzl@npm:3.2.0":
33103-
version: 3.2.0
33104-
resolution: "yauzl@npm:3.2.0"
33105-
dependencies:
33106-
buffer-crc32: ~0.2.3
33107-
pend: ~1.2.0
33108-
checksum: d16440447bbc4973cf60c455290d6a394c47b82d449193098b10c69a6cc8f3eb003e361a512d1885ca67c96c95351aadb46bfcc47ee2c73a5134743d99275554
33109-
languageName: node
33110-
linkType: hard
33111-
3311233102
"yauzl@npm:^2.10.0":
3311333103
version: 2.10.0
3311433104
resolution: "yauzl@npm:2.10.0"
@@ -33119,6 +33109,16 @@ __metadata:
3311933109
languageName: node
3312033110
linkType: hard
3312133111

33112+
"yauzl@npm:^3.2.1":
33113+
version: 3.3.0
33114+
resolution: "yauzl@npm:3.3.0"
33115+
dependencies:
33116+
buffer-crc32: ~0.2.3
33117+
pend: ~1.2.0
33118+
checksum: 7ad20895242e83a14ed4d1a9b3608221e50e49079ebb4e1af81faf1c683bcd41a82cd2c19863e0159afa434405930299ee9724f8a860c4ae186f0999e883cb25
33119+
languageName: node
33120+
linkType: hard
33121+
3312233122
"yocto-queue@npm:^0.1.0":
3312333123
version: 0.1.0
3312433124
resolution: "yocto-queue@npm:0.1.0"

0 commit comments

Comments
 (0)