From 4bd6f44ceb83c707612f44f91207c098377c2d14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:04:37 +0000 Subject: [PATCH] fix(deps): update dependency @netlify/serverless-functions-api to v1.24.1 (#531) 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.24.0` -> `1.24.1`](https://renovatebot.com/diffs/npm/@netlify%2fserverless-functions-api/1.24.0/1.24.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@netlify%2fserverless-functions-api/1.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@netlify%2fserverless-functions-api/1.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@netlify%2fserverless-functions-api/1.24.0/1.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@netlify%2fserverless-functions-api/1.24.0/1.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
netlify/serverless-functions-api (@​netlify/serverless-functions-api) ### [`v1.24.1`](https://redirect.github.com/netlify/serverless-functions-api/compare/1ae679a390f2daf38453d72bd3166948115c3ba0...a0b6fd46d143c822ed6b001a1008fb2b5442074d) [Compare Source](https://redirect.github.com/netlify/serverless-functions-api/compare/1ae679a390f2daf38453d72bd3166948115c3ba0...a0b6fd46d143c822ed6b001a1008fb2b5442074d)
--- ### 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 a4a4c3a8..f02f1180 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.24.0" + "@netlify/serverless-functions-api": "1.24.1" }, "devDependencies": { "@arethetypeswrong/cli": "^0.16.0", @@ -1980,9 +1980,9 @@ } }, "node_modules/@netlify/serverless-functions-api": { - "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==", + "version": "1.24.1", + "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.24.1.tgz", + "integrity": "sha512-PubClm9HDy5a5XdnC/3Vzhs3hgt/G5Ores+KNVQtWWi9bV/Xv5j435z8AvtwIaJT3VVCu/bO6bf+Rdrwwf7eQw==", "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.24.0", - "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.24.0.tgz", - "integrity": "sha512-W5LL8EJaZWmPXtjk99C/C6HOEtkQvtBgScQIVNgYPjATyGnYWo8KqJJ45zKxsLuby7jO1+YsRijBJm0nNRR3Nw==", + "version": "1.24.1", + "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.24.1.tgz", + "integrity": "sha512-PubClm9HDy5a5XdnC/3Vzhs3hgt/G5Ores+KNVQtWWi9bV/Xv5j435z8AvtwIaJT3VVCu/bO6bf+Rdrwwf7eQw==", "requires": { "@netlify/node-cookies": "^0.1.0", "urlpattern-polyfill": "8.0.2" diff --git a/package.json b/package.json index 2374cbff..fc8e51b9 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "test": "test" }, "dependencies": { - "@netlify/serverless-functions-api": "1.24.0" + "@netlify/serverless-functions-api": "1.24.1" }, "devDependencies": { "@arethetypeswrong/cli": "^0.16.0",