From 9e450bf64d7e28ad0724eb9f7a49b1d2d1697b5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 20:16:33 +0000 Subject: [PATCH 1/2] Bump mdgriffith/elm-codegen from 4.2.1 to 4.2.2 Bumps [mdgriffith/elm-codegen](https://github.com/mdgriffith/elm-codegen) from 4.2.1 to 4.2.2. - [Commits](https://github.com/mdgriffith/elm-codegen/compare/4.2.1...4.2.2) --- updated-dependencies: - dependency-name: mdgriffith/elm-codegen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index 612c818..ab406cc 100644 --- a/elm.json +++ b/elm.json @@ -41,7 +41,7 @@ "jluckyiv/elm-utc-date-strings": "1.0.0", "joshuanianji/github-language-colors": "2.1.0", "justinmimbs/date": "4.1.0", - "mdgriffith/elm-codegen": "4.2.1", + "mdgriffith/elm-codegen": "4.2.2", "miniBill/elm-codec": "2.1.0", "noahzgordon/elm-color-extra": "1.0.2", "pablohirafuji/elm-syntax-highlight": "3.5.0", From 4c6344d4a15c5a4cfae9342291ffe6fff6b34302 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 01:02:27 +0000 Subject: [PATCH 2/2] Bump mdgriffith/elm-codegen from 4.2.1 to 4.2.2 in /script (#109) Bumps [mdgriffith/elm-codegen](https://github.com/mdgriffith/elm-codegen) from 4.2.1 to 4.2.2. - [Commits](https://github.com/mdgriffith/elm-codegen/compare/4.2.1...4.2.2) --- updated-dependencies: - dependency-name: mdgriffith/elm-codegen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joshua Ji --- script/elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/elm.json b/script/elm.json index b1ff733..36004cd 100644 --- a/script/elm.json +++ b/script/elm.json @@ -13,7 +13,7 @@ "elm/core": "1.0.5", "elm/html": "1.0.0", "elm/json": "1.1.3", - "mdgriffith/elm-codegen": "4.2.1" + "mdgriffith/elm-codegen": "4.2.2" }, "indirect": { "Chadtech/elm-bool-extra": "2.4.2",