Skip to content

Commit 9b1e297

Browse files
authored
chore(security): address GHSA-w5hq-g745-h8pq (#2755)
1 parent c5639ca commit 9b1e297

4 files changed

Lines changed: 161 additions & 165 deletions

File tree

package.json

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -47,22 +47,22 @@
4747
"typescript": "^5.0.0"
4848
},
4949
"resolutions": {
50-
"@appium/base-driver/axios": "^1.13.6",
51-
"@appium/base-driver/lodash": "^4.17.23",
52-
"@appium/base-driver/lru-cache": "^11.2.6",
53-
"@appium/base-driver/path-to-regexp": "^8.3.0",
50+
"@appium/base-driver/axios": "^1.15.0",
51+
"@appium/base-driver/lodash": "^4.18.1",
52+
"@appium/base-driver/lru-cache": "^11.3.5",
53+
"@appium/base-driver/path-to-regexp": "^8.4.2",
5454
"@appium/docutils": "ignore:",
55-
"@appium/logger/lodash": "^4.17.23",
56-
"@appium/logger/lru-cache": "^11.2.6",
55+
"@appium/logger/lodash": "^4.18.1",
56+
"@appium/logger/lru-cache": "^11.3.5",
5757
"@appium/support/archiver": "~7.0.1",
58-
"@appium/support/axios": "^1.13.6",
58+
"@appium/support/axios": "^1.15.0",
5959
"@appium/support/form-data": "~4.0.5",
6060
"@appium/support/glob": "^13.0.6",
61-
"@appium/support/lodash": "^4.17.23",
61+
"@appium/support/lodash": "^4.18.1",
6262
"@appium/support/semver": "~7.7.4",
63-
"@appium/support/teen_process": "~4.0.10",
64-
"@appium/support/uuid": "~13.0.0",
65-
"@appium/support/yauzl": "~3.2.0",
63+
"@appium/support/teen_process": "~4.1.1",
64+
"@appium/support/uuid": "~14.0.0",
65+
"@appium/support/yauzl": "~3.3.0",
6666
"@colors/colors": "^1.6.0",
6767
"@microsoft/eslint-plugin-sdl/eslint-plugin-n": "^17.10.3",
6868
"@microsoft/eslint-plugin-sdl/eslint-plugin-react": "^7.37.3",
@@ -72,11 +72,11 @@
7272
"@react-native-windows/cli/@xmldom/xmldom": "^0.9.0",
7373
"@react-native-windows/telemetry/@xmldom/xmldom": "^0.9.0",
7474
"appium/ajv": "~8.18.0",
75-
"appium/axios": "^1.13.6",
76-
"appium/lodash": "^4.17.23",
77-
"appium/lru-cache": "^11.2.6",
75+
"appium/axios": "^1.15.0",
76+
"appium/lodash": "^4.18.1",
77+
"appium/lru-cache": "^11.3.5",
7878
"appium/semver": "~7.7.4",
79-
"appium/teen_process": "~4.0.10",
79+
"appium/teen_process": "~4.1.1",
8080
"appium/ws": "~8.19.0",
8181
"appium/yaml": "~2.8.2",
8282
"argparse/sprintf-js": "^1.0.2",
@@ -88,7 +88,8 @@
8888
"react-native-windows/@react-native-community/cli-platform-ios": "^20.0.0",
8989
"safe-buffer": "~5.2.1",
9090
"simple-plist/bplist-creator": "~0.1.0",
91-
"simple-plist/bplist-parser": "~0.3.1"
91+
"simple-plist/bplist-parser": "~0.3.1",
92+
"xcode/uuid": "~14.0.0"
9293
},
9394
"engines": {
9495
"node": ">=22.18"

packages/app/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@wdio/types": "^9.20.0",
4141
"appium": "^3.1.1",
4242
"appium-uiautomator2-driver": "^7.0.0",
43-
"appium-xcuitest-driver": "^10.0.0",
43+
"appium-xcuitest-driver": "^11.0.0",
4444
"react-native-test-app": "workspace:*",
4545
"webdriverio": "patch:webdriverio@npm%3A9.26.1#~/.yarn/patches/webdriverio-npm-9.20.0-664a6da575.patch"
4646
},

packages/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
"devDependencies": {
9797
"@babel/core": "^7.25.2",
9898
"@babel/preset-env": "^7.25.3",
99-
"@expo/config-plugins": "^54.0.0",
100-
"@expo/json-file": "~10.0.8",
99+
"@expo/config-plugins": "^55.0.0",
100+
"@expo/json-file": "~10.0.13",
101101
"@react-native-community/cli": "^20.1.0",
102102
"@react-native-community/cli-types": "^20.1.0",
103103
"@react-native-community/template": "^0.85.0",

0 commit comments

Comments
 (0)