Skip to content

Commit

Permalink
fix(deps): update dependency execa to v7.2.0 (#4384)
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] committed Sep 23, 2023
1 parent adabe1b commit d3da2d4
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 16 deletions.
14 changes: 7 additions & 7 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
Expand Up @@ -22,7 +22,7 @@
"chai-jest-snapshot": "2.0.0",
"cross-env": "7.0.3",
"enzyme-to-json": "3.6.2",
"execa": "7.1.1",
"execa": "7.2.0",
"grunt": "1.6.1",
"jasmine": "5.1.0",
"jasmine-core": "5.1.1",
Expand Down
15 changes: 9 additions & 6 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
Expand Up @@ -30,7 +30,7 @@
"eslint-plugin-import": "2.28.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-unicorn": "48.0.1",
"execa": "7.1.1",
"execa": "7.2.0",
"glob": "10.3.4",
"install-local": "3.0.1",
"jasmine": "5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Expand Up @@ -70,7 +70,7 @@
"commander": "~11.0.0",
"diff-match-patch": "1.0.5",
"emoji-regex": "~10.2.1",
"execa": "~7.1.0",
"execa": "~7.2.0",
"file-url": "~4.0.0",
"get-port": "~7.0.0",
"glob": "~10.3.0",
Expand Down

0 comments on commit d3da2d4

Please sign in to comment.