From 57597be6098268964f65af80dbea2793fc444613 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Feb 2023 13:00:23 +0000 Subject: [PATCH] Bump markdown from 6.0.1 to 7.0.0 Bumps [markdown](https://github.com/dart-lang/markdown) from 6.0.1 to 7.0.0. - [Release notes](https://github.com/dart-lang/markdown/releases) - [Changelog](https://github.com/dart-lang/markdown/blob/master/CHANGELOG.md) - [Commits](https://github.com/dart-lang/markdown/compare/6.0.1...v7.0.0.0) --- updated-dependencies: - dependency-name: markdown 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 c390e6cefd..5d9c6c53fb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: glob: ^2.0.1 html: ^0.15.0 logging: ^1.0.2 - markdown: ">=5.0.0 <7.0.0" + markdown: ">=5.0.0 <8.0.0" meta: ^1.7.0 package_config: ^2.0.2 path: ^1.8.0