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 10, 2024
1 parent 691fa79 commit 8b4a0f7
Show file tree
Hide file tree
Showing 5 changed files with 130 additions and 26 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": "^12",
"@types/node": "^22.0.0",
"admina": "^1.0.1",
"ci-info": "^4.0.0",
"escape-path-with-spaces": "^1.0.2",
Expand Down
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": "^9.0.0",
"which": "^4.0.0",
"@types/node": "^14"
"@types/node": "^22.0.0"
},
"devDependencies": {
"@types/which": "^3.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": "^12",
"@types/node": "^22.0.0",
"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.0.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": "^12",
"@types/node": "^22.0.0",
"ci-log": "workspace:*",
"envosman": "workspace:*",
"which": "4.0.0",
"execa": "^7.2.0",
"execa": "^9.0.0",
"setup-apt": "workspace:*",
"node-downloader-helper": "2.1.9"
},
Expand Down
Loading

0 comments on commit 8b4a0f7

Please sign in to comment.