dependabot[bot]
Committed by GitHub

chore(deps): bump lints from 3.0.0 to 4.0.0 in /sheet (#402)

Bumps [lints](https://github.com/dart-lang/lints) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/dart-lang/lints/releases)
- [Changelog](https://github.com/dart-lang/lints/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/lints/compare/v3.0.0...v4.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@@ -87,10 +87,10 @@ packages: @@ -87,10 +87,10 @@ packages:
87 dependency: "direct dev" 87 dependency: "direct dev"
88 description: 88 description:
89 name: lints 89 name: lints
90 - sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290 90 + sha256: "976c774dd944a42e83e2467f4cc670daef7eed6295b10b36ae8c85bcbf828235"
91 url: "https://pub.dev" 91 url: "https://pub.dev"
92 source: hosted 92 source: hosted
93 - version: "3.0.0" 93 + version: "4.0.0"
94 matcher: 94 matcher:
95 dependency: transitive 95 dependency: transitive
96 description: 96 description:
@@ -15,6 +15,6 @@ dev_dependencies: @@ -15,6 +15,6 @@ dev_dependencies:
15 flutter_test: 15 flutter_test:
16 sdk: flutter 16 sdk: flutter
17 mocktail: ^1.0.3 17 mocktail: ^1.0.3
18 - lints: ^3.0.0 18 + lints: ">=3.0.0 <5.0.0"
19 19
20 flutter: 20 flutter: