From 2d902427278bb3bf7677568eba478600234f829d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 00:04:00 +0000 Subject: [PATCH] chore: 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] --- package-lock.json | 12 ++++-------- package.json | 2 +- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c2b56e62..a9c8229a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "eslint": "8.57.0", "eslint-plugin-astro": "1.2.2", "fs-extra": "11.2.0", - "glob": "10.4.2", + "glob": "10.5.0", "husky": "9.1.6", "js-yaml": "4.1.1", "npm-check-updates": "16.14.20", @@ -5566,10 +5566,9 @@ "license": "ISC" }, "node_modules/glob": { - "version": "10.4.2", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.2.tgz", - "integrity": "sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==", - "license": "ISC", + "version": "10.5.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz", + "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==", "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^3.1.2", @@ -5581,9 +5580,6 @@ "bin": { "glob": "dist/esm/bin.mjs" }, - "engines": { - "node": ">=16 || 14 >=14.18" - }, "funding": { "url": "https://github.com/sponsors/isaacs" } diff --git a/package.json b/package.json index 5e295563..2c80f341 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "eslint": "8.57.0", "eslint-plugin-astro": "1.2.2", "fs-extra": "11.2.0", - "glob": "10.4.2", + "glob": "10.5.0", "husky": "9.1.6", "js-yaml": "4.1.1", "npm-check-updates": "16.14.20",