Unpin archive package from tool, update to version without security advisories (#149430)

Unpin `archive` version and run  `flutter update-packages --force-upgrade` to show there are no additional dependencies pulled in (url_launcher was updated, but unrelated).

Fixes https://github.com/flutter/flutter/issues/149427
This commit is contained in:
Jenn Magder 2024-06-06 11:19:19 -07:00 committed by GitHub
parent 50998a99f2
commit ef386d30c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 10 additions and 11 deletions

View file

@ -21,7 +21,7 @@ dependencies:
_discoveryapis_commons: 1.0.6 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
_fe_analyzer_shared: 70.0.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
archive: 3.3.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
archive: 3.6.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async: 2.11.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector: 2.1.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
checked_yaml: 2.0.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
@ -75,4 +75,4 @@ dependencies:
dev_dependencies:
test_api: 0.7.2
# PUBSPEC CHECKSUM: c909
# PUBSPEC CHECKSUM: ef0b

View file

@ -7,7 +7,7 @@ environment:
sdk: '>=3.2.0-0 <4.0.0'
dependencies:
archive: 3.3.2
archive: 3.6.1
args: 2.5.0
http: 0.13.6
intl: 0.19.0
@ -66,4 +66,4 @@ dev_dependencies:
webkit_inspection_protocol: 1.2.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
yaml: 3.1.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM: d919
# PUBSPEC CHECKSUM: 2d1b

View file

@ -6,7 +6,7 @@ environment:
sdk: '>=3.2.0-0 <4.0.0'
dependencies:
archive: 3.3.2
archive: 3.6.1
args: 2.5.0
file: 7.0.0
http: 0.13.6
@ -73,4 +73,4 @@ dev_dependencies:
watcher: 1.1.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
web_socket_channel: 2.4.5 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM: 4676
# PUBSPEC CHECKSUM: 0c78

View file

@ -5,7 +5,7 @@ environment:
sdk: '>=3.2.0-0 <4.0.0'
dependencies:
archive: 3.3.2
archive: 3.6.1
args: 2.5.0
http: 0.13.6
intl: 0.19.0
@ -62,4 +62,4 @@ dev_dependencies:
web_socket_channel: 2.4.5 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
webkit_inspection_protocol: 1.2.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM: 2a76
# PUBSPEC CHECKSUM: 0d78

View file

@ -23,7 +23,6 @@ const Map<String, String> kManuallyPinnedDependencies = <String, String>{
'flutter_gallery_assets': '1.0.2', // Tests depend on the exact version.
'flutter_template_images': '4.2.0', // Must always exactly match flutter_tools template.
'material_color_utilities': '0.11.1', // Keep pinned to latest until 1.0.0.
'archive': '3.3.2', // https://github.com/flutter/flutter/issues/115660
'leak_tracker': '10.0.5', // https://github.com/flutter/devtools/issues/3951
'leak_tracker_testing': '3.0.1', // https://github.com/flutter/devtools/issues/3951
'leak_tracker_flutter_testing': '3.0.5', // https://github.com/flutter/devtools/issues/3951

View file

@ -10,7 +10,7 @@ dependencies:
#
# For detailed instructions, refer to:
# https://github.com/flutter/flutter/wiki/Updating-dependencies-in-Flutter
archive: 3.3.2
archive: 3.6.1
args: 2.5.0
browser_launcher: 1.1.1
dds: 4.2.3
@ -120,4 +120,4 @@ dartdoc:
# Exclude this package from the hosted API docs.
nodoc: true
# PUBSPEC CHECKSUM: 4c0d
# PUBSPEC CHECKSUM: 8f0f