From e0b352f0d0c53954b8d0745097701c912644839e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 22:57:07 +0000 Subject: [PATCH] Update dependency faunadb to v4.8.1 (#2860) 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 | |---|---|---|---|---|---| | [faunadb](https://fauna.com) ([source](https://redirect.github.com/fauna/faunadb-js)) | [`4.8.0` -> `4.8.1`](https://renovatebot.com/diffs/npm/faunadb/4.8.0/4.8.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/faunadb/4.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/faunadb/4.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/faunadb/4.8.0/4.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/faunadb/4.8.0/4.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
fauna/faunadb-js (faunadb) ### [`v4.8.1`](https://redirect.github.com/fauna/faunadb-js/blob/HEAD/CHANGELOG.md#481) [Compare Source](https://redirect.github.com/fauna/faunadb-js/compare/3940ad9e71907b7795fd975ae16c9392a679b053...0f07d0734dd412bd4bc4ee11006a4c46dcafc5a5) - Bump patch version to publish latest README that includes FQL v4 deprecation notice. No functional changes included.
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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/X-oss-byte/Nextjs). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f715d3694..5690766cfb 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "expect-type": "0.20.0", "express": "4.21.1", "@faker-js/faker": "9.0.3", - "faunadb": "4.8.0", + "faunadb": "4.8.1", "find-up": "7.0.0", "firebase": "10.14.1", "flat": "6.0.1",