From 2ad8097d714b3a100116ce098c6a1bff0f4ee23b Mon Sep 17 00:00:00 2001
From: action <noop@github.com>
Date: Tue, 26 Nov 2024 02:21:30 +0000
Subject: [PATCH] actions-dart-dependency-updater:

---
 json_dynamic_widget/CHANGELOG.md         | 5 +++++
 json_dynamic_widget/example/pubspec.yaml | 6 +++---
 json_dynamic_widget/pubspec.yaml         | 4 ++--
 3 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/json_dynamic_widget/CHANGELOG.md b/json_dynamic_widget/CHANGELOG.md
index 202f2639..900f7588 100644
--- a/json_dynamic_widget/CHANGELOG.md
+++ b/json_dynamic_widget/CHANGELOG.md
@@ -1,3 +1,8 @@
+## [7.3.1+10] - November 26, 2024
+
+* Automated dependency updates
+
+
 ## [7.3.1+9] - November 19, 2024
 
 * Automated dependency updates
diff --git a/json_dynamic_widget/example/pubspec.yaml b/json_dynamic_widget/example/pubspec.yaml
index 8dc866e8..1de4ff56 100644
--- a/json_dynamic_widget/example/pubspec.yaml
+++ b/json_dynamic_widget/example/pubspec.yaml
@@ -1,7 +1,7 @@
 name: 'example'
 description: 'Example app for the JsonDynamicWidget library'
 publish_to: 'none'
-version: '1.0.0+77'
+version: '1.0.0+78'
 
 environment:
   sdk: '>=3.0.0 <4.0.0'
@@ -13,7 +13,7 @@ dependencies:
   execution_timer: '^1.1.0+8'
   flutter:
     sdk: 'flutter'
-  flutter_svg: '^2.0.14'
+  flutter_svg: '^2.0.15'
   json_class: '^3.0.0+16'
   json_dynamic_widget:
     path: '../'
@@ -27,7 +27,7 @@ dev_dependencies:
   flutter_test:
     sdk: 'flutter'
   icons_launcher: '^3.0.0'
-  json_dynamic_widget_codegen: '^1.0.6+14'
+  json_dynamic_widget_codegen: '^1.0.6+15'
   yaml_writer: '^2.0.1'
 
 dependency_overrides:
diff --git a/json_dynamic_widget/pubspec.yaml b/json_dynamic_widget/pubspec.yaml
index 4902b95c..ce448b06 100644
--- a/json_dynamic_widget/pubspec.yaml
+++ b/json_dynamic_widget/pubspec.yaml
@@ -1,7 +1,7 @@
 name: 'json_dynamic_widget'
 description: 'A library to dynamically generate widgets within Flutter from JSON or other Map-like structures.'
 repository: 'https://github.com/peiffer-innovations/json_dynamic_widget/tree/main/json_dynamic_widget'
-version: '7.3.1+9'
+version: '7.3.1+10'
 
 environment:
   sdk: '>=3.0.0 <4.0.0'
@@ -35,7 +35,7 @@ dev_dependencies:
   flutter_lints: '^5.0.0'
   flutter_test:
     sdk: 'flutter'
-  json_dynamic_widget_codegen: '^1.0.6+14'
+  json_dynamic_widget_codegen: '^1.0.6+15'
 
 dependency_overrides:
   json_dynamic_widget_codegen: