Skip to content

Commit

Permalink
fix(deps): update dependency execa to v9.4.0 (#5024)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 8f324a8 commit 99d60e0
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 67 deletions.
41 changes: 28 additions & 13 deletions e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"chai-jest-snapshot": "2.0.0",
"cross-env": "7.0.3",
"enzyme-to-json": "3.6.2",
"execa": "9.3.1",
"execa": "9.4.0",
"grunt": "1.6.1",
"jasmine": "5.3.0",
"jasmine-core": "5.3.0",
Expand Down
75 changes: 24 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-chai-friendly": "1.0.1",
"eslint-plugin-prettier": "5.2.1",
"execa": "9.3.1",
"execa": "9.4.0",
"glob": "10.4.5",
"install-local": "3.0.1",
"jasmine": "5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"commander": "~12.1.0",
"diff-match-patch": "1.0.5",
"emoji-regex": "~10.4.0",
"execa": "~9.3.0",
"execa": "~9.4.0",
"file-url": "~4.0.0",
"get-port": "~7.1.0",
"lodash.groupby": "~4.6.0",
Expand Down

0 comments on commit 99d60e0

Please sign in to comment.