From 97f340b08c305625038681a484bb64bf10a84de1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:57:49 +0000 Subject: [PATCH] fix(deps): update dependency @netlify/serverless-functions-api to v1.26.1 (#534) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@netlify/serverless-functions-api](https://redirect.github.com/netlify/serverless-functions-api) | [`1.26.0` -> `1.26.1`](https://renovatebot.com/diffs/npm/@netlify%2fserverless-functions-api/1.26.0/1.26.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@netlify%2fserverless-functions-api/1.26.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@netlify%2fserverless-functions-api/1.26.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@netlify%2fserverless-functions-api/1.26.0/1.26.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@netlify%2fserverless-functions-api/1.26.0/1.26.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
netlify/serverless-functions-api (@​netlify/serverless-functions-api) ### [`v1.26.1`](https://redirect.github.com/netlify/serverless-functions-api/compare/baf2b546a0321d799ccff4c94a0be85364b737d1...41137c03093f5647734853042a5601e5d7072720) [Compare Source](https://redirect.github.com/netlify/serverless-functions-api/compare/baf2b546a0321d799ccff4c94a0be85364b737d1...41137c03093f5647734853042a5601e5d7072720)
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/netlify/functions). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e8844c1e..e3f6c063 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.8.1", "license": "MIT", "dependencies": { - "@netlify/serverless-functions-api": "1.26.0" + "@netlify/serverless-functions-api": "1.26.1" }, "devDependencies": { "@arethetypeswrong/cli": "^0.16.0", @@ -1980,9 +1980,9 @@ } }, "node_modules/@netlify/serverless-functions-api": { - "version": "1.26.0", - "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.26.0.tgz", - "integrity": "sha512-++/5CIk1iXnVhRMzHLdhKWFZrSh0GhaQtYU9O0UJDo2XKp2qv7Vj0hynXLCUyQwo8h2OkrwGPRc2ld2JUvWkfA==", + "version": "1.26.1", + "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.26.1.tgz", + "integrity": "sha512-q3L9i3HoNfz0SGpTIS4zTcKBbRkxzCRpd169eyiTuk3IwcPC3/85mzLHranlKo2b+HYT0gu37YxGB45aD8A3Tw==", "dependencies": { "@netlify/node-cookies": "^0.1.0", "urlpattern-polyfill": "8.0.2" @@ -14517,9 +14517,9 @@ "integrity": "sha512-OAs1xG+FfLX0LoRASpqzVntVV/RpYkgpI0VrUnw2u0Q1qiZUzcPffxRK8HF3gc4GjuhG5ahOEMJ9bswBiZPq0g==" }, "@netlify/serverless-functions-api": { - "version": "1.26.0", - "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.26.0.tgz", - "integrity": "sha512-++/5CIk1iXnVhRMzHLdhKWFZrSh0GhaQtYU9O0UJDo2XKp2qv7Vj0hynXLCUyQwo8h2OkrwGPRc2ld2JUvWkfA==", + "version": "1.26.1", + "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.26.1.tgz", + "integrity": "sha512-q3L9i3HoNfz0SGpTIS4zTcKBbRkxzCRpd169eyiTuk3IwcPC3/85mzLHranlKo2b+HYT0gu37YxGB45aD8A3Tw==", "requires": { "@netlify/node-cookies": "^0.1.0", "urlpattern-polyfill": "8.0.2" diff --git a/package.json b/package.json index 7bf5be42..d14f47d5 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "test": "test" }, "dependencies": { - "@netlify/serverless-functions-api": "1.26.0" + "@netlify/serverless-functions-api": "1.26.1" }, "devDependencies": { "@arethetypeswrong/cli": "^0.16.0",