chore(deps): update dependency jason to ~> 1.3

This commit is contained in:
James Harton 2022-01-31 14:35:12 +13:00
parent 50abbc66fe
commit 0083ffd962

View file

@ -40,7 +40,7 @@ defmodule Lamina.Dashboard.MixProject do
{:credo, "~> 1.6", only: ~w[dev test]a},
{:ex_doc, ">= 0.28.0", only: ~w[dev test]a},
{:git_ops, "~> 2.4", only: ~w[dev test]a, runtime: false},
{:jason, "~> 1.2", only: ~w[dev test]a},
{:jason, "~> 1.3", only: ~w[dev test]a},
{:lamina, "~> 0.4"},
{:phoenix_live_dashboard, "~> 0.6.3", optional: true},
{:phoenix_live_reload, "~> 1.3", only: :dev}