Browse Source

chore(deps): bump http from 0.13.6 to 1.1.0 in /packages/neon/neon

Bumps [http](https://github.com/dart-lang/http/tree/master/pkgs) from 0.13.6 to 1.1.0.
- [Release notes](https://github.com/dart-lang/http/releases)
- [Commits](https://github.com/dart-lang/http/commits/http-v1.1.0/pkgs)

---
updated-dependencies:
- dependency-name: http
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/551/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
e704d4bcbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/neon/neon/pubspec.yaml

2
packages/neon/neon/pubspec.yaml

@ -22,7 +22,7 @@ dependencies:
flutter_svg: ^2.0.5 flutter_svg: ^2.0.5
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 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: ^9.0.3 go_router: ^9.0.3
http: ^0.13.6 http: ^1.1.0
image: ^4.0.17 image: ^4.0.17
intersperse: ^2.0.0 intersperse: ^2.0.0
intl: ^0.18.0 intl: ^0.18.0

Loading…
Cancel
Save