From a0ca0bf724bce404f73edd6c0854450171cce5c4 Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Fri, 9 May 2025 22:06:05 +0200 Subject: [PATCH] Bump dependencies and add folder to dependabot.yml --- .github/dependabot.yml | 5 +++++ flatpak/scripts/pubspec.lock | 12 ++++++++++-- flatpak/scripts/pubspec.yaml | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index deaa72b2..e541de6d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,11 @@ updates: schedule: interval: "weekly" + - package-ecosystem: "pub" + directory: "/flatpak/scripts" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" directory: "/" schedule: diff --git a/flatpak/scripts/pubspec.lock b/flatpak/scripts/pubspec.lock index 574ba55e..68090fc3 100644 --- a/flatpak/scripts/pubspec.lock +++ b/flatpak/scripts/pubspec.lock @@ -21,10 +21,10 @@ packages: dependency: "direct main" description: name: http - sha256: "5895291c13fa8a3bd82e76d5627f69e0d85ca6a30dcac95c4ea19a5d555879c2" + sha256: "2c11f3f94c687ee9bad77c171151672986360b2b001d109814ee7140b2cf261b" url: "https://pub.dev" source: hosted - version: "0.13.6" + version: "1.4.0" http_parser: dependency: transitive description: @@ -81,5 +81,13 @@ packages: url: "https://pub.dev" source: hosted version: "1.3.2" + web: + dependency: transitive + description: + name: web + sha256: "868d88a33d8a87b18ffc05f9f030ba328ffefba92d6c127917a2ba740f9cfe4a" + url: "https://pub.dev" + source: hosted + version: "1.1.1" sdks: dart: ">=3.4.0 <4.0.0" diff --git a/flatpak/scripts/pubspec.yaml b/flatpak/scripts/pubspec.yaml index d014b6ec..4e974d68 100644 --- a/flatpak/scripts/pubspec.yaml +++ b/flatpak/scripts/pubspec.yaml @@ -5,4 +5,4 @@ environment: sdk: '>=2.18.5' dependencies: - http: ^0.13.5 \ No newline at end of file + http: ^1.4.0 \ No newline at end of file