From aab72f0459bdbbae273f19d9c8220b9b23b11b7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 21:58:29 +0000 Subject: [PATCH] chore(deps-dev): bump glob from 10.4.5 to 11.0.1 Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 11.0.1. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.4.5...v11.0.1) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development 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 c5c21660..20ebb139 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "eslint-plugin-unicorn": "^55.0.0", "father": "^4.0.0", "gh-pages": "^6.1.0", - "glob": "^10.3.10", + "glob": "^11.0.1", "husky": "^9.0.11", "identity-obj-proxy": "^3.0.0", "less": "^4.1.3",