From 2e29a8c2c666639d1f475aefd2c1ab476ea23eed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 21:06:35 +0000 Subject: [PATCH] chore(deps-dev): bump glob from 10.4.5 to 12.0.0 Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 12.0.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.4.5...v12.0.0) --- updated-dependencies: - dependency-name: glob dependency-version: 12.0.0 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 7f0881a..e1d9564 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "eslint-plugin-jest": "^29.0.1", "eslint-plugin-unicorn": "^51.0.1", "father": "^4.0.0", - "glob": "^10.3.10", + "glob": "^12.0.0", "husky": "^9.0.10", "less": "^4.2.0", "lint-staged": "^16.1.5",