From e81d740530e005a56c7e85ed2f4eba6a5eab264d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 11:19:53 +0000 Subject: [PATCH] fix(deps): update dependency @netlify/serverless-functions-api to v1.23.0 (#523) 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.22.0` -> `1.23.0`](https://renovatebot.com/diffs/npm/@netlify%2fserverless-functions-api/1.22.0/1.23.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@netlify%2fserverless-functions-api/1.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@netlify%2fserverless-functions-api/1.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@netlify%2fserverless-functions-api/1.22.0/1.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@netlify%2fserverless-functions-api/1.22.0/1.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
netlify/serverless-functions-api (@​netlify/serverless-functions-api) ### [`v1.23.0`](https://redirect.github.com/netlify/serverless-functions-api/compare/492e25d431cf65dba433ec0196e92fcb2ef4a690...02cad408a472d3d6b7fa46deaaac5b0a9851fad5) [Compare Source](https://redirect.github.com/netlify/serverless-functions-api/compare/492e25d431cf65dba433ec0196e92fcb2ef4a690...02cad408a472d3d6b7fa46deaaac5b0a9851fad5)
--- ### 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 ecb210c2..3cd02a27 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.22.0" + "@netlify/serverless-functions-api": "1.23.0" }, "devDependencies": { "@arethetypeswrong/cli": "^0.15.0", @@ -1973,9 +1973,9 @@ } }, "node_modules/@netlify/serverless-functions-api": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.22.0.tgz", - "integrity": "sha512-vv8fWCOIadSvdmR+8UYopdyHO/gOysl+8IBOxUUB0B3y7nnLOiBniE1JBeBR3y7gI/q/cnibBF2RhR3W04Wo/A==", + "version": "1.23.0", + "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.23.0.tgz", + "integrity": "sha512-0SwlMeqcwPzvRgE6aJczAiEz27hXl4thd46PECN3bX3FvAEuqpSTjQefuF3PEycdnWhCvTAKe1OW+Uv7ZT3pug==", "dependencies": { "@netlify/node-cookies": "^0.1.0", "urlpattern-polyfill": "8.0.2" @@ -14382,9 +14382,9 @@ "integrity": "sha512-OAs1xG+FfLX0LoRASpqzVntVV/RpYkgpI0VrUnw2u0Q1qiZUzcPffxRK8HF3gc4GjuhG5ahOEMJ9bswBiZPq0g==" }, "@netlify/serverless-functions-api": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.22.0.tgz", - "integrity": "sha512-vv8fWCOIadSvdmR+8UYopdyHO/gOysl+8IBOxUUB0B3y7nnLOiBniE1JBeBR3y7gI/q/cnibBF2RhR3W04Wo/A==", + "version": "1.23.0", + "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.23.0.tgz", + "integrity": "sha512-0SwlMeqcwPzvRgE6aJczAiEz27hXl4thd46PECN3bX3FvAEuqpSTjQefuF3PEycdnWhCvTAKe1OW+Uv7ZT3pug==", "requires": { "@netlify/node-cookies": "^0.1.0", "urlpattern-polyfill": "8.0.2" diff --git a/package.json b/package.json index 3e4b6bdb..6f43c518 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "test": "test" }, "dependencies": { - "@netlify/serverless-functions-api": "1.22.0" + "@netlify/serverless-functions-api": "1.23.0" }, "devDependencies": { "@arethetypeswrong/cli": "^0.15.0",