From 4f8556d8fe80832652154972f6c2db88a5757029 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 09:15:36 +0000 Subject: [PATCH] Bump analyzer from 13.3.0 to 14.1.0 in the all-pub-dependencies group Bumps the all-pub-dependencies group with 1 update: [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg). Updates `analyzer` from 13.3.0 to 14.1.0 - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/HEAD/pkg) --- updated-dependencies: - dependency-name: analyzer dependency-version: 14.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-pub-dependencies ... Signed-off-by: dependabot[bot] --- sqlite3/pubspec.yaml | 2 +- sqlite3_web/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sqlite3/pubspec.yaml b/sqlite3/pubspec.yaml index 9e7fff2d..546b2a8f 100644 --- a/sqlite3/pubspec.yaml +++ b/sqlite3/pubspec.yaml @@ -36,7 +36,7 @@ dependencies: crypto: ^3.0.6 dev_dependencies: - analyzer: ^13.0.0 + analyzer: ^14.1.0 build_daemon: ^4.0.0 build_runner: ^2.1.7 build_web_compilers: ^4.0.3 diff --git a/sqlite3_web/pubspec.yaml b/sqlite3_web/pubspec.yaml index c7668c7d..d04dc557 100644 --- a/sqlite3_web/pubspec.yaml +++ b/sqlite3_web/pubspec.yaml @@ -34,7 +34,7 @@ dev_dependencies: http: ^1.6.0 # For the protocol generator - analyzer: ^13.0.0 + analyzer: ^14.1.0 dart_style: ^3.1.5 pub_semver: ^2.2.0 stream_channel: ^2.1.4