From 4c52ec156ddc7e6ae08af4671b0081599ab57add Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 00:05:41 +0000 Subject: [PATCH] Bump markdown from 5.0.0 to 7.0.1 in /web/_tool Bumps [markdown](https://github.com/dart-lang/markdown) from 5.0.0 to 7.0.1. - [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...v7.0.1) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- web/_tool/pubspec.lock | 11 ++--------- web/_tool/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/web/_tool/pubspec.lock b/web/_tool/pubspec.lock index 9e7861fef22..8a00bc6099d 100644 --- a/web/_tool/pubspec.lock +++ b/web/_tool/pubspec.lock @@ -8,13 +8,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.3.0" - charcode: - dependency: transitive - description: - name: charcode - url: "https://pub.dartlang.org" - source: hosted - version: "1.3.1" lints: dependency: "direct dev" description: @@ -28,7 +21,7 @@ packages: name: markdown url: "https://pub.dartlang.org" source: hosted - version: "5.0.0" + version: "7.0.1" meta: dependency: transitive description: @@ -44,4 +37,4 @@ packages: source: hosted version: "1.8.1" sdks: - dart: ">=2.12.0 <3.0.0" + dart: ">=2.17.0 <3.0.0" diff --git a/web/_tool/pubspec.yaml b/web/_tool/pubspec.yaml index c41a8d8a614..0c085c81018 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: ^7.0.1 path: ^1.8.0 dev_dependencies: