Skip to content

Commit

Permalink
chore: 🔒 override shell-quote version
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbenw committed Sep 16, 2024
1 parent 65c9b0c commit 9c70136
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 57 deletions.
67 changes: 11 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@
"test:electron": "xvfb-maybe --auto-servernum -- cucumber-js test/electron/features --retry 3 --retry-tag-filter @flaky"
},
"overrides": {
"@lerna/conventional-commits": "^6.4.1"
"@lerna/conventional-commits": "^6.4.1",
"react-native": {
"shell-quote": "^1.7.3"
}
}
}

0 comments on commit 9c70136

Please sign in to comment.