From 092ab57d4430dbfbfa8fbc56e618866335a1ebe3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 21:51:58 +0000 Subject: [PATCH] chore(deps-dev): bump glob from 9.3.5 to 10.3.14 Bumps [glob](https://github.com/isaacs/node-glob) from 9.3.5 to 10.3.14. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v9.3.5...v10.3.14) --- 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 64e70ad7..fd534282 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "eslint-plugin-jest": "^28.2.0", "eslint-plugin-unicorn": "^52.0.0", "father": "^4.1.3", - "glob": "^9.2.1", + "glob": "^10.3.14", "husky": "^8.0.3", "lint-staged": "^15.1.0", "np": "^10.0.2",