From ec408e2d83fdd54ca3d8840cf337e508637489cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 16:52:51 +0000 Subject: [PATCH] Bump http from 0.12.2 to 0.13.4 in /repo_dashboard Bumps [http](https://github.com/dart-lang/http) from 0.12.2 to 0.13.4. - [Release notes](https://github.com/dart-lang/http/releases) - [Changelog](https://github.com/dart-lang/http/blob/master/CHANGELOG.md) - [Commits](https://github.com/dart-lang/http/compare/0.12.2...0.13.4) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- repo_dashboard/pubspec.lock | 11 ++--------- repo_dashboard/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/repo_dashboard/pubspec.lock b/repo_dashboard/pubspec.lock index 5519e51166..1ffe2c82b2 100644 --- a/repo_dashboard/pubspec.lock +++ b/repo_dashboard/pubspec.lock @@ -85,14 +85,14 @@ packages: name: http url: "https://pub.dartlang.org" source: hosted - version: "0.12.2" + version: "0.13.4" http_parser: dependency: transitive description: name: http_parser url: "https://pub.dartlang.org" source: hosted - version: "3.1.4" + version: "4.0.0" intl: dependency: "direct main" description: @@ -191,13 +191,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.5" - pedantic: - dependency: transitive - description: - name: pedantic - url: "https://pub.dartlang.org" - source: hosted - version: "1.10.0-nullsafety.3" platform: dependency: transitive description: diff --git a/repo_dashboard/pubspec.yaml b/repo_dashboard/pubspec.yaml index 03901591ce..97d92ee189 100644 --- a/repo_dashboard/pubspec.yaml +++ b/repo_dashboard/pubspec.yaml @@ -27,7 +27,7 @@ environment: dependencies: flutter: sdk: flutter - http: ^0.12.0 + http: ^0.13.4 intl: ^0.17.0 localstorage: ^4.0.0+1 url_launcher: ^6.0.20