Skip to content

Commit

Permalink
fix(deps): update dependency @netlify/functions to ^1.3.0 (#5135)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and kodiakhq[bot] authored Oct 5, 2022
1 parent dc0d7f6 commit d91db97
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"author": "Netlify",
"license": "MIT",
"dependencies": {
"@netlify/functions": "^1.2.0"
"@netlify/functions": "^1.3.0"
}
}
14 changes: 7 additions & 7 deletions src/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.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Netlify",
"license": "MIT",
"dependencies": {
"@netlify/functions": "^1.2.0",
"@netlify/functions": "^1.3.0",
"@types/node": "^14.0.0",
"typescript": "^4.0.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "Netlify",
"license": "MIT",
"dependencies": {
"@netlify/functions": "^1.2.0",
"@netlify/functions": "^1.3.0",
"@types/node": "^14.18.9",
"typescript": "^4.5.5"
}
Expand Down

1 comment on commit d91db97

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

Package size: 224 MB

Please sign in to comment.