allow the latest version of the glob packge (#1401)

diff --git a/pkgs/test/CHANGELOG.md b/pkgs/test/CHANGELOG.md
index 3aa3178..8bff85d 100644
--- a/pkgs/test/CHANGELOG.md
+++ b/pkgs/test/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.16.0-nullsafety.13
+
+* Allow the latest glob release (`2.x`).
+
 ## 1.16.0-nullsafety.12
 
 * Fix `spawnHybridUri` on windows.
diff --git a/pkgs/test/pubspec.yaml b/pkgs/test/pubspec.yaml
index ec509fb..fff50c6 100644
--- a/pkgs/test/pubspec.yaml
+++ b/pkgs/test/pubspec.yaml
@@ -1,5 +1,5 @@
 name: test
-version: 1.16.0-nullsafety.12
+version: 1.16.0-nullsafety.13
 description: A full featured library for writing and running Dart tests.
 homepage: https://github.com/dart-lang/test/blob/master/pkgs/test
 
@@ -32,7 +32,7 @@
   yaml: ">=2.0.0 <4.0.0"
   # Use an exact version until the test_api and test_core package are stable.
   test_api: 0.2.19-nullsafety.6
-  test_core: 0.3.12-nullsafety.11
+  test_core: 0.3.12-nullsafety.12
 
 dev_dependencies:
   fake_async: ^1.0.0
diff --git a/pkgs/test_core/CHANGELOG.md b/pkgs/test_core/CHANGELOG.md
index 90f7501..24a9d5e 100644
--- a/pkgs/test_core/CHANGELOG.md
+++ b/pkgs/test_core/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.3.12-nullsafety.12
+
+* Allow the latest glob release (`2.x`).
+
 ## 0.3.12-nullsafety.11
 
 * Fix `spawnHybridUri` on windows.
diff --git a/pkgs/test_core/pubspec.yaml b/pkgs/test_core/pubspec.yaml
index e87db7d..d585a32 100644
--- a/pkgs/test_core/pubspec.yaml
+++ b/pkgs/test_core/pubspec.yaml
@@ -1,5 +1,5 @@
 name: test_core
-version: 0.3.12-nullsafety.11
+version: 0.3.12-nullsafety.12
 description: A basic library for writing tests and running them on the VM.
 homepage: https://github.com/dart-lang/test/blob/master/pkgs/test_core
 
@@ -13,7 +13,7 @@
   boolean_selector: ">=2.1.0-nullsafety <2.1.0"
   collection: '>=1.15.0-nullsafety <1.15.0'
   coverage: ">=0.13.3 <0.15.0"
-  glob: ^1.0.0
+  glob: ">=1.0.0 <3.0.0"
   io: ^0.3.0
   meta: '>=1.3.0-nullsafety <1.3.0'
   package_config: ^1.9.2