Skip to content

Commit

Permalink
Upgrade package:puppeteer in pkg/pub_integration
Browse files Browse the repository at this point in the history
  • Loading branch information
isoos committed Nov 27, 2023
1 parent 8a742fe commit 4f014e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
10 changes: 5 additions & 5 deletions pkg/pub_integration/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -323,10 +323,10 @@ packages:
dependency: transitive
description:
name: petitparser
sha256: cb3798bef7fc021ac45b308f4b51208a152792445cce0448c9a4ba5879dd8750
sha256: eeb2d1428ee7f4170e2bd498827296a18d4e7fc462b71727d111c0ac7707cfa6
url: "https://pub.dev"
source: hosted
version: "5.4.0"
version: "6.0.1"
pointycastle:
dependency: transitive
description:
Expand Down Expand Up @@ -363,10 +363,10 @@ packages:
dependency: "direct main"
description:
name: puppeteer
sha256: dd49117259867d0ce0de33ddd95628fb70cff94581a6432c08272447b8dd1d27
sha256: eedeaae6ec5d2e54f9ae22ab4d6b3dda2e8791c356cc783046d06c287ffe11d8
url: "https://pub.dev"
source: hosted
version: "2.24.0"
version: "3.6.0"
shelf:
dependency: transitive
description:
Expand Down Expand Up @@ -560,4 +560,4 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.0.0 <4.0.0"
dart: ">=3.1.0 <4.0.0"
5 changes: 1 addition & 4 deletions pkg/pub_integration/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@ dependencies:
http: ^1.0.0
path: ^1.8.0
pub_semver: ^2.0.0
puppeteer: ^2.24.0
puppeteer: ^3.6.0
oauth2: ^2.0.0

dev_dependencies:
coverage: any # test already depends on it
test: ^1.16.5

dependency_overrides:
http: ^1.0.0

0 comments on commit 4f014e9

Please sign in to comment.