From 29f7af6d11f2a85bb32c104a3c6b56e9f4f478e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 21:45:32 +0000 Subject: [PATCH] chore: Bump glob from 7.2.3 to 11.0.0 Bumps [glob](https://github.com/isaacs/node-glob) from 7.2.3 to 11.0.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v7.2.3...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 71110876..71c543e0 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "eslint-plugin-react": "^7.20.6", "father": "^4.1.5", "gh-pages": "^6.1.1", - "glob": "^7.1.6", + "glob": "^11.0.0", "husky": "^8.0.3", "less": "^4.1.3", "lint-staged": "^15.2.0",