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

Commit 94d6386

Browse files
committed
fix(deps): update dependency execa to ^5.1.1
1 parent 4a7704a commit 94d6386

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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

Lines changed: 7 additions & 7 deletions
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"
@@ -3162,9 +3162,9 @@ has-flag@^4.0.0:
31623162
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
31633163

31643164
has-symbols@^1.0.1, has-symbols@^1.0.2:
3165-
version "1.0.2"
3166-
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
3167-
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
3165+
version "1.0.3"
3166+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
3167+
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
31683168

31693169
has-tostringtag@^1.0.0:
31703170
version "1.0.0"

0 commit comments

Comments
 (0)