Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v22 (#6935)
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 Nov 26, 2024
1 parent be6b07e commit 3f87ab2
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 33 deletions.
30 changes: 15 additions & 15 deletions functions-templates/typescript/hello-world/package-lock.json

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

2 changes: 1 addition & 1 deletion functions-templates/typescript/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "MIT",
"dependencies": {
"@netlify/functions": "^2.8.2",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"typescript": "^4.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"license": "MIT",
"dependencies": {
"@netlify/functions": "^2.8.2",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"typescript": "^4.5.5"
}
}
30 changes: 15 additions & 15 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"@types/inquirer": "9.0.7",
"@types/jsonwebtoken": "9.0.7",
"@types/lodash": "4.17.13",
"@types/node": "20.17.7",
"@types/node": "22.10.0",
"@types/node-fetch": "2.6.12",
"@types/parse-gitignore": "1.0.2",
"@types/prettyjson": "0.0.33",
Expand Down

0 comments on commit 3f87ab2

Please sign in to comment.