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] committed May 13, 2024
1 parent 9c4391e commit 7fa0eaf
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 9 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.2",
"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.21",
"license-checker": "^25.0.1",
"prettier": "^2.8.8",
Expand Down
96 changes: 90 additions & 6 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 7fa0eaf

Please sign in to comment.