Skip to content

Commit c015354

Browse files
authored
chore: address security alerts (#2726)
- CVE-2026-31988 - CVE-2026-33672
1 parent 7edc177 commit c015354

File tree

2 files changed

+108
-141
lines changed

2 files changed

+108
-141
lines changed

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"show-affected": "node scripts/affected.mts"
2828
},
2929
"devDependencies": {
30-
"@nx/js": "^21.0.0",
30+
"@nx/js": "^22.0.0",
3131
"@rnx-kit/lint-lockfile": "^0.1.0",
3232
"@rnx-kit/oxlint-config": "^1.0.3",
3333
"@types/js-yaml": "^4.0.5",
@@ -36,7 +36,7 @@
3636
"globals": "^16.5.0",
3737
"js-yaml": "^4.1.0",
3838
"minimatch": "^10.0.0",
39-
"nx": "^21.0.0",
39+
"nx": "^22.0.0",
4040
"oxfmt": "^0.41.0",
4141
"oxlint": "^1.51.0",
4242
"typescript": "^5.0.0"
@@ -56,10 +56,13 @@
5656
"@appium/support/semver": "~7.7.4",
5757
"@appium/support/teen_process": "~4.0.10",
5858
"@appium/support/uuid": "~13.0.0",
59+
"@appium/support/yauzl": "~3.2.0",
5960
"@colors/colors": "^1.6.0",
6061
"@microsoft/eslint-plugin-sdl/eslint-plugin-n": "^17.10.3",
6162
"@microsoft/eslint-plugin-sdl/eslint-plugin-react": "^7.37.3",
62-
"@nx/devkit/minimatch": "^9.0.3",
63+
"@nx/devkit/minimatch": "^10.2.4",
64+
"@nx/js/picomatch": "^4.0.2",
65+
"@nx/workspace/picomatch": "^4.0.2",
6366
"@react-native-community/cli": "^20.0.0",
6467
"@react-native-community/cli-platform-android": "^20.0.0",
6568
"@react-native-community/cli-platform-apple": "^20.0.0",
@@ -85,7 +88,7 @@
8588
"argparse/sprintf-js": "^1.0.2",
8689
"babel-jest": "link:./packages/null",
8790
"compression/bytes": "^3.1.2",
88-
"nx/minimatch": "^9.0.3",
91+
"nx/minimatch": "^10.2.4",
8992
"react-native-windows/metro-source-map": "^0.83.1",
9093
"safe-buffer": "~5.2.1",
9194
"simple-plist/bplist-creator": "~0.1.0",

0 commit comments

Comments
 (0)