From d8c8dfad0c7a2d9dec9dca1803607a7011a5ef32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 01:41:56 +0000 Subject: [PATCH] chore(deps): update dependency glob to v11 --- .github/scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/package.json b/.github/scripts/package.json index 85b25d3f8ab6f..df2621af2477c 100644 --- a/.github/scripts/package.json +++ b/.github/scripts/package.json @@ -4,7 +4,7 @@ "main": "index.js", "license": "MIT", "devDependencies": { - "glob": "10.4.3" + "glob": "11.0.0" }, "dependencies": { "@actions/core": "1.10.1"