diff --git a/package.json b/package.json index 5da5de54eb9..95923a58b57 100644 --- a/package.json +++ b/package.json @@ -89,5 +89,8 @@ "validate-branch-name": { "pattern": "((dbux-3)|(dependabot-)|^((test|feat|fix|chore|docs|refactor|style|ci|perf|[0-9]+)\\-[a-zA-Z0-9\\-]+)$)", "errorMsg": "There is something wrong with your branch name. You should rename your branch to a valid name and try again. See the Pattern below." + }, + "overrides": { + "cross-spawn": "~7.0.5" } }