Skip to content

Commit 577248c

Browse files
authored
Merge pull request #1260 from amgleitman/0.68-component-governance
Bring over some component governance improvements to 0.68-stable
2 parents 27e8fa4 + b0f6373 commit 577248c

File tree

3 files changed

+714
-773
lines changed

3 files changed

+714
-773
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@
122122
"react-native-gradle-plugin": "^0.0.6",
123123
"react-refresh": "^0.4.0",
124124
"react-shallow-renderer": "16.14.1",
125+
"readable-stream": "^4.0.0",
125126
"regenerator-runtime": "^0.13.2",
126127
"scheduler": "^0.20.2",
127128
"stacktrace-parser": "^0.1.3",
@@ -181,14 +182,14 @@
181182
"resolutions": {
182183
"async": "^3.2.2",
183184
"es5-ext": "0.10.53",
184-
"shell-quote": "^1.7.3",
185-
"workspace-tools": "^0.18.4"
185+
"readable-stream": "^4.0.0",
186+
"shell-quote": "^1.7.3"
186187
},
187188
"_justification": {
188189
"async": "Versions of async prior to 3.2.2 are vulnerable to prototype pollution",
189190
"es5-ext": "Packages after 0.10.54 and at the moment up until 0.10.59 contain a protest message. A policy prevents us from using packages with protestware, therefore downgrading to the latest release without the message.",
190-
"shell-quote": "Versions prior to 1.7.3 have an RCE vulnerability. Should be removable once we upgrade CLI tools to ^8.0.0 with RN 0.69.",
191-
"workspace-tools": "Versions prior to 0.18.4 are vulnerable to command injection and prototype pollution attacks"
191+
"readable-stream": "Eliminates dependency on outdated string_decoder component",
192+
"shell-quote": "Versions prior to 1.7.3 have an RCE vulnerability. Should be removable once we upgrade CLI tools to ^8.0.0 with RN 0.69."
192193
},
193194
"codegenConfig": {
194195
"libraries": [
@@ -208,4 +209,4 @@
208209
}
209210
]
210211
}
211-
}
212+
}

packages/react-native-macos-init/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@types/semver": "^7.1.0",
3535
"@types/valid-url": "^1.0.2",
3636
"@types/yargs": "^15.0.3",
37-
"beachball": "^1.27.0",
37+
"beachball": "^2.25.0",
3838
"just-scripts": "^1.8.0",
3939
"typescript": "4.5.4"
4040
},

0 commit comments

Comments
 (0)