From 5db3d608a1758335ebf65673296ee4c03f342cd6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Feb 2022 11:01:26 +0800 Subject: [PATCH] chore(deps): update devdependency globby to v13 (#55) Co-authored-by: Renovate Bot --- packages/ui-templates/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui-templates/package.json b/packages/ui-templates/package.json index 03b668655b..c8fab6c5a0 100644 --- a/packages/ui-templates/package.json +++ b/packages/ui-templates/package.json @@ -28,7 +28,7 @@ "@types/html-minifier": "^4.0.2", "@types/lodash.template": "^4.5.0", "critters": "^0.0.16", - "globby": "^12.2.0", + "globby": "^13.1.1", "html-minifier": "^4.0.0", "jiti": "^1.12.9", "lodash.template": "^4.5.0",