From eb0360148f7b41e8d08eb36be65a08442f87a427 Mon Sep 17 00:00:00 2001 From: action Date: Tue, 3 Oct 2023 01:08:24 +0000 Subject: [PATCH] actions-dart-dependency-updater: --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17dc78e..799748c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.1.2+2] - October 3, 2023 + +* Automated dependency updates + + ## [3.1.2+1] - September 19, 2023 * Automated dependency updates @@ -381,5 +386,6 @@ + diff --git a/pubspec.yaml b/pubspec.yaml index 729b12e..49b5bca 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: 'template_expressions' description: 'A Dart library to process string based templates using expressions.' homepage: 'https://github.com/peiffer-innovations/template_expressions' -version: '3.1.2+1' +version: '3.1.2+2' environment: sdk: '>=3.0.0 <4.0.0' @@ -12,7 +12,7 @@ dependencies: encrypt: '^5.0.3' fake_async: '^1.3.0' intl: '^0.18.1' - json_class: '^3.0.0+4' + json_class: '^3.0.0+5' json_path: '^0.6.3' logging: '^1.2.0' meta: '^1.9.1' @@ -20,11 +20,11 @@ dependencies: pointycastle: '^3.7.3' quiver: '^3.2.1' rxdart: '^0.27.7' - yaon: '^1.1.2+3' + yaon: '^1.1.2+4' dev_dependencies: flutter_lints: '^2.0.3' - test: '^1.24.6' + test: '^1.24.7' ignore_updates: - 'archive'