From 0eb2c900f8bb5fc09cdeff39e84aeffa14be48fb Mon Sep 17 00:00:00 2001 From: Matt Savoia Date: Wed, 17 Jun 2026 10:19:42 -0400 Subject: [PATCH] Update rebar config, use shotgun ~> 1.2 This version of shotgun brings in gun 2.2, which has multiple CVEs, causing app authors to be aware and explicitly override gun or shotgun. --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 286d320..ae0bc18 100644 --- a/rebar.config +++ b/rebar.config @@ -1,6 +1,6 @@ {erl_opts, [debug_info]}. {deps, [ - {shotgun, "1.2.1"}, + {shotgun, "~> 1.2"}, {jsx, "3.1.0"}, {verl, "1.0.1"}, {lru, "2.4.0"},