Skip to content

Commit 2ab5a00

Browse files
fix(deps): update module github.com/diegoholiveira/jsonlogic/v3 to v3.2.7 (#283)
[![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 <details> <summary>diegoholiveira/jsonlogic</summary> ### [`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 [@&#8203;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 [@&#8203;diegoholiveira](https://togithub.com/diegoholiveira) in [https://github.com/diegoholiveira/jsonlogic/pull/63](https://togithub.com/diegoholiveira/jsonlogic/pull/63) - Fix null comparisons by [@&#8203;reb-felipe](https://togithub.com/reb-felipe) in [https://github.com/diegoholiveira/jsonlogic/pull/64](https://togithub.com/diegoholiveira/jsonlogic/pull/64) #### New Contributors - [@&#8203;Rymmugygr](https://togithub.com/Rymmugygr) made their first contribution in [https://github.com/diegoholiveira/jsonlogic/pull/62](https://togithub.com/diegoholiveira/jsonlogic/pull/62) - [@&#8203;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**: diegoholiveira/jsonlogic@v3.2.6...v3.2.7 </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDAuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEwMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent be6496b commit 2ab5a00

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
buf.build/gen/go/open-feature/flagd/grpc/go v1.2.0-20221226184428-0dc62ff103b8.4
88
buf.build/gen/go/open-feature/flagd/protocolbuffers/go v1.28.1-20221226184428-0dc62ff103b8.4
99
github.com/bufbuild/connect-go v1.4.1
10-
github.com/diegoholiveira/jsonlogic/v3 v3.2.6
10+
github.com/diegoholiveira/jsonlogic/v3 v3.2.7
1111
github.com/dimiro1/banner v1.1.0
1212
github.com/fsnotify/fsnotify v1.6.0
1313
github.com/golang/mock v1.6.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
8383
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
8484
github.com/diegoholiveira/jsonlogic/v3 v3.2.6 h1:EV607wRY72hT3V90ZOQw+zjXR9KIUV9jnHfT3yS8uks=
8585
github.com/diegoholiveira/jsonlogic/v3 v3.2.6/go.mod h1:9oE8z9G+0OMxOoLHF3fhek3KuqD5CBqM0B6XFL08MSg=
86+
github.com/diegoholiveira/jsonlogic/v3 v3.2.7 h1:awX07pFPnlntZzRNBcO4a2Ivxa77NMt+narq/6xcS0E=
87+
github.com/diegoholiveira/jsonlogic/v3 v3.2.7/go.mod h1:9oE8z9G+0OMxOoLHF3fhek3KuqD5CBqM0B6XFL08MSg=
8688
github.com/dimiro1/banner v1.1.0 h1:TSfy+FsPIIGLzaMPOt52KrEed/omwFO1P15VA8PMUh0=
8789
github.com/dimiro1/banner v1.1.0/go.mod h1:tbL318TJiUaHxOUNN+jnlvFSgsh/RX7iJaQrGgOiTco=
8890
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod h1:WwZ+bS3ebgob9U8Nd0kOddGdZWjyMGR8Wziv+TBNwSE=

0 commit comments

Comments
 (0)