Skip to content

Commit 677436f

Browse files
antonisclaude
andauthored
chore(deps): bump @xmldom/xmldom to fix XML injection vulnerability (#5952)
Scoped resolutions to patch @xmldom/xmldom: - 0.8.x consumers: 0.8.10 → 0.8.12 - 0.9.x consumers: 0.9.0/0.9.8 → 0.9.9 Also updates existing appium-chromedriver xmldom pin from 0.8.10 to 0.8.12. https://github.com/getsentry/sentry-react-native/security/dependabot/488 https://github.com/getsentry/sentry-react-native/security/dependabot/489 Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 089e5a4 commit 677436f

File tree

2 files changed

+16
-24
lines changed

2 files changed

+16
-24
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"See: https://github.com/appium/appium-chromedriver/pull/424"
6161
],
6262
"resolutions": {
63-
"appium-chromedriver@npm:8.2.19/@xmldom/xmldom": "0.8.10",
63+
"appium-chromedriver@npm:8.2.19/@xmldom/xmldom": "0.8.12",
6464
"@istanbuljs/load-nyc-config@npm:1.1.0/js-yaml": "^3.14.2",
6565
"@yarnpkg/parsers@npm:3.0.0-rc.46/js-yaml": "^3.14.2",
6666
"cosmiconfig@npm:5.2.1/js-yaml": "^3.14.2",
@@ -115,7 +115,13 @@
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+
"@expo/plist@npm:0.1.3/@xmldom/xmldom": "^0.8.12",
120+
"@expo/plist@npm:0.3.4/@xmldom/xmldom": "^0.8.12",
121+
"@expo/plist@npm:0.5.2/@xmldom/xmldom": "^0.8.12",
122+
"plist@npm:3.1.0/@xmldom/xmldom": "^0.8.12",
123+
"appium-ios-remotexpc@npm:0.36.0/@xmldom/xmldom": "^0.9.9",
124+
"appium-ios-simulator@npm:8.0.12/@xmldom/xmldom": "^0.9.9"
119125
},
120126
"version": "0.0.0",
121127
"name": "sentry-react-native",

yarn.lock

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12121,31 +12121,17 @@ __metadata:
1212112121
languageName: node
1212212122
linkType: hard
1212312123

12124-
"@xmldom/xmldom@npm:0.8.10, @xmldom/xmldom@npm:^0.8.8":
12125-
version: 0.8.10
12126-
resolution: "@xmldom/xmldom@npm:0.8.10"
12127-
checksum: 4c136aec31fb3b49aaa53b6fcbfe524d02a1dc0d8e17ee35bd3bf35e9ce1344560481cd1efd086ad1a4821541482528672306d5e37cdbd187f33d7fadd3e2cf0
12128-
languageName: node
12129-
linkType: hard
12130-
12131-
"@xmldom/xmldom@npm:^0.9.8":
12132-
version: 0.9.8
12133-
resolution: "@xmldom/xmldom@npm:0.9.8"
12134-
checksum: f8d16ad3c8083312575850fa4f2c13a2b884a37021dbb0146c6b2575bd3ddbf4c900530b49a55a7f62088ecf9809173fd7138985e7e58ddab786578970e09c59
12135-
languageName: node
12136-
linkType: hard
12137-
12138-
"@xmldom/xmldom@npm:^0.x":
12139-
version: 0.9.0
12140-
resolution: "@xmldom/xmldom@npm:0.9.0"
12141-
checksum: a6352e40c248f052dacefd30c8c287721eb94341f7b4f50cf0378726ae4dd2247a95e858e5914a3a85355fef884711bda4615980fbca6d98eaf2843d4d8dc5a2
12124+
"@xmldom/xmldom@npm:0.8.12, @xmldom/xmldom@npm:^0.8.12":
12125+
version: 0.8.12
12126+
resolution: "@xmldom/xmldom@npm:0.8.12"
12127+
checksum: 609bbcd6f31fa24023f5cc836e804d49c60e3df83ca73f744da9caff7fed516221dcf2f23de44e5289d715951781ec35fa90adf57008c3eae944a7550c39e325
1214212128
languageName: node
1214312129
linkType: hard
1214412130

12145-
"@xmldom/xmldom@npm:~0.7.7":
12146-
version: 0.7.13
12147-
resolution: "@xmldom/xmldom@npm:0.7.13"
12148-
checksum: b4054078530e5fa8ede9677425deff0fce6d965f4c477ca73f8490d8a089e60b8498a15560425a1335f5ff99ecb851ed2c734b0a9a879299a5694302f212f37a
12131+
"@xmldom/xmldom@npm:^0.9.9":
12132+
version: 0.9.9
12133+
resolution: "@xmldom/xmldom@npm:0.9.9"
12134+
checksum: 73bd69379f70b29cdef742eb834c299ef13268e9ce42ea6384a78ade1083c3e0c71c764019d3c8d860a76147c6c84b4cba5e6e5b2123ed2cd806d8621c4c9559
1214912135
languageName: node
1215012136
linkType: hard
1215112137

0 commit comments

Comments
 (0)