From b92a6fc6c88c5a32ceeb340b315fa470d729f885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 17:58:54 +0000 Subject: [PATCH] chore(deps): Bump html from 0.15.4 to 0.15.5 Bumps [html](https://github.com/dart-lang/tools/tree/main/pkgs) from 0.15.4 to 0.15.5. - [Release notes](https://github.com/dart-lang/tools/releases) - [Commits](https://github.com/dart-lang/tools/commits/html-v0.15.5/pkgs) --- updated-dependencies: - dependency-name: html dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 12ed834..d06472e 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -329,10 +329,10 @@ packages: dependency: "direct main" description: name: html - sha256: "3a7812d5bcd2894edf53dfaf8cd640876cf6cef50a8f238745c8b8120ea74d3a" + sha256: "1fc58edeaec4307368c60d59b7e15b9d658b57d7f3125098b6294153c75337ec" url: "https://pub.dev" source: hosted - version: "0.15.4" + version: "0.15.5" http: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 618ccd2..87469eb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: flutter: sdk: flutter freezed_annotation: ^2.4.4 - html: ^0.15.1 + html: ^0.15.5 http: ^0.13.5 intl: ^0.18.0 json_annotation: ^4.8.1