Skip to content

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 01a1796 commit 6d191e5
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 12 deletions.
38 changes: 28 additions & 10 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"bugs": "https://github.com/JessieFrance/simple-nodejs-password/issues",
"homepage": "https://github.com/JessieFrance/simple-nodejs-password",
"devDependencies": {
"@types/node": "17.0.45",
"@types/node": "20.16.11",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"ava": "4.3.3",
Expand All @@ -56,6 +56,6 @@
"*.{ts,js,json,md}": "prettier --write"
},
"engines": {
"node": ">=v12.22.12"
"node": ">=20.18.0"
}
}

0 comments on commit 6d191e5

Please sign in to comment.