diff --git a/package-lock.json b/package-lock.json index adadfa2..e73e90b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@boneskull/bargs": "3.6.2", "cosmiconfig": "9.0.2", "cosmiconfig-typescript-loader": "6.2.0", - "glob": "13.0.0", + "glob": "13.0.6", "minimatch": "10.2.3", "tinybench": "6.0.0", "zod": "4.2.1" @@ -11287,17 +11287,17 @@ "license": "ISC" }, "node_modules/glob": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.0.tgz", - "integrity": "sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==", + "version": "13.0.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz", + "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==", "license": "BlueOak-1.0.0", "dependencies": { - "minimatch": "^10.1.1", - "minipass": "^7.1.2", - "path-scurry": "^2.0.0" + "minimatch": "^10.2.2", + "minipass": "^7.1.3", + "path-scurry": "^2.0.2" }, "engines": { - "node": "20 || >=22" + "node": "18 || 20 || >=22" }, "funding": { "url": "https://github.com/sponsors/isaacs" diff --git a/package.json b/package.json index d0a461f..f98c832 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "@boneskull/bargs": "3.6.2", "cosmiconfig": "9.0.2", "cosmiconfig-typescript-loader": "6.2.0", - "glob": "13.0.0", + "glob": "13.0.6", "minimatch": "10.2.3", "tinybench": "6.0.0", "zod": "4.2.1"