Merge pull request dart-lang/glob#62 from dart-lang/bump_deps

Bump dependencies
diff --git a/pkgs/glob/CHANGELOG.md b/pkgs/glob/CHANGELOG.md
index fac1f23..0749374 100644
--- a/pkgs/glob/CHANGELOG.md
+++ b/pkgs/glob/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 2.1.1-dev
+
+* Bump dependencies
+
 ## 2.1.0
 
 * Return empty results instead of throwing when trying to list a path that does
diff --git a/pkgs/glob/pubspec.yaml b/pkgs/glob/pubspec.yaml
index d6070d9..eae44a6 100644
--- a/pkgs/glob/pubspec.yaml
+++ b/pkgs/glob/pubspec.yaml
@@ -10,11 +10,11 @@
 dependencies:
   async: ^2.5.0
   collection: ^1.15.0
-  file: ^6.0.0
+  file: ^6.1.3
   path: ^1.8.0
   string_scanner: ^1.1.0
 
 dev_dependencies:
   lints: ^1.0.0
-  test: ^1.16.0
+  test: ^1.17.0
   test_descriptor: ^2.0.0