From aa3d424c6103c88603691d4d921d73645d587894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 11:48:24 +0000 Subject: [PATCH] chore(deps-dev): bump glob from 9.3.5 to 10.4.1 Bumps [glob](https://github.com/isaacs/node-glob) from 9.3.5 to 10.4.1. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v9.3.5...v10.4.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 cb43f780..3a7186f8 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.1", "husky": "^8.0.3", "lint-staged": "^15.1.0", "np": "^10.0.2",