Skip to content

Commit 3f0b712

Browse files
authoredOct 12, 2023
fix(deps): update dependency @netlify/serverless-functions-api to v1.9.1 (#434)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@netlify/serverless-functions-api](https://togithub.com/netlify/serverless-functions-api) | [`1.9.0` -> `1.9.1`](https://renovatebot.com/diffs/npm/@netlify%2fserverless-functions-api/1.9.0/1.9.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@netlify%2fserverless-functions-api/1.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@netlify%2fserverless-functions-api/1.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@netlify%2fserverless-functions-api/1.9.0/1.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@netlify%2fserverless-functions-api/1.9.0/1.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>netlify/serverless-functions-api (@&#8203;netlify/serverless-functions-api)</summary> ### [`v1.9.1`](https://togithub.com/netlify/serverless-functions-api/blob/HEAD/CHANGELOG.md#191-2023-10-12) [Compare Source](https://togithub.com/netlify/serverless-functions-api/compare/v1.9.0...v1.9.1) ##### Bug Fixes - write empty string to stream when body is null ([#&#8203;164](https://togithub.com/netlify/serverless-functions-api/issues/164)) ([dda59e0](https://togithub.com/netlify/serverless-functions-api/commit/dda59e02e466e9c2468051d972112448fa012d35)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/netlify/functions). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNy44LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2968e98 commit 3f0b712

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
 

‎package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"test": "test"
5454
},
5555
"dependencies": {
56-
"@netlify/serverless-functions-api": "1.9.0",
56+
"@netlify/serverless-functions-api": "1.9.1",
5757
"is-promise": "^4.0.0"
5858
},
5959
"devDependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.