From 6ef4bdf6da94ee647b9fe74a9319b45618a0aacd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 01:53:15 +0800 Subject: [PATCH] Update dependency glob to v11 (#3216) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e231b43aef7..63b6ec417ed7 100644 --- a/package.json +++ b/package.json @@ -260,7 +260,7 @@ "eslint-plugin-mdx": "^2.3.4", "eslint-plugin-unused-imports": "4.0.1", "fake-indexeddb": "^6.0.0", - "glob": "^10.4.5", + "glob": "^11.0.0", "gray-matter": "^4.0.3", "happy-dom": "^14.12.3", "husky": "^9.1.5",