diff --git a/package-lock.json b/package-lock.json index 1253011a7..5465a02e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "commander": "^11.0.0", "compare-versions": "^6.1.0", "fs-extra": "^11.1.0", - "glob": "^10.3.5", + "glob": "^10.3.7", "got": "^13.0.0", "hpagent": "^1.2.0", "js-yaml": "^4.1.0", @@ -1266,9 +1266,9 @@ "optional": true }, "node_modules/glob": { - "version": "10.3.5", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.5.tgz", - "integrity": "sha512-bYUpUD7XDEHI4Q2O5a7PXGvyw4deKR70kHiDxzQbe925wbZknhOzUt2xBgTkYL6RBcVeXYuD9iNYeqoWbBZQnA==", + "version": "10.3.7", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.7.tgz", + "integrity": "sha512-wCMbE1m9Nx5yD9LYtgsVWq5VhHlk5WzJirw594qZR6AIvQYuHrdDtIktUVjQItalD53y7dqoedu9xP0u0WaxIQ==", "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^2.0.3", @@ -1277,7 +1277,7 @@ "path-scurry": "^1.10.1" }, "bin": { - "glob": "dist/cjs/src/bin.js" + "glob": "dist/esm/bin.mjs" }, "engines": { "node": ">=16 || 14 >=14.17" diff --git a/package.json b/package.json index 0f549d003..5c5581b7e 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "commander": "^11.0.0", "compare-versions": "^6.1.0", "fs-extra": "^11.1.0", - "glob": "^10.3.5", + "glob": "^10.3.7", "got": "^13.0.0", "hpagent": "^1.2.0", "js-yaml": "^4.1.0",