Skip to content

Commit

Permalink
fix(deps): update dependency execa to ^9.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 27, 2024
1 parent 368c576 commit 89501bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@sapphire/result": "^2.6.6",
"colorette": "^2.0.20",
"commander": "^12.1.0",
"execa": "^9.4.1",
"execa": "^9.5.0",
"find-up": "^5.0.0",
"js-yaml": "^4.1.0",
"prompts": "^2.4.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ __metadata:
eslint: "npm:^8.57.1"
eslint-config-prettier: "npm:^9.1.0"
eslint-plugin-prettier: "npm:^5.2.1"
execa: "npm:^9.4.1"
execa: "npm:^9.5.0"
find-up: "npm:^5.0.0"
globby: "npm:^14.0.2"
js-yaml: "npm:^4.1.0"
Expand Down Expand Up @@ -2126,9 +2126,9 @@ __metadata:
languageName: node
linkType: hard

"execa@npm:^9.3.1, execa@npm:^9.4.1":
version: 9.4.1
resolution: "execa@npm:9.4.1"
"execa@npm:^9.3.1, execa@npm:^9.5.0":
version: 9.5.0
resolution: "execa@npm:9.5.0"
dependencies:
"@sindresorhus/merge-streams": "npm:^4.0.0"
cross-spawn: "npm:^7.0.3"
Expand All @@ -2142,7 +2142,7 @@ __metadata:
signal-exit: "npm:^4.1.0"
strip-final-newline: "npm:^4.0.0"
yoctocolors: "npm:^2.0.0"
checksum: 10/a9b4177049ffe3d998746b789f7cd22ffc5583f789c322d8fa7601f3f630b5b27b97df6e0223c0dfb04305c639e67cbb69a8375c2529b85f5e23c03081fd47c2
checksum: 10/766ff23fa1048972c11e53d32ce3d2e0a7e52288db1eee8b192879d61688703b72940bb38319eeea8e84b5e2855651b2aa7dc1f77060195127317c15e118a28d
languageName: node
linkType: hard

Expand Down

0 comments on commit 89501bc

Please sign in to comment.