Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit 0c3f761

Browse files
committed
fix(deps): update dependency execa to ^5.1.1
1 parent 7cecf30 commit 0c3f761

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
},
156156
"dependencies": {
157157
"@types/mocha": "8.2.0",
158-
"execa": "^5.0.0",
158+
"execa": "^5.1.1",
159159
"mocha": "^8.3.0",
160160
"open": "^7.4.2",
161161
"ts-node": "^9.1.1"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2641,10 +2641,10 @@ execa@^4.0.0:
26412641
signal-exit "^3.0.2"
26422642
strip-final-newline "^2.0.0"
26432643

2644-
execa@^5.0.0:
2645-
version "5.0.0"
2646-
resolved "https://registry.npmjs.org/execa/-/execa-5.0.0.tgz"
2647-
integrity sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ==
2644+
execa@^5.0.0, execa@^5.1.1:
2645+
version "5.1.1"
2646+
resolved "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz"
2647+
integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==
26482648
dependencies:
26492649
cross-spawn "^7.0.3"
26502650
get-stream "^6.0.0"

0 commit comments

Comments
 (0)