From 29cbf83064b3944e8548e03c5dd75d4454c21bf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 20:08:38 +0000 Subject: [PATCH] Bump glob from 10.4.5 to 11.0.0 Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 11.0.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.4.5...v11.0.0) --- updated-dependencies: - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d44c14..7d5975d 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "fill-range": "^7.1.1", "foreground-child": "^3.3.0", "function-bind": "^1.1.2", - "glob": "^10.4.5", + "glob": "^11.0.0", "glob-parent": "^6.0.2", "hasown": "^2.0.2", "is-binary-path": "^3.0.0",