From f50b6f215d0f940a0acfe9297a7ed9a20813b1dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 21:55:15 +0000 Subject: [PATCH] chore(deps-dev): bump glob from 9.3.5 to 10.4.3 Bumps [glob](https://github.com/isaacs/node-glob) from 9.3.5 to 10.4.3. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v9.3.5...v10.4.3) --- 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 73cd97bc..c10b3ed6 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "eslint-plugin-jest": "^28.2.0", "eslint-plugin-unicorn": "^54.0.0", "father": "^4.1.3", - "glob": "^9.2.1", + "glob": "^10.4.3", "husky": "^8.0.3", "lint-staged": "^15.1.0", "np": "^10.0.2",