build(deps-dev): bump execa from 7.0.0 to 7.1.0 (#112)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-03-13 18:06:58 -04:00 committed by GitHub
parent 6e8876ebdb
commit babfdeeec7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -32,7 +32,7 @@
"autoprefixer": "^10.4.13",
"classnames": "^2.3.2",
"escape-html": "^1.0.3",
"execa": "^7.0.0",
"execa": "^7.1.0",
"flowbite": "^1.6.3",
"flowbite-svelte": "^0.32.1",
"postcss": "^8.4.21",

View file

@ -1747,10 +1747,10 @@ execa@^1.0.0:
signal-exit "^3.0.0"
strip-eof "^1.0.0"
execa@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/execa/-/execa-7.0.0.tgz#2a44e20e73797f6c2df23889927972386157d7e4"
integrity sha512-tQbH0pH/8LHTnwTrsKWideqi6rFB/QNUawEwrn+WHyz7PX1Tuz2u7wfTvbaNBdP5JD5LVWxNo8/A8CHNZ3bV6g==
execa@^7.1.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/execa/-/execa-7.1.0.tgz#50c6f39438b7ce407e8c7a6829c72b074778238d"
integrity sha512-T6nIJO3LHxUZ6ahVRaxXz9WLEruXLqdcluA+UuTptXmLM7nDAn9lx9IfkxPyzEL21583qSt4RmL44pO71EHaJQ==
dependencies:
cross-spawn "^7.0.3"
get-stream "^6.0.1"