Browse Source

fix(deps): update dependency image to ^4.1.0

pull/831/head
renovate[bot] 1 year ago committed by jld3103
parent
commit
002e4a182c
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 8
      packages/app/pubspec.lock
  2. 2
      packages/neon/neon/pubspec.yaml

8
packages/app/pubspec.lock

@ -5,10 +5,10 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: archive name: archive
sha256: "49b1fad315e57ab0bbc15bcbb874e83116a1d78f77ebd500a4af6c9407d6b28e" sha256: "1227dc3efc4ea571eebb2dfb814506ed2cfb1d4b1b89fb918abdddde617ead3c"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "3.3.8" version: "3.4.0"
args: args:
dependency: transitive dependency: transitive
description: description:
@ -433,10 +433,10 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: image name: image
sha256: a72242c9a0ffb65d03de1b7113bc4e189686fc07c7147b8b41811d0dd0e0d9bf sha256: "6e703d5e2f8c63fb31a77753915c1ec8baebde8088844e0d29f71b8f0b108888"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "4.0.17" version: "4.1.0"
image_picker: image_picker:
dependency: transitive dependency: transitive
description: description:

2
packages/neon/neon/pubspec.yaml

@ -24,7 +24,7 @@ dependencies:
flutter_zxing: ^1.4.1 flutter_zxing: ^1.4.1
go_router: ^10.2.0 go_router: ^10.2.0
http: ^1.1.0 http: ^1.1.0
image: ^4.0.17 image: ^4.1.0
intersperse: ^2.0.0 intersperse: ^2.0.0
intl: ^0.18.1 intl: ^0.18.1
json_annotation: ^4.8.1 json_annotation: ^4.8.1

Loading…
Cancel
Save