Skip to content

Commit

Permalink
Merge pull request #305 from aminya/renovate/dependencies [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Sep 21, 2024
2 parents 88f2cb4 + 8afbb1a commit 8c22730
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 14 deletions.
4 changes: 2 additions & 2 deletions packages/exec-powershell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"execa": "^7",
"execa": "7.2.0",
"which": "^4.0.0",
"@types/node": "^14"
"@types/node": "^22.0.0"
},
"devDependencies": {
"@types/which": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/setup-apt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"ci-log": "workspace:*",
"envosman": "workspace:*",
"which": "4.0.0",
"execa": "^7",
"execa": "7.2.0",
"escape-string-regexp": "^5.0.0",
"node-downloader-helper": "2.1.9",
"memoizee": "^0.4.17"
Expand Down
2 changes: 1 addition & 1 deletion packages/setup-brew/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"ci-log": "workspace:*",
"envosman": "workspace:*",
"which": "4.0.0",
"execa": "^7",
"execa": "7.2.0",
"setup-apt": "workspace:*",
"node-downloader-helper": "2.1.9"
},
Expand Down
15 changes: 5 additions & 10 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 8c22730

Please sign in to comment.