Skip to content

Commit cf39c9e

Browse files
authored
fix(deps): upgrade npm packages (#50)
2 parents cb2bd47 + c1986da commit cf39c9e

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

package-lock.json

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@octokit/types": "16.0.0",
23-
"@types/node": "24.12.0",
23+
"@types/node": "24.12.2",
2424
"typescript": "5.9.3"
2525
},
2626
"dependencies": {
@@ -29,15 +29,15 @@
2929
"@actions/cache": "6.0.0",
3030
"@actions/core": "3.0.0",
3131
"@actions/exec": "3.0.0",
32-
"@actions/expressions": "0.3.47",
32+
"@actions/expressions": "0.3.50",
3333
"@actions/github": "9.0.0",
3434
"@actions/glob": "0.6.1",
3535
"@actions/http-client": "4.0.0",
3636
"@actions/io": "3.0.2",
37-
"@actions/languageserver": "0.3.47",
38-
"@actions/languageservice": "0.3.47",
37+
"@actions/languageserver": "0.3.50",
38+
"@actions/languageservice": "0.3.50",
3939
"@actions/tool-cache": "4.0.0",
40-
"@actions/workflow-parser": "0.3.47",
40+
"@actions/workflow-parser": "0.3.50",
4141
"@octokit/webhooks-definitions": "3.68.1",
4242
"ansi-styles": "6.2.3"
4343
}

0 commit comments

Comments
 (0)