Skip to content

Commit cfa44e0

Browse files
chore(deps): bump very_good_analysis from 5.1.0 to 6.0.0 in /packages/dart_frog_auth (#1430)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Arra <[email protected]>
1 parent 1a5032f commit cfa44e0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include: package:very_good_analysis/analysis_options.5.1.0.yaml
1+
include: package:very_good_analysis/analysis_options.6.0.0.yaml

packages/dart_frog_auth/lib/src/dart_frog_auth.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ Future<bool> _defaultApplies(RequestContext context) async => true;
2727
/// Authentication that uses the `Authorization` header with the `Basic` scheme.
2828
///
2929
/// `Basic` scheme expects the header to be in the format:
30-
/// ```
30+
/// ```markdown
3131
/// Authorization: Basic <token>
3232
/// ```
3333
///
3434
/// Token should be a base64 encoded string of the format:
35-
/// ```
35+
/// ```markdown
3636
/// <username>:<password>
3737
/// ```
3838
///
@@ -99,7 +99,7 @@ Middleware basicAuthentication<T extends Object>({
9999
/// scheme.
100100
///
101101
/// `Bearer` scheme expects the header to be in the format:
102-
/// ```
102+
/// ```markdown
103103
/// Authorization: Bearer <token>
104104
/// ```
105105
///

packages/dart_frog_auth/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ dependencies:
1616
dev_dependencies:
1717
mocktail: ^1.0.0
1818
test: ^1.19.2
19-
very_good_analysis: ^5.1.0
19+
very_good_analysis: ">=5.1.0 <7.0.0"

0 commit comments

Comments
 (0)