From d286db1abe201d3ca3d867c121d3e1d22a3edb8f Mon Sep 17 00:00:00 2001 From: "Abdhilahi R. Wabwire" <124460109+AbdhilahiRWabwire@users.noreply.github.com> Date: Thu, 14 Nov 2024 17:01:51 -0700 Subject: [PATCH] Fix Dependencies --- pubspec.lock | 48 ++++++++++++++++++++---------------------------- pubspec.yaml | 9 ++++----- 2 files changed, 24 insertions(+), 33 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 38a23d3..10f8b64 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -223,13 +223,21 @@ packages: source: hosted version: "2.3.7" file: - dependency: transitive + dependency: "direct main" description: name: file sha256: a3b4f84adafef897088c160faf7dfffb7696046cb13ae90b508c2cbc95d3b8d4 url: "https://pub.dev" source: hosted version: "7.0.1" + file_testing: + dependency: "direct dev" + description: + name: file_testing + sha256: eb0c85fd118ddc0d41c295c09f64e0924c256b071087cdc9828d5372c80d554d + url: "https://pub.dev" + source: hosted + version: "3.0.2" fixnum: dependency: "direct main" description: @@ -286,14 +294,6 @@ packages: url: "https://pub.dev" source: hosted version: "2.3.0" - http_methods: - dependency: transitive - description: - name: http_methods - sha256: "6bccce8f1ec7b5d701e7921dca35e202d425b57e317ba1a37f2638590e29e566" - url: "https://pub.dev" - source: hosted - version: "1.1.1" http_multi_server: dependency: "direct main" description: @@ -422,6 +422,14 @@ packages: url: "https://pub.dev" source: hosted version: "2.0.2" + oauth2: + dependency: "direct main" + description: + name: oauth2 + sha256: c84470642cbb2bec450ccab2f8520c079cd1ca546a76ffd5c40589e07f4e8bf4 + url: "https://pub.dev" + source: hosted + version: "2.0.3" package_config: dependency: transitive description: @@ -494,24 +502,8 @@ packages: url: "https://pub.dev" source: hosted version: "3.0.2" - shelf_proxy: - dependency: "direct main" - description: - name: shelf_proxy - sha256: a71d2307f4393211930c590c3d2c00630f6c5a7a77edc1ef6436dfd85a6a7ee3 - url: "https://pub.dev" - source: hosted - version: "1.0.4" - shelf_router: - dependency: "direct main" - description: - name: shelf_router - sha256: f5e5d492440a7fb165fe1e2e1a623f31f734d3370900070b2b1e0d0428d59864 - url: "https://pub.dev" - source: hosted - version: "1.1.4" shelf_static: - dependency: "direct main" + dependency: transitive description: name: shelf_static sha256: c87c3875f91262785dade62d135760c2c69cb217ac759485334c5857ad89f6e3 @@ -527,7 +519,7 @@ packages: source: hosted version: "2.0.2" shelf_web_socket: - dependency: "direct main" + dependency: transitive description: name: shelf_web_socket sha256: "073c147238594ecd0d193f3456a5fe91c4b0abbcc68bf5cd95b36c4e194ac611" @@ -703,7 +695,7 @@ packages: source: hosted version: "3.0.1" webdriver: - dependency: "direct main" + dependency: "direct dev" description: name: webdriver sha256: "3d773670966f02a646319410766d3b5e1037efb7f07cc68f844d5e06cd4d61c8" diff --git a/pubspec.yaml b/pubspec.yaml index 0044959..80c1aad 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,6 +5,7 @@ dependencies: convert: 3.1.2 crypto: 3.0.6 csslib: 1.0.2 + file: 7.0.1 fixnum: 1.1.1 glob: 2.1.2 html: 0.15.5 @@ -17,16 +18,12 @@ dependencies: json_serializable: 6.8.0 logging: 1.3.0 markdown: 7.2.2 + oauth2: 2.0.3 path: 1.9.1 pool: 1.5.1 shelf: 1.4.2 - shelf_proxy: 1.0.4 - shelf_router: 1.1.4 - shelf_static: 1.1.3 - shelf_web_socket: 2.0.0 stack_trace: 1.12.0 web: 1.1.0 - webdriver: 3.0.4 web_socket: 0.1.6 web_socket_channel: 3.0.1 @@ -36,9 +33,11 @@ description: "Data Interchange Format Implementations" dev_dependencies: build_runner: 2.4.13 build_web_compilers: 4.0.11 + file_testing: 3.0.2 lints: 5.0.0 shelf_test_handler: 2.0.2 test: 1.25.8 + webdriver: 3.0.4 environment: sdk: '>=3.0.0 <=6.0.0'