Skip to content

Commit

Permalink
Bump lints in /image-rotator in the dart-dependencies group
Browse files Browse the repository at this point in the history
Bumps the dart-dependencies group in /image-rotator with 1 update: [lints](https://github.com/dart-lang/lints).


Updates `lints` from 4.0.0 to 5.0.0
- [Release notes](https://github.com/dart-lang/lints/releases)
- [Changelog](https://github.com/dart-lang/lints/blob/main/CHANGELOG.md)
- [Commits](dart-lang/lints@v4.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: lints
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dart-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent e0f8527 commit 344f461
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions image-rotator/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ packages:
dependency: "direct dev"
description:
name: lints
sha256: "976c774dd944a42e83e2467f4cc670daef7eed6295b10b36ae8c85bcbf828235"
sha256: "3315600f3fb3b135be672bf4a178c55f274bebe368325ae18462c89ac1e3b413"
url: "https://pub.dev"
source: hosted
version: "4.0.0"
version: "5.0.0"
logging:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion image-rotator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ dependencies:
image: ">=3.0.1 <5.0.0"

dev_dependencies:
lints: ">=2.0.0 <5.0.0"
lints: ">=2.0.0 <6.0.0"
test: ^1.21.0

0 comments on commit 344f461

Please sign in to comment.