From 50b3d975e989be741fedb045b5b90e2c2fb30b99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:50:01 +0000 Subject: [PATCH] fix(deps): update dependency @netlify/serverless-functions-api to v1.24.0 (#527) 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.23.1` -> `1.24.0`](https://renovatebot.com/diffs/npm/@netlify%2fserverless-functions-api/1.23.1/1.24.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@netlify%2fserverless-functions-api/1.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@netlify%2fserverless-functions-api/1.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@netlify%2fserverless-functions-api/1.23.1/1.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@netlify%2fserverless-functions-api/1.23.1/1.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
netlify/serverless-functions-api (@​netlify/serverless-functions-api) ### [`v1.24.0`](https://redirect.github.com/netlify/serverless-functions-api/compare/f30541b7e7b2a1db1104571f9ba670a867e0bd80...1ae679a390f2daf38453d72bd3166948115c3ba0) [Compare Source](https://redirect.github.com/netlify/serverless-functions-api/compare/f30541b7e7b2a1db1104571f9ba670a867e0bd80...1ae679a390f2daf38453d72bd3166948115c3ba0)
--- ### 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 a0b5e502..0820e2cf 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.23.1" + "@netlify/serverless-functions-api": "1.24.0" }, "devDependencies": { "@arethetypeswrong/cli": "^0.16.0", @@ -1980,9 +1980,9 @@ } }, "node_modules/@netlify/serverless-functions-api": { - "version": "1.23.1", - "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.23.1.tgz", - "integrity": "sha512-o0WjLdMbPeE5DT9uazGOFI6pWDPF85BsCaO0iGAkXCti6tvxPM19NtsBfy9wVSYXUUIXip2jwZBT6sL8YpXMRQ==", + "version": "1.24.0", + "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.24.0.tgz", + "integrity": "sha512-W5LL8EJaZWmPXtjk99C/C6HOEtkQvtBgScQIVNgYPjATyGnYWo8KqJJ45zKxsLuby7jO1+YsRijBJm0nNRR3Nw==", "dependencies": { "@netlify/node-cookies": "^0.1.0", "urlpattern-polyfill": "8.0.2" @@ -14478,9 +14478,9 @@ "integrity": "sha512-OAs1xG+FfLX0LoRASpqzVntVV/RpYkgpI0VrUnw2u0Q1qiZUzcPffxRK8HF3gc4GjuhG5ahOEMJ9bswBiZPq0g==" }, "@netlify/serverless-functions-api": { - "version": "1.23.1", - "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.23.1.tgz", - "integrity": "sha512-o0WjLdMbPeE5DT9uazGOFI6pWDPF85BsCaO0iGAkXCti6tvxPM19NtsBfy9wVSYXUUIXip2jwZBT6sL8YpXMRQ==", + "version": "1.24.0", + "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.24.0.tgz", + "integrity": "sha512-W5LL8EJaZWmPXtjk99C/C6HOEtkQvtBgScQIVNgYPjATyGnYWo8KqJJ45zKxsLuby7jO1+YsRijBJm0nNRR3Nw==", "requires": { "@netlify/node-cookies": "^0.1.0", "urlpattern-polyfill": "8.0.2" diff --git a/package.json b/package.json index ecfbf13f..2374cbff 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "test": "test" }, "dependencies": { - "@netlify/serverless-functions-api": "1.23.1" + "@netlify/serverless-functions-api": "1.24.0" }, "devDependencies": { "@arethetypeswrong/cli": "^0.16.0",