From 0c1fe35f2f6c7cd17f899edb4acee2c3475cb8fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 15:17:25 +0100 Subject: [PATCH] chore(deps): update dependency terragrunt to v0.93.10 (#24149) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- deployment/mise.toml | 2 +- mise.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/mise.toml b/deployment/mise.toml index f3d07ac31f..39c6d3dd32 100644 --- a/deployment/mise.toml +++ b/deployment/mise.toml @@ -1,5 +1,5 @@ [tools] -terragrunt = "0.91.2" +terragrunt = "0.93.10" opentofu = "1.10.6" [tasks."tg:fmt"] diff --git a/mise.toml b/mise.toml index d24893575a..39e8fed878 100644 --- a/mise.toml +++ b/mise.toml @@ -4,7 +4,7 @@ experimental_monorepo_root = true node = "24.11.1" flutter = "3.35.7" pnpm = "10.22.0" -terragrunt = "0.91.2" +terragrunt = "0.93.10" opentofu = "1.10.6" java = "25.0.1"