From e84e396a1ffcdc9f188ca51210e733d5d9cb6682 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 17:30:19 +1000 Subject: [PATCH] Bump markdown from 5.0.0 to 6.0.0 in /web/_tool (#1376) Bumps [markdown](https://github.com/dart-lang/markdown) from 5.0.0 to 6.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/5.0.0...6.0.0) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 4e96e0a88..157e4f497 100644 --- a/web/_tool/pubspec.yaml +++ b/web/_tool/pubspec.yaml @@ -5,7 +5,7 @@ environment: sdk: '>=2.12.0 <3.0.0' dependencies: - markdown: ^5.0.0 + markdown: ^6.0.0 path: ^1.8.0 dev_dependencies: