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