From 129e79212b4af38a4721d2f8070a3aeb1b7246d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 09:39:06 +0000 Subject: [PATCH] Bump jason from 1.2.2 to 1.4.0 in /hex/helpers Bumps [jason](https://github.com/michalmuskala/jason) from 1.2.2 to 1.4.0. - [Release notes](https://github.com/michalmuskala/jason/releases) - [Changelog](https://github.com/michalmuskala/jason/blob/master/CHANGELOG.md) - [Commits](https://github.com/michalmuskala/jason/compare/v1.2.2...v1.4.0) --- updated-dependencies: - dependency-name: jason dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- hex/helpers/mix.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hex/helpers/mix.lock b/hex/helpers/mix.lock index 98b8604b35..8ab831ffea 100644 --- a/hex/helpers/mix.lock +++ b/hex/helpers/mix.lock @@ -1,3 +1,3 @@ %{ - "jason": {:hex, :jason, "1.2.2", "ba43e3f2709fd1aa1dce90aaabfd039d000469c05c56f0b8e31978e03fa39052", [:mix], [{:decimal, "~> 1.0 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: true]}], "hexpm", "18a228f5f0058ee183f29f9eae0805c6e59d61c3b006760668d8d18ff0d12179"}, + "jason": {:hex, :jason, "1.4.0", "e855647bc964a44e2f67df589ccf49105ae039d4179db7f6271dfd3843dc27e6", [:mix], [{:decimal, "~> 1.0 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: true]}], "hexpm", "79a3791085b2a0f743ca04cec0f7be26443738779d09302e01318f97bdb82121"}, }