From ff45c0280fdc69d1c3f60e97ee217b22dbf7757e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 02:04:28 +0000 Subject: [PATCH] chore(deps-dev): 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: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 9d2fe9d66..127f38c25 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-unicorn": "^55.0.0", "father": "^4.0.0", - "glob": "^10.4.1", + "glob": "^11.0.0", "husky": "^9.0.11", "less": "^4.2.0", "lint-staged": "^15.2.7",