Skip to content

Commit

Permalink
fix(deps): update dependency split2 to v4 (#1032)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 3, 2023
1 parent bcec705 commit d16ccc5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/conventional-commits-parser/package.json
Expand Up @@ -36,7 +36,7 @@
"JSONStream": "^1.3.5",
"is-text-path": "^1.0.1",
"meow": "^8.1.2",
"split2": "^3.2.2"
"split2": "^4.0.0"
},
"scripts": {
"test-windows": "echo 'make work on windows'"
Expand Down
2 changes: 1 addition & 1 deletion packages/git-raw-commits/package.json
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"dargs": "^7.0.0",
"meow": "^8.1.2",
"split2": "^3.2.2"
"split2": "^4.0.0"
},
"scripts": {
"test-windows": "mocha --timeout 30000"
Expand Down
15 changes: 7 additions & 8 deletions pnpm-lock.yaml

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

0 comments on commit d16ccc5

Please sign in to comment.