Skip to content

Commit bbe152a

Browse files
committed
fix: resolve Dependabot security vulnerabilities
- Update @react-native-community/cli from 11.3.2 to 17.0.1 - Add resolutions to force secure versions: - js-yaml: ^3.14.2 (fixes prototype pollution CVE) - min-document: ^2.19.1 (fixes prototype pollution) - logkitty: ^0.7.1 (fixes arbitrary shell command execution) - node-fetch: ^2.6.7 (fixes header forwarding to untrusted sites) - ws: ^8.17.1 (fixes DoS with many HTTP headers) - Transitive dependency updates via yarn.lock: - on-headers: 1.1.0 (fixes CVE-2025-7339) - compression: 1.8.1 (fixes CVE-2025-7339) - brace-expansion: 1.1.12 (fixes ReDoS vulnerability) Resolves: #21, #25, #30, #51, #53, #54, #59, #61
1 parent 1da55ae commit bbe152a

3 files changed

Lines changed: 301 additions & 262 deletions

File tree

apps/vega/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@amazon-devices/kepler-cli-platform": "^0",
4646
"@babel/core": "^7.20.0",
4747
"@babel/traverse": "^7.20.0",
48-
"@react-native-community/cli": "11.3.2",
48+
"@react-native-community/cli": "17.0.1",
4949
"@react-native-community/cli-tools": "^11.0.0",
5050
"@react-native/eslint-config": "0.72.2",
5151
"@react-native/metro-config": "^0.72.6",

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
"packages/*"
88
],
99
"packageManager": "yarn@4.5.0",
10+
"resolutions": {
11+
"js-yaml": "^3.14.2",
12+
"min-document": "^2.19.1",
13+
"logkitty": "^0.7.1",
14+
"node-fetch": "^2.6.7",
15+
"ws": "^8.17.1"
16+
},
1017
"scripts": {
1118
"dev": "yarn workspace @multi-tv/expo-multi-tv start",
1219
"dev:android": "yarn workspace @multi-tv/expo-multi-tv android",

0 commit comments

Comments
 (0)