Skip to content

Commit

Permalink
fix: update dependency execa to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 30, 2020
1 parent cb565df commit 2cf20d8
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion @commitlint/cli/package.json
Expand Up @@ -53,7 +53,7 @@
"@commitlint/utils": "^9.1.1",
"babel-preset-commitlint": "^9.1.1",
"cross-env": "7.0.2",
"execa": "^3.4.0",
"execa": "^4.0.0",
"fs-extra": "^8.1.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/load/package.json
Expand Up @@ -37,7 +37,7 @@
"@commitlint/test": "^9.1.1",
"@commitlint/utils": "^9.1.1",
"@types/lodash": "4.14.157",
"execa": "^3.4.0"
"execa": "^4.0.0"
},
"dependencies": {
"@commitlint/execute-rule": "^9.1.1",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/prompt-cli/package.json
Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@commitlint/prompt": "^9.1.1",
"execa": "^3.4.0"
"execa": "^4.0.0"
},
"gitHead": "71f0194f33943954a8dac1c458be47e5049717cd"
}
2 changes: 1 addition & 1 deletion @commitlint/travis-cli/package.json
Expand Up @@ -55,7 +55,7 @@
"dependencies": {
"@babel/runtime": "^7.9.6",
"@commitlint/cli": "^9.1.1",
"execa": "^3.4.0"
"execa": "^4.0.0"
},
"gitHead": "71f0194f33943954a8dac1c458be47e5049717cd"
}
2 changes: 1 addition & 1 deletion @packages/test/package.json
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@types/fs-extra": "^8.0.1",
"@types/tmp": "^0.2.0",
"execa": "^3.4.0",
"execa": "^4.0.0",
"fs-extra": "^8.1.0",
"pkg-dir": "4.2.0",
"resolve-pkg": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion @packages/utils/package.json
Expand Up @@ -38,7 +38,7 @@
"license": "MIT",
"dependencies": {
"@commitlint/test": "^9.1.1",
"execa": "^3.4.0",
"execa": "^4.0.0",
"is-builtin-module": "3.0.0",
"meow": "4.0.1",
"read-pkg": "5.2.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Expand Up @@ -4973,7 +4973,7 @@ execa@^1.0.0:
signal-exit "^3.0.0"
strip-eof "^1.0.0"

execa@^3.2.0, execa@^3.4.0:
execa@^3.2.0:
version "3.4.0"
resolved "https://registry.npmjs.org/execa/-/execa-3.4.0.tgz#c08ed4550ef65d858fac269ffc8572446f37eb89"
integrity sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==
Expand All @@ -4989,7 +4989,7 @@ execa@^3.2.0, execa@^3.4.0:
signal-exit "^3.0.2"
strip-final-newline "^2.0.0"

execa@^4.0.1:
execa@^4.0.0, execa@^4.0.1:
version "4.0.2"
resolved "https://registry.npmjs.org/execa/-/execa-4.0.2.tgz#ad87fb7b2d9d564f70d2b62d511bee41d5cbb240"
integrity sha512-QI2zLa6CjGWdiQsmSkZoGtDx2N+cQIGb3yNolGTdjSQzydzLgYYf8LRuagp7S7fPimjcrzUDSUFd/MgzELMi4Q==
Expand Down

0 comments on commit 2cf20d8

Please sign in to comment.