From e76d0c41bb15f38d5fe093215a88263725c01125 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 09:08:12 -0300 Subject: [PATCH] Update dependency json_polyfill to v0.1.4 (#102) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index e0cc173..1bf7353 100644 --- a/rebar.config +++ b/rebar.config @@ -82,7 +82,7 @@ ]} ]}, {deps, [ - {json_polyfill, "0.1.3"}, + {json_polyfill, "0.1.4"}, {doctest, "0.9.3"}, {jiffy, "1.1.2"}, {thoas, "1.2.1"}