fix(deps): update module github.com/diegoholiveira/jsonlogic/v3 to v3.3.2 (#975)
[](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.3.1` -> `v3.3.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>diegoholiveira/jsonlogic (github.com/diegoholiveira/jsonlogic/v3)</summary> ### [`v3.3.2`](https://togithub.com/diegoholiveira/jsonlogic/releases/tag/v3.3.2) [Compare Source](https://togithub.com/diegoholiveira/jsonlogic/compare/v3.3.1...v3.3.2) #### What's Changed - Ensure value is string before trying to convert it by [@​diegoholiveira](https://togithub.com/diegoholiveira) in [https://github.com/diegoholiveira/jsonlogic/pull/73](https://togithub.com/diegoholiveira/jsonlogic/pull/73) **Full Changelog**: https://github.com/diegoholiveira/jsonlogic/compare/v3.3.1...v3.3.2 </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://developer.mend.io/github/open-feature/flagd). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
d7d205f457
commit
b53c14afab
|
|
@ -8,7 +8,7 @@ require (
|
|||
buf.build/gen/go/open-feature/flagd/protocolbuffers/go v1.31.0-20230720212818-3675556880a1.1
|
||||
github.com/bufbuild/connect-go v1.10.0
|
||||
github.com/bufbuild/connect-opentelemetry-go v0.4.0
|
||||
github.com/diegoholiveira/jsonlogic/v3 v3.3.1
|
||||
github.com/diegoholiveira/jsonlogic/v3 v3.3.2
|
||||
github.com/fsnotify/fsnotify v1.6.0
|
||||
github.com/golang/mock v1.6.0
|
||||
github.com/open-feature/open-feature-operator v0.2.36
|
||||
|
|
|
|||
|
|
@ -443,6 +443,8 @@ github.com/diegoholiveira/jsonlogic/v3 v3.3.0 h1:XdIxQ+ICFcQB9tVf46cmiCkc5K9MN8S
|
|||
github.com/diegoholiveira/jsonlogic/v3 v3.3.0/go.mod h1:9oE8z9G+0OMxOoLHF3fhek3KuqD5CBqM0B6XFL08MSg=
|
||||
github.com/diegoholiveira/jsonlogic/v3 v3.3.1 h1:XVHpFel6ZTVYiXQlgDrlxJYYDNZoQXP54BR33w2nAJ4=
|
||||
github.com/diegoholiveira/jsonlogic/v3 v3.3.1/go.mod h1:9oE8z9G+0OMxOoLHF3fhek3KuqD5CBqM0B6XFL08MSg=
|
||||
github.com/diegoholiveira/jsonlogic/v3 v3.3.2 h1:srg/h16pzyuS0/+P2HOt2zdDPDnzaFZtsHtfTugRPVc=
|
||||
github.com/diegoholiveira/jsonlogic/v3 v3.3.2/go.mod h1:9oE8z9G+0OMxOoLHF3fhek3KuqD5CBqM0B6XFL08MSg=
|
||||
github.com/emicklei/go-restful/v3 v3.10.1 h1:rc42Y5YTp7Am7CS630D7JmhRjq4UlEUuEKfrDac4bSQ=
|
||||
github.com/emicklei/go-restful/v3 v3.10.1/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc=
|
||||
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
|
||||
|
|
|
|||
Loading…
Reference in New Issue