From a4339e2237f0eadd7db59d3a3908117796145dfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 05:06:57 +0000 Subject: [PATCH] build(deps): Bump the pub group across 1 directory with 2 updates Bumps the pub group with 2 updates in the /packages/dart/sshnoports directory: [lints](https://github.com/dart-lang/core/tree/main/pkgs) and [yaml](https://github.com/dart-lang/tools/tree/main/pkgs). Updates `lints` from 5.1.0 to 5.1.1 - [Release notes](https://github.com/dart-lang/core/releases) - [Commits](https://github.com/dart-lang/core/commits/lints-v5.1.1/pkgs) Updates `yaml` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/dart-lang/tools/releases) - [Commits](https://github.com/dart-lang/tools/commits/yaml-v3.1.3/pkgs) --- updated-dependencies: - dependency-name: lints dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: yaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub ... Signed-off-by: dependabot[bot] --- packages/dart/sshnoports/pubspec.lock | 8 ++++---- packages/dart/sshnoports/pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/dart/sshnoports/pubspec.lock b/packages/dart/sshnoports/pubspec.lock index e98190355..2924a8796 100644 --- a/packages/dart/sshnoports/pubspec.lock +++ b/packages/dart/sshnoports/pubspec.lock @@ -524,10 +524,10 @@ packages: dependency: "direct dev" description: name: lints - sha256: "4a16b3f03741e1252fda5de3ce712666d010ba2122f8e912c94f9f7b90e1a4c3" + sha256: c35bb79562d980e9a453fc715854e1ed39e24e7d0297a880ef54e17f9874a9d7 url: "https://pub.dev" source: hosted - version: "5.1.0" + version: "5.1.1" logging: dependency: "direct main" description: @@ -923,10 +923,10 @@ packages: dependency: "direct main" description: name: yaml - sha256: "75769501ea3489fca56601ff33454fe45507ea3bfb014161abc3b43ae25989d5" + sha256: b9da305ac7c39faa3f030eccd175340f968459dae4af175130b3fc47e40d76ce url: "https://pub.dev" source: hosted - version: "3.1.2" + version: "3.1.3" zxing2: dependency: transitive description: diff --git a/packages/dart/sshnoports/pubspec.yaml b/packages/dart/sshnoports/pubspec.yaml index 77f602149..d6678c193 100644 --- a/packages/dart/sshnoports/pubspec.yaml +++ b/packages/dart/sshnoports/pubspec.yaml @@ -20,7 +20,7 @@ dependencies: at_utils: 3.0.19 logging: 1.3.0 chalkdart: 2.2.1 - yaml: 3.1.2 + yaml: 3.1.3 dependency_overrides: dartssh2: @@ -33,7 +33,7 @@ dependency_overrides: url: https://github.com/gkc/args dev_dependencies: - lints: ^5.1.0 + lints: ^5.1.1 test: ^1.25.14 mocktail: ^1.0.4 build_runner: ^2.4.14