From 2d417a0ae40c56fefa50881bd35633ab9ead2df5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 03:48:10 +0000 Subject: [PATCH] chore(deps-dev): bump glob from 7.2.3 to 11.0.3 Bumps [glob](https://github.com/isaacs/node-glob) from 7.2.3 to 11.0.3. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v7.2.3...v11.0.3) --- updated-dependencies: - dependency-name: glob dependency-version: 11.0.3 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 40c97c5..ae8ccf6 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "eslint": "^8.56.0", "eslint-plugin-unicorn": "^55.0.0", "father": "^4.4.0", - "glob": "^7.1.6", + "glob": "^11.0.3", "np": "^7.5.0", "rc-animate": "^2.9.1", "rc-test": "^7.0.15",