From e6ad6fdcca5161661baa932e163a6ae37fcd1323 Mon Sep 17 00:00:00 2001 From: action Date: Tue, 29 Aug 2023 01:06:47 +0000 Subject: [PATCH] actions-dart-dependency-updater: --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e2e5db..3459673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.1.1+2] - August 29, 2023 + +* Automated dependency updates + + ## [3.1.1+1] - August 15, 2023 * Automated dependency updates @@ -356,5 +361,6 @@ + diff --git a/pubspec.yaml b/pubspec.yaml index c3df4dc..5d0e9b7 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.1+1' +version: '3.1.1+2' environment: sdk: '>=3.0.0 <4.0.0' @@ -13,10 +13,10 @@ dependencies: fake_async: '^1.3.0' intl: '^0.18.1' json_class: '^3.0.0+3' - json_path: '^0.6.2' + json_path: '^0.6.4' logging: '^1.2.0' meta: '^1.9.1' - petitparser: '^5.4.0' + petitparser: '^6.0.1' pointycastle: '^3.7.3' quiver: '^3.2.1' rxdart: '^0.27.7'