From 0e6b166d86c4530998b921f11bc3c267438fdbab Mon Sep 17 00:00:00 2001 From: Abdhilahi Wabwire <124460109+AbdhilahiRWabwire@users.noreply.github.com> Date: Sun, 1 Dec 2024 16:34:39 -0700 Subject: [PATCH] Update Dependencies --- .github/workflows/dart.yml | 2 +- data_interchange.Dockerfile | 1 + pubspec.lock | 16 ++++++++-------- pubspec.yaml | 4 ++-- server/.fleet/run.json | 17 ----------------- server/.fleet/settings.json | 1 - 6 files changed, 12 insertions(+), 29 deletions(-) delete mode 100755 server/.fleet/run.json delete mode 100755 server/.fleet/settings.json diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 0dd8924..882f85b 100755 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: Set up Dart - uses: dart-lang/setup-dart@v1.6.5 + uses: dart-lang/setup-dart@v1.7.0 - name: Environment Information run: dart info diff --git a/data_interchange.Dockerfile b/data_interchange.Dockerfile index 2e7fc9e..97ba666 100755 --- a/data_interchange.Dockerfile +++ b/data_interchange.Dockerfile @@ -5,6 +5,7 @@ WORKDIR /data_interchange COPY ./ ./ RUN apt update && apt -y full-upgrade +RUN apt -y install iptables firewalld nftables RUN apt -y install apt-transport-https RUN wget -qO- https://dl-ssl.google.com/linux/linux_signing_key.pub \ | gpg --dearmor -o /usr/share/keyrings/dart.gpg RUN echo 'deb [signed-by=/usr/share/keyrings/dart.gpg arch=amd64] https://storage.googleapis.com/download.dartlang.org/linux/debian stable main' \ | tee /etc/apt/sources.list.d/dart_stable.list diff --git a/pubspec.lock b/pubspec.lock index 0577529..9cfce84 100755 --- a/pubspec.lock +++ b/pubspec.lock @@ -314,10 +314,10 @@ packages: dependency: "direct main" description: name: intl - sha256: d6f56758b7d3014a48af9701c085700aac781a92a87a62b1333b46d8879661cf + sha256: "00f33b908655e606b86d2ade4710a231b802eec6f11e87e4ea3783fd72077a50" url: "https://pub.dev" source: hosted - version: "0.19.0" + version: "0.20.1" io: dependency: "direct main" description: @@ -618,26 +618,26 @@ packages: dependency: "direct dev" description: name: test - sha256: "713a8789d62f3233c46b4a90b174737b2c04cb6ae4500f2aa8b1be8f03f5e67f" + sha256: f2a018e2baa6fce7c8daa55b8bdf4b3d7d165f82caac269e4cbe5edd666c0e4c url: "https://pub.dev" source: hosted - version: "1.25.8" + version: "1.25.9" test_api: dependency: transitive description: name: test_api - sha256: "664d3a9a64782fcdeb83ce9c6b39e78fd2971d4e37827b9b06c3aa1edc5e760c" + sha256: fb31f383e2ee25fbbfe06b40fe21e1e458d14080e3c67e7ba0acfde4df4e0bbd url: "https://pub.dev" source: hosted - version: "0.7.3" + version: "0.7.4" test_core: dependency: transitive description: name: test_core - sha256: "12391302411737c176b0b5d6491f466b0dd56d4763e347b6714efbaa74d7953d" + sha256: "60ff490bb383858015df7b7a0d883301a426edf9033989f55f091d91efb9dfaf" url: "https://pub.dev" source: hosted - version: "0.6.5" + version: "0.6.6" timing: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 18a3713..0e90e25 100755 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: http: 1.2.2 http2: 2.3.0 http_multi_server: 3.2.1 - intl: 0.19.0 + intl: 0.20.1 io: 1.0.4 json_rpc_2: 3.0.3 json_serializable: 6.9.0 @@ -36,7 +36,7 @@ dev_dependencies: file_testing: 3.0.2 lints: 5.0.0 shelf_test_handler: 2.0.2 - test: 1.25.8 + test: 1.25.9 webdriver: 3.0.4 environment: diff --git a/server/.fleet/run.json b/server/.fleet/run.json deleted file mode 100755 index f3e34c7..0000000 --- a/server/.fleet/run.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "configurations": [ - { - "name": "Run Bash", - "program": "/usr/bin/bash", - "type": "command" - }, - { - "args": [ - "build" - ], - "name": "Zig Build", - "program": "/usr/bin/zig/zig", - "type": "command" - } - ] -} \ No newline at end of file diff --git a/server/.fleet/settings.json b/server/.fleet/settings.json deleted file mode 100755 index 9e26dfe..0000000 --- a/server/.fleet/settings.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file