Skip to content

Commit

Permalink
chore(deps): update dependency execa to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 18, 2024
1 parent 36f955a commit eb528c9
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 42 deletions.
2 changes: 1 addition & 1 deletion integrations/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"cross-env": "^7.0.3",
"esbuild": "^0.21.3",
"exclusive-promises": "^1.0.3",
"execa": "^8.0.1",
"execa": "^9.1.0",
"get-port": "^7.1.0",
"ovsx": "^0.9.1",
"rimraf": "^5.0.7",
Expand Down
2 changes: 1 addition & 1 deletion loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/fs-extra": "^11.0.4",
"assert-never": "^1.2.1",
"exclusive-promises": "^1.0.3",
"execa": "^8.0.1",
"execa": "^9.1.0",
"fs-extra": "^11.2.0",
"pino": "^8.21.0",
"pino-pretty": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"depcheck": "^1.4.7",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"execa": "^8.0.1",
"execa": "^9.1.0",
"inquirer": "^9.2.22",
"license-checker": "^25.0.1",
"prettier": "^2.8.8",
Expand Down
135 changes: 96 additions & 39 deletions pnpm-lock.yaml

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

0 comments on commit eb528c9

Please sign in to comment.