From 4aa1ff9f2c4f5c42a0fc1fccf988725269e9c58a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 03:33:02 +0000 Subject: [PATCH] chore(deps-dev): bump glob from 9.3.5 to 11.0.1 Bumps [glob](https://github.com/isaacs/node-glob) from 9.3.5 to 11.0.1. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v9.3.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 7dd8ccef..3f87f251 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "eslint-plugin-jest": "^28.2.0", "eslint-plugin-unicorn": "^56.0.1", "father": "^4.1.3", - "glob": "^9.2.1", + "glob": "^11.0.1", "husky": "^9.1.6", "lint-staged": "^15.1.0", "prettier": "^3.3.2",