From 83716656cf3d487d2e37c1f5e20563da0ff0f8a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 23:16:55 +0000 Subject: [PATCH] chore(deps): bump html from 0.15.0 to 0.15.1 Bumps [html](https://github.com/dart-lang/html) from 0.15.0 to 0.15.1. - [Release notes](https://github.com/dart-lang/html/releases) - [Changelog](https://github.com/dart-lang/html/blob/master/CHANGELOG.md) - [Commits](https://github.com/dart-lang/html/compare/0.15.0...0.15.1) --- updated-dependencies: - dependency-name: html dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pubspec.lock | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 9a473fa0..9e2107b2 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -694,7 +694,7 @@ packages: name: html url: "https://pub.dartlang.org" source: hosted - version: "0.15.0" + version: "0.15.1" http: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index c9f4a37e..99b08098 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: sdk: flutter cupertino_icons: ^1.0.5 cached_network_image: ^3.2.2 - html: ^0.15.0 + html: ^0.15.1 http: ^0.13.5 shared_preferences: ^2.0.11 spotify: ^0.8.0