Skip to content

Commit

Permalink
chore(deps): update dependency @netlify/functions to v2.8.2 (#6845)
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 Sep 30, 2024
1 parent 1e0ac96 commit d089bf1
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"author": "Netlify",
"license": "MIT",
"dependencies": {
"@netlify/functions": "^2.8.1"
"@netlify/functions": "^2.8.2"
}
}
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 @@ -14,7 +14,7 @@
"author": "Netlify",
"license": "MIT",
"dependencies": {
"@netlify/functions": "^2.8.1",
"@netlify/functions": "^2.8.2",
"@types/node": "^20.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": "^2.8.1",
"@netlify/functions": "^2.8.2",
"@types/node": "^20.0.0",
"typescript": "^4.5.5"
}
Expand Down
53 changes: 15 additions & 38 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 @@ -188,7 +188,7 @@
"devDependencies": {
"@babel/preset-react": "7.24.7",
"@netlify/eslint-config-node": "7.0.1",
"@netlify/functions": "2.8.1",
"@netlify/functions": "2.8.2",
"@sindresorhus/slugify": "2.2.1",
"@types/fs-extra": "11.0.4",
"@types/inquirer": "9.0.7",
Expand Down

0 comments on commit d089bf1

Please sign in to comment.