From 8ac42a3d2c97c6b7669bf5ed5da49d843b3ffe18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 02:24:33 +0000 Subject: [PATCH] Bump dartdoc from 7.0.2 to 8.0.2 Bumps [dartdoc](https://github.com/dart-lang/dartdoc) from 7.0.2 to 8.0.2. - [Release notes](https://github.com/dart-lang/dartdoc/releases) - [Changelog](https://github.com/dart-lang/dartdoc/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/dartdoc/compare/v7.0.2...v8.0.2) --- updated-dependencies: - dependency-name: dartdoc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 6f666281e..c42d2133e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -42,7 +42,7 @@ dev_dependencies: archive: ^3.1.2 crypto: ^3.0.0 dart_style: ^2.0.0 - dartdoc: ">=6.0.0 <8.0.0" + dartdoc: ">=6.0.0 <9.0.0" grinder: ^0.9.0 node_preamble: ^2.0.2 lints: ">=2.0.0 <4.0.0"