Skip to content

Commit

Permalink
chore(deps): bump lints from 3.0.0 to 5.1.0 in /packages/serinus_swagger
Browse files Browse the repository at this point in the history
Bumps [lints](https://github.com/dart-lang/lints) from 3.0.0 to 5.1.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@v3.0.0...v5.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent e06f108 commit fa12bc4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions packages/serinus_swagger/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@ packages:
dependency: "direct dev"
description:
name: lints
sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290
sha256: "4a16b3f03741e1252fda5de3ce712666d010ba2122f8e912c94f9f7b90e1a4c3"
url: "https://pub.dev"
source: hosted
version: "3.0.0"
version: "5.1.0"
logging:
dependency: transitive
description:
Expand Down Expand Up @@ -284,10 +284,11 @@ packages:
serinus:
dependency: "direct main"
description:
path: "../serinus"
relative: true
source: path
version: "1.0.0"
name: serinus
sha256: "400141b320b53f63f747b7d893dc68ff08aa47de7285c0094ab01cebecf9cc89"
url: "https://pub.dev"
source: hosted
version: "1.0.1"
shelf:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/serinus_swagger/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ dependencies:
yaml_writer: ^2.0.0

dev_dependencies:
lints: ^3.0.0
lints: ">=3.0.0 <6.0.0"
test: ^1.24.0

0 comments on commit fa12bc4

Please sign in to comment.