Skip to content

Commit

Permalink
fix(deps): update dependency @netlify/serverless-functions-api to v1.…
Browse files Browse the repository at this point in the history
…18.1 (#497)

[![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.18.0` ->
`1.18.1`](https://renovatebot.com/diffs/npm/@netlify%2fserverless-functions-api/1.18.0/1.18.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@netlify%2fserverless-functions-api/1.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@netlify%2fserverless-functions-api/1.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@netlify%2fserverless-functions-api/1.18.0/1.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@netlify%2fserverless-functions-api/1.18.0/1.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>netlify/serverless-functions-api
(@&#8203;netlify/serverless-functions-api)</summary>

###
[`v1.18.1`](https://togithub.com/netlify/serverless-functions-api/blob/HEAD/CHANGELOG.md#1181-2024-05-07)

[Compare
Source](https://togithub.com/netlify/serverless-functions-api/compare/v1.18.0...v1.18.1)

##### Bug Fixes

- register fingerprint in global scope
([#&#8203;225](https://togithub.com/netlify/serverless-functions-api/issues/225))
([bda1da9](https://togithub.com/netlify/serverless-functions-api/commit/bda1da98910d1f0a2c5b7b9e4b76f86a2b475a8b))
- replace mswjs with own fingerprint implementation
([#&#8203;228](https://togithub.com/netlify/serverless-functions-api/issues/228))
([e1a2526](https://togithub.com/netlify/serverless-functions-api/commit/e1a252676d35a61c654439d3b23be8d0f3cd4c11))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsImphdmFzY3JpcHQiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 7, 2024
1 parent 23906c2 commit cd92ae9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 107 deletions.
113 changes: 7 additions & 106 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 @@ -79,7 +79,7 @@
"test": "test"
},
"dependencies": {
"@netlify/serverless-functions-api": "1.18.0"
"@netlify/serverless-functions-api": "1.18.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.0",
Expand Down

0 comments on commit cd92ae9

Please sign in to comment.