Skip to content

Commit ef386d3

Browse files
authored
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 flutter/flutter#149427
1 parent 50998a9 commit ef386d3

File tree

6 files changed

+10
-11
lines changed

6 files changed

+10
-11
lines changed

dev/bots/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies:
2121

2222
_discoveryapis_commons: 1.0.6 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
2323
_fe_analyzer_shared: 70.0.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
24-
archive: 3.3.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
24+
archive: 3.6.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
2525
async: 2.11.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
2626
boolean_selector: 2.1.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
2727
checked_yaml: 2.0.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
@@ -75,4 +75,4 @@ dependencies:
7575
dev_dependencies:
7676
test_api: 0.7.2
7777

78-
# PUBSPEC CHECKSUM: c909
78+
# PUBSPEC CHECKSUM: ef0b

dev/conductor/core/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77
sdk: '>=3.2.0-0 <4.0.0'
88

99
dependencies:
10-
archive: 3.3.2
10+
archive: 3.6.1
1111
args: 2.5.0
1212
http: 0.13.6
1313
intl: 0.19.0
@@ -66,4 +66,4 @@ dev_dependencies:
6666
webkit_inspection_protocol: 1.2.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
6767
yaml: 3.1.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
6868

69-
# PUBSPEC CHECKSUM: d919
69+
# PUBSPEC CHECKSUM: 2d1b

dev/devicelab/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ environment:
66
sdk: '>=3.2.0-0 <4.0.0'
77

88
dependencies:
9-
archive: 3.3.2
9+
archive: 3.6.1
1010
args: 2.5.0
1111
file: 7.0.0
1212
http: 0.13.6
@@ -73,4 +73,4 @@ dev_dependencies:
7373
watcher: 1.1.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
7474
web_socket_channel: 2.4.5 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
7575

76-
# PUBSPEC CHECKSUM: 4676
76+
# PUBSPEC CHECKSUM: 0c78

dev/tools/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ environment:
55
sdk: '>=3.2.0-0 <4.0.0'
66

77
dependencies:
8-
archive: 3.3.2
8+
archive: 3.6.1
99
args: 2.5.0
1010
http: 0.13.6
1111
intl: 0.19.0
@@ -62,4 +62,4 @@ dev_dependencies:
6262
web_socket_channel: 2.4.5 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
6363
webkit_inspection_protocol: 1.2.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
6464

65-
# PUBSPEC CHECKSUM: 2a76
65+
# PUBSPEC CHECKSUM: 0d78

packages/flutter_tools/lib/src/update_packages_pins.dart

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

packages/flutter_tools/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
#
1111
# For detailed instructions, refer to:
1212
# https://github.com/flutter/flutter/wiki/Updating-dependencies-in-Flutter
13-
archive: 3.3.2
13+
archive: 3.6.1
1414
args: 2.5.0
1515
browser_launcher: 1.1.1
1616
dds: 4.2.3
@@ -120,4 +120,4 @@ dartdoc:
120120
# Exclude this package from the hosted API docs.
121121
nodoc: true
122122

123-
# PUBSPEC CHECKSUM: 4c0d
123+
# PUBSPEC CHECKSUM: 8f0f

0 commit comments

Comments
 (0)