From 2ab5a00fa6f19c7e0fe1a4e36649fae2633ac269 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 00:59:40 +0000 Subject: [PATCH] fix(deps): update module github.com/diegoholiveira/jsonlogic/v3 to v3.2.7 (#283) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/diegoholiveira/jsonlogic/v3](https://togithub.com/diegoholiveira/jsonlogic) | require | patch | `v3.2.6` -> `v3.2.7` | --- ### Release Notes
diegoholiveira/jsonlogic ### [`v3.2.7`](https://togithub.com/diegoholiveira/jsonlogic/releases/tag/v3.2.7) [Compare Source](https://togithub.com/diegoholiveira/jsonlogic/compare/v3.2.6...v3.2.7) #### What's Changed - Fixed subtraction from zero by [@​Rymmugygr](https://togithub.com/Rymmugygr) in [https://github.com/diegoholiveira/jsonlogic/pull/62](https://togithub.com/diegoholiveira/jsonlogic/pull/62) - Add the toSliceOfNumbers to clear the code in `-` and `/` functions by [@​diegoholiveira](https://togithub.com/diegoholiveira) in [https://github.com/diegoholiveira/jsonlogic/pull/63](https://togithub.com/diegoholiveira/jsonlogic/pull/63) - Fix null comparisons by [@​reb-felipe](https://togithub.com/reb-felipe) in [https://github.com/diegoholiveira/jsonlogic/pull/64](https://togithub.com/diegoholiveira/jsonlogic/pull/64) #### New Contributors - [@​Rymmugygr](https://togithub.com/Rymmugygr) made their first contribution in [https://github.com/diegoholiveira/jsonlogic/pull/62](https://togithub.com/diegoholiveira/jsonlogic/pull/62) - [@​reb-felipe](https://togithub.com/reb-felipe) made their first contribution in [https://github.com/diegoholiveira/jsonlogic/pull/64](https://togithub.com/diegoholiveira/jsonlogic/pull/64) **Full Changelog**: https://github.com/diegoholiveira/jsonlogic/compare/v3.2.6...v3.2.7
--- ### 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/open-feature/flagd). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e4d50c707..a6046ce62 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( buf.build/gen/go/open-feature/flagd/grpc/go v1.2.0-20221226184428-0dc62ff103b8.4 buf.build/gen/go/open-feature/flagd/protocolbuffers/go v1.28.1-20221226184428-0dc62ff103b8.4 github.com/bufbuild/connect-go v1.4.1 - github.com/diegoholiveira/jsonlogic/v3 v3.2.6 + github.com/diegoholiveira/jsonlogic/v3 v3.2.7 github.com/dimiro1/banner v1.1.0 github.com/fsnotify/fsnotify v1.6.0 github.com/golang/mock v1.6.0 diff --git a/go.sum b/go.sum index 1e5c43c09..8548638e3 100644 --- a/go.sum +++ b/go.sum @@ -83,6 +83,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/diegoholiveira/jsonlogic/v3 v3.2.6 h1:EV607wRY72hT3V90ZOQw+zjXR9KIUV9jnHfT3yS8uks= github.com/diegoholiveira/jsonlogic/v3 v3.2.6/go.mod h1:9oE8z9G+0OMxOoLHF3fhek3KuqD5CBqM0B6XFL08MSg= +github.com/diegoholiveira/jsonlogic/v3 v3.2.7 h1:awX07pFPnlntZzRNBcO4a2Ivxa77NMt+narq/6xcS0E= +github.com/diegoholiveira/jsonlogic/v3 v3.2.7/go.mod h1:9oE8z9G+0OMxOoLHF3fhek3KuqD5CBqM0B6XFL08MSg= github.com/dimiro1/banner v1.1.0 h1:TSfy+FsPIIGLzaMPOt52KrEed/omwFO1P15VA8PMUh0= github.com/dimiro1/banner v1.1.0/go.mod h1:tbL318TJiUaHxOUNN+jnlvFSgsh/RX7iJaQrGgOiTco= github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod h1:WwZ+bS3ebgob9U8Nd0kOddGdZWjyMGR8Wziv+TBNwSE=