From fda7245aecce8309b530e1d00eb9f1f3a6bb2c12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 07:15:40 +0000 Subject: [PATCH] Bump markdown from 6.0.1 to 7.0.0 in /web/_tool 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] --- web/_tool/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/_tool/pubspec.yaml b/web/_tool/pubspec.yaml index ba5630c78d1..9025a1de38f 100644 --- a/web/_tool/pubspec.yaml +++ b/web/_tool/pubspec.yaml @@ -5,7 +5,7 @@ environment: sdk: '>=2.17.0 <3.0.0' dependencies: - markdown: ^6.0.0 + markdown: ^7.0.0 path: ^1.8.0 dev_dependencies: