Skip to content

Commit

Permalink
fix(deps): update dependency @netlify/functions to ^1.6.0 (#5704)
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] committed May 12, 2023
1 parent a96978f commit 9adffcc
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
16 changes: 8 additions & 8 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 @@ -187,7 +187,7 @@
"devDependencies": {
"@babel/preset-react": "^7.12.13",
"@netlify/eslint-config-node": "^7.0.0",
"@netlify/functions": "^1.5.0",
"@netlify/functions": "^1.6.0",
"@types/fs-extra": "^11.0.1",
"@types/prettyjson": "^0.0.30",
"@vitest/coverage-c8": "^0.30.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"author": "Netlify",
"license": "MIT",
"dependencies": {
"@netlify/functions": "^1.5.0"
"@netlify/functions": "^1.6.0"
}
}
16 changes: 8 additions & 8 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.5.0",
"@netlify/functions": "^1.6.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.5.0",
"@netlify/functions": "^1.6.0",
"@types/node": "^14.18.9",
"typescript": "^4.5.5"
}
Expand Down

1 comment on commit 9adffcc

@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: 234 MB

Please sign in to comment.