diff --git a/templates/dart/pubspec.yaml.twig b/templates/dart/pubspec.yaml.twig index 72948b603..50968e292 100644 --- a/templates/dart/pubspec.yaml.twig +++ b/templates/dart/pubspec.yaml.twig @@ -8,7 +8,7 @@ documentation: {{ spec.contactURL }} environment: sdk: '>=2.17.0 <3.0.0' dependencies: - http: ^0.13.5 + http: '>=0.13.6 <1.0.1' dev_dependencies: lints: ^2.0.1 diff --git a/templates/flutter/pubspec.yaml.twig b/templates/flutter/pubspec.yaml.twig index 93ece12a5..d9de3cd5e 100644 --- a/templates/flutter/pubspec.yaml.twig +++ b/templates/flutter/pubspec.yaml.twig @@ -18,17 +18,17 @@ environment: dependencies: flutter: sdk: flutter - cookie_jar: ^4.0.1 - device_info_plus: ^8.2.0 + cookie_jar: ^4.0.3 + device_info_plus: ^9.0.2 flutter_web_auth_2: ^2.1.4 - http: ^0.13.5 - package_info_plus: ^3.1.0 - path_provider: ^2.0.14 + http: '>=0.13.6 <1.0.1' + package_info_plus: ^4.0.2 + path_provider: ^2.0.15 web_socket_channel: ^2.4.0 - universal_html: ^2.2.1 + universal_html: ^2.2.3 dev_dependencies: - path_provider_platform_interface: ^2.0.5 + path_provider_platform_interface: ^2.0.6 flutter_lints: ^2.0.1 flutter_test: sdk: flutter