Skip to content

Commit

Permalink
build(deps): Bump the pub group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 73e19e3 commit a4339e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions packages/dart/sshnoports/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions packages/dart/sshnoports/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit a4339e2

Please sign in to comment.