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

Commit a48124b

Browse files
committed
fix(deps): update dependency execa to ^5.1.1
1 parent bf9603b commit a48124b

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
@@ -145,7 +145,7 @@
145145
},
146146
"dependencies": {
147147
"@types/mocha": "8.2.0",
148-
"execa": "^5.0.0",
148+
"execa": "^5.1.1",
149149
"mocha": "^8.3.0",
150150
"open": "^7.3.0",
151151
"ts-node": "^9.1.1"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2615,10 +2615,10 @@ execa@^4.0.0:
26152615
signal-exit "^3.0.2"
26162616
strip-final-newline "^2.0.0"
26172617

2618-
execa@^5.0.0:
2619-
version "5.0.0"
2620-
resolved "https://registry.npmjs.org/execa/-/execa-5.0.0.tgz"
2621-
integrity sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ==
2618+
execa@^5.0.0, execa@^5.1.1:
2619+
version "5.1.1"
2620+
resolved "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz"
2621+
integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==
26222622
dependencies:
26232623
cross-spawn "^7.0.3"
26242624
get-stream "^6.0.0"

0 commit comments

Comments
 (0)