From 470ccd5742d3b56922a57bbe90c833dbde4bd1e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:08:00 +0000 Subject: [PATCH] chore(deps-dev): bump glob from 10.5.0 to 13.0.1 Bumps [glob](https://github.com/isaacs/node-glob) from 10.5.0 to 13.0.1. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.5.0...v13.0.1) --- updated-dependencies: - dependency-name: glob dependency-version: 13.0.1 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 18ce3fc..9c8d3aa 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": "^13.0.1", "husky": "^9.0.10", "less": "^4.2.0", "lint-staged": "^16.1.5",