Skip to content

Commit

Permalink
Unpin archive package from tool, update to version without security a…
Browse files Browse the repository at this point in the history
…dvisories (flutter#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 flutter#149427
  • Loading branch information
jmagman committed Jun 6, 2024
1 parent 50998a9 commit ef386d3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions dev/bots/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -75,4 +75,4 @@ dependencies:
dev_dependencies:
test_api: 0.7.2

# PUBSPEC CHECKSUM: c909
# PUBSPEC CHECKSUM: ef0b
4 changes: 2 additions & 2 deletions dev/conductor/core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions dev/devicelab/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions dev/tools/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
1 change: 0 additions & 1 deletion packages/flutter_tools/lib/src/update_packages_pins.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_tools/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -120,4 +120,4 @@ dartdoc:
# Exclude this package from the hosted API docs.
nodoc: true

# PUBSPEC CHECKSUM: 4c0d
# PUBSPEC CHECKSUM: 8f0f

0 comments on commit ef386d3

Please sign in to comment.