From 8abfbce43f0940be1b286ca3e03c1404406c4650 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 04:17:26 +0000 Subject: [PATCH] Bump glob from 10.4.2 to 10.5.0 Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.2 to 10.5.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.4.2...v10.5.0) --- updated-dependencies: - dependency-name: glob dependency-version: 10.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/cli/package.json | 2 +- pnpm-lock.yaml | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index fd41e71..6a74d45 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -42,7 +42,7 @@ "chalk": "5.3.0", "commander": "12.1.0", "execa": "9.3.0", - "glob": "10.4.2", + "glob": "10.5.0", "node-fetch": "3.3.2", "ora": "8.0.1", "prompts": "2.4.2" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cd115e3..f0e9a0e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -167,8 +167,8 @@ importers: specifier: 9.3.0 version: 9.3.0 glob: - specifier: 10.4.2 - version: 10.4.2 + specifier: 10.5.0 + version: 10.5.0 node-fetch: specifier: 3.3.2 version: 3.3.2 @@ -4608,9 +4608,8 @@ packages: dependencies: is-glob: 4.0.3 - /glob@10.4.2: - resolution: {integrity: sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==} - engines: {node: '>=16 || 14 >=14.18'} + /glob@10.5.0: + resolution: {integrity: sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==} hasBin: true dependencies: foreground-child: 3.3.1 @@ -6093,7 +6092,7 @@ packages: engines: {node: '>=14.18'} hasBin: true dependencies: - glob: 10.4.2 + glob: 10.5.0 dev: true /rollup@4.53.3: