Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 28, 2024
1 parent 9560b8d commit eae195f
Show file tree
Hide file tree
Showing 5 changed files with 218 additions and 106 deletions.
2 changes: 1 addition & 1 deletion packages/envosman/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@actions/core": "^1.10.1",
"@types/node": "22.5.5",
"@types/node": "22.7.4",
"admina": "^1.0.1",
"ci-info": "^4.0.0",
"escape-path-with-spaces": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/exec-powershell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"execa": "7.2.0",
"execa": "9.4.0",
"which": "^4.0.0",
"@types/node": "^22.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/setup-apt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@types/node": "22.5.5",
"@types/node": "22.7.4",
"admina": "^1.0.1",
"ci-info": "^4.0.0",
"path-exists": "^5.0.0",
"ci-log": "workspace:*",
"envosman": "workspace:*",
"which": "4.0.0",
"execa": "7.2.0",
"execa": "9.4.0",
"escape-string-regexp": "^5.0.0",
"node-downloader-helper": "2.1.9",
"memoizee": "^0.4.17"
Expand Down
4 changes: 2 additions & 2 deletions packages/setup-brew/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"test": "jest --coverage"
},
"dependencies": {
"@types/node": "22.5.5",
"@types/node": "22.7.4",
"ci-log": "workspace:*",
"envosman": "workspace:*",
"which": "4.0.0",
"execa": "7.2.0",
"execa": "9.4.0",
"setup-apt": "workspace:*",
"node-downloader-helper": "2.1.9"
},
Expand Down
Loading

0 comments on commit eae195f

Please sign in to comment.