Skip to content

Commit

Permalink
fix(deps): update dependency @types/node to ^10.17.27 (#998)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Jul 21, 2020
1 parent dd0429e commit 0bcfc45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/functions-templates/unused_ts/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "MIT",
"dependencies": {
"node-fetch": "^2.3.0",
"@types/node": "^10.12.12",
"@types/node": "^10.17.27",
"typescript": "^3.2.2",
"@types/aws-lambda": "^8.10.59"
}
Expand Down
2 changes: 1 addition & 1 deletion src/functions-templates/unused_ts/node-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"node-fetch": "^2.3.0",
"@types/node-fetch": "^2.1.4",
"@types/node": "^10.12.12",
"@types/node": "^10.17.27",
"typescript": "^3.2.2",
"@types/aws-lambda": "^8.10.59"
}
Expand Down

0 comments on commit 0bcfc45

Please sign in to comment.