Skip to content

Commit

Permalink
feat(deps): execa@^5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Feb 9, 2021
1 parent 187cd58 commit d8100fd
Show file tree
Hide file tree
Showing 15 changed files with 151 additions and 90 deletions.
2 changes: 1 addition & 1 deletion core/child-process/package.json
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"chalk": "^4.1.0",
"execa": "^4.1.0",
"execa": "^5.0.0",
"strong-log-transformer": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion core/command/package.json
Expand Up @@ -39,7 +39,7 @@
"@lerna/write-log-file": "file:../../utils/write-log-file",
"clone-deep": "^4.0.1",
"dedent": "^0.7.0",
"execa": "^4.1.0",
"execa": "^5.0.0",
"is-ci": "^2.0.0",
"npmlog": "^4.1.2"
}
Expand Down
2 changes: 1 addition & 1 deletion helpers/cli-runner/package.json
Expand Up @@ -6,6 +6,6 @@
"private": true,
"license": "MIT",
"dependencies": {
"execa": "^4.1.0"
"execa": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion helpers/clone-fixture/package.json
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"dependencies": {
"@lerna-test/init-fixture": "file:../init-fixture",
"execa": "^4.1.0",
"execa": "^5.0.0",
"file-url": "^3.0.0",
"tempy": "^1.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion helpers/get-commit-message/package.json
Expand Up @@ -6,6 +6,6 @@
"private": true,
"license": "MIT",
"dependencies": {
"execa": "^4.1.0"
"execa": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion helpers/git-add/package.json
Expand Up @@ -6,6 +6,6 @@
"private": true,
"license": "MIT",
"dependencies": {
"execa": "^4.1.0"
"execa": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion helpers/git-checkout/package.json
Expand Up @@ -6,6 +6,6 @@
"private": true,
"license": "MIT",
"dependencies": {
"execa": "^4.1.0"
"execa": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion helpers/git-commit/package.json
Expand Up @@ -6,7 +6,7 @@
"private": true,
"license": "MIT",
"dependencies": {
"execa": "^4.1.0",
"execa": "^5.0.0",
"temp-write": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion helpers/git-init/package.json
Expand Up @@ -10,6 +10,6 @@
"private": true,
"license": "MIT",
"dependencies": {
"execa": "^4.1.0"
"execa": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion helpers/git-merge/package.json
Expand Up @@ -6,6 +6,6 @@
"private": true,
"license": "MIT",
"dependencies": {
"execa": "^4.1.0"
"execa": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion helpers/git-status/package.json
Expand Up @@ -6,6 +6,6 @@
"private": true,
"license": "MIT",
"dependencies": {
"execa": "^4.1.0"
"execa": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion helpers/git-tag/package.json
Expand Up @@ -6,6 +6,6 @@
"private": true,
"license": "MIT",
"dependencies": {
"execa": "^4.1.0"
"execa": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion helpers/show-commit/package.json
Expand Up @@ -7,6 +7,6 @@
"license": "MIT",
"dependencies": {
"@lerna-test/serialize-git-sha": "file:../serialize-git-sha",
"execa": "^4.1.0"
"execa": "^5.0.0"
}
}

0 comments on commit d8100fd

Please sign in to comment.