chore(deps): update dependency execa to v7.1.1 (#657)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-03-15 13:50:04 -04:00 committed by GitHub
parent 63f1f749e7
commit bda18b399f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -230,7 +230,7 @@
"eslint-plugin-react": "7.32.2", "eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-unicorn": "46.0.0", "eslint-plugin-unicorn": "46.0.0",
"execa": "7.1.0", "execa": "7.1.1",
"fs-extra": "11.1.0", "fs-extra": "11.1.0",
"gitlab": "14.2.2", "gitlab": "14.2.2",
"http-server": "14.1.1", "http-server": "14.1.1",

View File

@ -8821,10 +8821,10 @@ execa@5.0.0:
signal-exit "^3.0.3" signal-exit "^3.0.3"
strip-final-newline "^2.0.0" strip-final-newline "^2.0.0"
execa@7.1.0: execa@7.1.1:
version "7.1.0" version "7.1.1"
resolved "https://registry.yarnpkg.com/execa/-/execa-7.1.0.tgz#50c6f39438b7ce407e8c7a6829c72b074778238d" resolved "https://registry.yarnpkg.com/execa/-/execa-7.1.1.tgz#3eb3c83d239488e7b409d48e8813b76bb55c9c43"
integrity sha512-T6nIJO3LHxUZ6ahVRaxXz9WLEruXLqdcluA+UuTptXmLM7nDAn9lx9IfkxPyzEL21583qSt4RmL44pO71EHaJQ== integrity sha512-wH0eMf/UXckdUYnO21+HDztteVv05rq2GXksxT4fCGeHkBhw1DROXh40wcjMcRqDOWE7iPJ4n3M7e2+YFP+76Q==
dependencies: dependencies:
cross-spawn "^7.0.3" cross-spawn "^7.0.3"
get-stream "^6.0.1" get-stream "^6.0.1"