From aa956ebe05fdbef08ed22190aac3caa2f3c73f54 Mon Sep 17 00:00:00 2001 From: Dominic Saadi <32992335+jtoar@users.noreply.github.com> Date: Mon, 16 May 2022 17:02:01 +0900 Subject: [PATCH] fix: try bumping glob resolution in test project (#5561) --- __fixtures__/test-project/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__fixtures__/test-project/package.json b/__fixtures__/test-project/package.json index 5583c9f6a756..21226fc71708 100644 --- a/__fixtures__/test-project/package.json +++ b/__fixtures__/test-project/package.json @@ -30,6 +30,6 @@ }, "packageManager": "yarn@3.2.1", "resolutions": { - "glob": "7.2.0" + "glob": "7.2.3" } }