From a42fb41f44e28f3b709c7f006f91a0270d718284 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 11:00:31 +0100 Subject: [PATCH] chore(deps): update dependency glob to v11 (#823) 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 c504213a5..a501bf71b 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "eslint-config-prettier": "9.1.0", "eslint-plugin-deprecation": "3.0.0", "eslint-plugin-prettier": "5.2.1", - "glob": "^10.3.10", + "glob": "^11.0.0", "prettier": "3.4.2", "publib": "^0.2.792", "regenerator-runtime": "^0.14.1",