Upgraded url_launcher and build_runner dependencies manually. (#1986)

diff --git a/dashboard/pubspec.lock b/dashboard/pubspec.lock
index efbd305..20761e3 100644
--- a/dashboard/pubspec.lock
+++ b/dashboard/pubspec.lock
@@ -49,14 +49,14 @@
       name: build_config
       url: "https://pub.dartlang.org"
     source: hosted
-    version: "1.0.0"
+    version: "1.1.0"
   build_daemon:
     dependency: transitive
     description:
       name: build_daemon
       url: "https://pub.dartlang.org"
     source: hosted
-    version: "3.0.1"
+    version: "3.1.0"
   build_resolvers:
     dependency: transitive
     description:
@@ -70,7 +70,7 @@
       name: build_runner
       url: "https://pub.dartlang.org"
     source: hosted
-    version: "2.1.7"
+    version: "2.2.0"
   build_runner_core:
     dependency: transitive
     description:
@@ -295,7 +295,7 @@
       name: json_annotation
       url: "https://pub.dartlang.org"
     source: hosted
-    version: "4.4.0"
+    version: "4.6.0"
   lints:
     dependency: transitive
     description:
@@ -517,7 +517,7 @@
       name: url_launcher
       url: "https://pub.dartlang.org"
     source: hosted
-    version: "6.1.4"
+    version: "6.1.5"
   url_launcher_android:
     dependency: transitive
     description:
diff --git a/dashboard/pubspec.yaml b/dashboard/pubspec.yaml
index 49a20b1..02f9b64 100644
--- a/dashboard/pubspec.yaml
+++ b/dashboard/pubspec.yaml
@@ -30,11 +30,11 @@
   http: ^0.13.4
   protobuf: ^2.0.1
   provider: ^6.0.2
-  url_launcher: ^6.1.4
+  url_launcher: ^6.1.5
   flutter_app_icons: ^0.0.3
 
 dev_dependencies:
-  build_runner: ^2.1.1
+  build_runner: ^2.2.0
   flutter_lints: ^2.0.1
   flutter_test:
     sdk: flutter