diff --git a/package-lock.json b/package-lock.json index 6fd9faa..89ab8b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "axios": "^1.13.2", "concurrently": "^9.2.1", "eslint": "^9.24.0", - "glob": "^12.0.0", + "glob": "^13.0.0", "rimraf": "^6.0.1", "turbo": "^2.6.1", "typescript": "^5.8.3" @@ -4566,22 +4566,16 @@ } }, "node_modules/glob": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-12.0.0.tgz", - "integrity": "sha512-5Qcll1z7IKgHr5g485ePDdHcNQY0k2dtv/bjYy0iuyGxQw2qSOiiXUXJ+AYQpg3HNoUMHqAruX478Jeev7UULw==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.0.tgz", + "integrity": "sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { - "foreground-child": "^3.3.1", - "jackspeak": "^4.1.1", "minimatch": "^10.1.1", "minipass": "^7.1.2", - "package-json-from-dist": "^1.0.0", "path-scurry": "^2.0.0" }, - "bin": { - "glob": "dist/esm/bin.mjs" - }, "engines": { "node": "20 || >=22" }, diff --git a/package.json b/package.json index 3e76ce4..7e8a49c 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "axios": "^1.13.2", "concurrently": "^9.2.1", "eslint": "^9.24.0", - "glob": "^12.0.0", + "glob": "^13.0.0", "rimraf": "^6.0.1", "turbo": "^2.6.1", "typescript": "^5.8.3"