Browse Source

fix(deps): update dependency flutter_svg to ^2.0.7

pull/632/head
renovate[bot] 1 year ago committed by GitHub
parent
commit
dc8afd29a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      packages/app/pubspec.lock
  2. 2
      packages/app/pubspec.yaml
  3. 2
      packages/neon/neon/pubspec.yaml

4
packages/app/pubspec.lock

@ -259,10 +259,10 @@ packages:
dependency: transitive
description:
name: file_picker
sha256: "21145c9c268d54b1f771d8380c195d2d6f655e0567dc1ca2f9c134c02c819e0a"
sha256: bdfa035a974a0c080576c4c8ed01cdf9d1b406a04c7daa05443ef0383a97bedc
url: "https://pub.dev"
source: hosted
version: "5.3.3"
version: "5.3.4"
file_selector_linux:
dependency: transitive
description:

2
packages/app/pubspec.yaml

@ -10,7 +10,7 @@ dependencies:
flutter:
sdk: flutter
flutter_native_splash: ^2.3.2
flutter_svg: ^2.0.6
flutter_svg: ^2.0.7
neon:
git:
url: https://github.com/nextcloud/neon

2
packages/neon/neon/pubspec.yaml

@ -19,7 +19,7 @@ dependencies:
flutter_localizations:
sdk: flutter
flutter_native_splash: ^2.2.19
flutter_svg: ^2.0.5
flutter_svg: ^2.0.7
flutter_zxing: ^1.1.2 # ^1.2.0 downgrades to image ^3.0.0 which breaks our dependencies. See https://github.com/khoren93/flutter_zxing/issues/94
go_router: ^10.0.0
http: ^1.1.0

Loading…
Cancel
Save