Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent cd2ed8a commit d16ca0e
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 83 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 20.11.0
nodejs 20.18.1
170 changes: 93 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
"prepare": "husky"
},
"dependencies": {
"@actions/core": "1.10.1",
"@actions/core": "1.11.1",
"@actions/github": "6.0.0",
"shelljs.exec": "1.1.8",
"tail": "2.2.6"
},
"devDependencies": {
"@vercel/ncc": "0.38.1",
"eslint": "8.56.0",
"@vercel/ncc": "0.38.3",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard": "17.1.0",
"husky": "9.0.10",
"prettier": "3.2.5"
"husky": "9.1.7",
"prettier": "3.3.3"
}
}

0 comments on commit d16ca0e

Please sign in to comment.