Skip to content

Commit f231589

Browse files
authored
Merge pull request #514 from gitKrystan/dependency-upgrades
Upgrade execa
2 parents 4c1f752 + c7cdec8 commit f231589

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"eslint-plugin-jsdoc": "^40.0.0",
7474
"eslint-plugin-node": "^11.1.0",
7575
"eslint-plugin-unicorn": "^45.0.2",
76-
"execa": "^5.0.0",
76+
"execa": "^5.1.1",
7777
"jest": "^29.4.3",
7878
"prettier": "^2.8.2",
7979
"release-it": "^14.2.1",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3457,7 +3457,7 @@ execa@^4.0.2, execa@^4.0.3:
34573457
signal-exit "^3.0.2"
34583458
strip-final-newline "^2.0.0"
34593459

3460-
execa@^5.0.0:
3460+
execa@^5.0.0, execa@^5.1.1:
34613461
version "5.1.1"
34623462
resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd"
34633463
integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==

0 commit comments

Comments
 (0)