Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 26, 2024
1 parent 0495365 commit 92a3b6a
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 121 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.19.0
16.20.2
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
"author": "@JoeKarow",
"license": "ISC",
"dependencies": {
"@actions/core": "1.10.0",
"@actions/core": "1.10.1",
"@actions/github": "5.1.1",
"axios": "1.3.2",
"ffi-napi": "4.0.3",
"htmltoadf": "0.1.6",
"node-fetch": "3.3.0",
"htmltoadf": "0.1.10",
"node-fetch": "3.3.2",
"showdown": "2.1.0",
"yaml": "2.2.2"
"yaml": "2.4.1"
},
"devDependencies": {
"@octokit/webhooks-schemas": "6.10.0",
"@octokit/webhooks-types": "6.10.0",
"@types/ffi-napi": "4.0.7",
"@types/showdown": "2.0.0",
"@vercel/ncc": "0.36.1",
"eslint": "8.33.0",
"@octokit/webhooks-schemas": "6.11.0",
"@octokit/webhooks-types": "6.11.0",
"@types/ffi-napi": "4.0.10",
"@types/showdown": "2.0.6",
"@vercel/ncc": "0.38.1",
"eslint": "8.57.0",
"generate-license-file": "2.0.0",
"typescript": "4.9.5"
}
Expand Down
Loading

0 comments on commit 92a3b6a

Please sign in to comment.