Skip to content

Commit

Permalink
refactor: resolves a dependabot alert (#3479)
Browse files Browse the repository at this point in the history
* refactor: resolves a dependabot alert

* Update package.json

* Update package.json

* Update package.json

* Update package.json

* Update package.json

* refactor: regenerated package lock file
  • Loading branch information
mfranzke authored Nov 20, 2024
1 parent aebd21d commit 39b9670
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 196 deletions.
3 changes: 3 additions & 0 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@
"npm-run-all": "4.1.5",
"tslib": "^2.8.1",
"typescript": "^5.3.3"
},
"overrides": {
"cross-spawn": "~7.0.5"
}
}
200 changes: 4 additions & 196 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
3 changes: 3 additions & 0 deletions showcases/next-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@
"npm-run-all": "^4.1.5",
"open-cli": "^8.0.0",
"typescript": "^5.4.5"
},
"overrides": {
"cross-spawn": "~7.0.5"
}
}
3 changes: 3 additions & 0 deletions showcases/stencil-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@
"ng-packagr": "17.3.0",
"npm-run-all": "4.1.5",
"typescript": "^5.4.5"
},
"overrides": {
"cross-spawn": "~7.0.5"
}
}

0 comments on commit 39b9670

Please sign in to comment.