| Index: packages/glob/pubspec.yaml
|
| diff --git a/packages/glob/pubspec.yaml b/packages/glob/pubspec.yaml
|
| index 4037f806c2055d69c0758cf426b21d5374fcbc7c..8aceccbf468979a3f6afa71b0e102e0e666d2b61 100644
|
| --- a/packages/glob/pubspec.yaml
|
| +++ b/packages/glob/pubspec.yaml
|
| @@ -1,15 +1,15 @@
|
| name: glob
|
| -version: 1.1.3
|
| +version: 1.1.5
|
| author: "Dart Team <misc@dartlang.org>"
|
| homepage: https://github.com/dart-lang/glob
|
| description: Bash-style filename globbing.
|
| dependencies:
|
| - async: "^1.2.0"
|
| - collection: ">=1.1.0 <2.0.0"
|
| - path: ">=1.3.0 <2.0.0"
|
| + async: ">=1.2.0 <3.0.0"
|
| + collection: "^1.1.0"
|
| + path: "^1.3.0"
|
| string_scanner: ">=0.1.0 <2.0.0"
|
| dev_dependencies:
|
| - test: ">=0.12.0 <0.13.0"
|
| - scheduled_test: ">=0.12.0 <0.13.0"
|
| + test: "^0.12.0"
|
| + test_descriptor: "^1.0.0"
|
| environment:
|
| - sdk: ">=1.12.0 <2.0.0"
|
| + sdk: ">=1.23.0 <2.0.0"
|
|
|