Skip to content

Commit 0d41ad9

Browse files
runway-github[bot]smilingkylanmatallui
authored
chore(runway): cherry-pick chore: Suppress CI error (#22346)
- chore: Suppress CI error (#22280) The purpose of this task is to fix the `yarn audi:ci` issues that popped up for `react-native-community/cli` packages due to a recent vulnerability related to bash commands being executed from within that package <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Suppress npm audit advisory 1109627 for @react-native-community/cli in `.yarnrc.yml` to unblock CI. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit fc3962d. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: Luis Taniça <matallui@gmail.com> [dbfff5f](dbfff5f) Co-authored-by: Kylan Hurt <6249205+smilingkylan@users.noreply.github.com> Co-authored-by: Luis Taniça <matallui@gmail.com>
1 parent 4d1ebbd commit 0d41ad9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ enableScripts: false
77
nodeLinker: node-modules
88

99
npmAuditIgnoreAdvisories:
10+
- 1109627 # TODO: Upgrade @react-native-community/cli to 17.0.1+ when ready. Suppressing for now to unblock CI.
1011

1112
yarnPath: .yarn/releases/yarn-4.10.3.cjs
1213

0 commit comments

Comments
 (0)