Skip to content

Commit 8afbb1a

Browse files
fix(deps): update dependencies
1 parent 88f2cb4 commit 8afbb1a

File tree

4 files changed

+9
-14
lines changed

4 files changed

+9
-14
lines changed

packages/exec-powershell/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"prepublishOnly": "pnpm run build"
1818
},
1919
"dependencies": {
20-
"execa": "^7",
20+
"execa": "7.2.0",
2121
"which": "^4.0.0",
22-
"@types/node": "^14"
22+
"@types/node": "^22.0.0"
2323
},
2424
"devDependencies": {
2525
"@types/which": "^3.0.0"

packages/setup-apt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"ci-log": "workspace:*",
2525
"envosman": "workspace:*",
2626
"which": "4.0.0",
27-
"execa": "^7",
27+
"execa": "7.2.0",
2828
"escape-string-regexp": "^5.0.0",
2929
"node-downloader-helper": "2.1.9",
3030
"memoizee": "^0.4.17"

packages/setup-brew/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"ci-log": "workspace:*",
2323
"envosman": "workspace:*",
2424
"which": "4.0.0",
25-
"execa": "^7",
25+
"execa": "7.2.0",
2626
"setup-apt": "workspace:*",
2727
"node-downloader-helper": "2.1.9"
2828
},

pnpm-lock.yaml

+5-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)