Skip to content

Commit caed1a2

Browse files
fix(deps): update dependencies
1 parent 20b8aaf commit caed1a2

File tree

4 files changed

+124
-20
lines changed

4 files changed

+124
-20
lines changed

packages/envosman/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@actions/core": "^1.10.1",
19-
"@types/node": "^12",
19+
"@types/node": "^22.0.0",
2020
"admina": "^1.0.1",
2121
"ci-info": "^4.0.0",
2222
"escape-path-with-spaces": "^1.0.2",

packages/exec-powershell/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"prepublishOnly": "pnpm run build"
1616
},
1717
"dependencies": {
18-
"execa": "^7",
18+
"execa": "^9.0.0",
1919
"which": "^4.0.0",
20-
"@types/node": "^14"
20+
"@types/node": "^22.0.0"
2121
},
2222
"devDependencies": {
2323
"@types/which": "^3.0.0"

packages/setup-apt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"prepublishOnly": "pnpm run build"
1616
},
1717
"dependencies": {
18-
"@types/node": "^12",
18+
"@types/node": "^22.0.0",
1919
"admina": "^1.0.1",
2020
"ci-info": "^4.0.0",
2121
"path-exists": "^5.0.0",
2222
"ci-log": "workspace:*",
2323
"envosman": "workspace:*",
2424
"which": "4.0.0",
25-
"execa": "^7.2.0",
25+
"execa": "^9.0.0",
2626
"escape-string-regexp": "^5.0.0",
2727
"node-downloader-helper": "2.1.9"
2828
},

0 commit comments

Comments
 (0)