diff --git a/package-lock.json b/package-lock.json index 92548414f..ee65ad6da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "rollup": "^4.9.4", "ts-jest": "^29.1.1", "typescript": "5.3.3", - "workspaces-publish": "^1.1.0" + "workspaces-publish": "^1.4.1" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -24258,17 +24258,17 @@ } }, "node_modules/workspaces-publish": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/workspaces-publish/-/workspaces-publish-1.1.0.tgz", - "integrity": "sha512-B/ZwFSFv67cjsn0dBUulSwLCPTCSl+Kyl5/hEAn2Srs72+MUguXClG4YrRtMRG0JCrcaSh6WcXqZRd4XL1W4Bg==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/workspaces-publish/-/workspaces-publish-1.4.1.tgz", + "integrity": "sha512-/djfEUWltQL9jXv2F0Ih39Yx5Eoj7UemGGEOf/pt47BvfbpKIEFFgx578aJ68YSHp4zHDONPxW1GKrrSg0Jcxg==", "dev": true, "dependencies": { "cac": "^6.7.14", "consola": "^3.2.3", - "glob": "^10.3.10", + "fast-glob": "^3.3.2", + "hapic": "^2.4.0", "libnpmpack": "^6.0.4", - "libnpmpublish": "^9.0.3", - "pacote": "^17.0.5" + "libnpmpublish": "^9.0.3" }, "bin": { "workspaces-publish": "dist/cli.cjs", @@ -24278,37 +24278,6 @@ "node": ">=14.0.0" } }, - "node_modules/workspaces-publish/node_modules/glob": { - "version": "10.3.10", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", - "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==", - "dev": true, - "dependencies": { - "foreground-child": "^3.1.0", - "jackspeak": "^2.3.5", - "minimatch": "^9.0.1", - "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", - "path-scurry": "^1.10.1" - }, - "bin": { - "glob": "dist/esm/bin.mjs" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/workspaces-publish/node_modules/minipass": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", - "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", - "dev": true, - "engines": { - "node": ">=16 || 14 >=14.17" - } - }, "node_modules/wrap-ansi-cjs": { "name": "wrap-ansi", "version": "7.0.0", diff --git a/package.json b/package.json index 1f683d47d..47bd15390 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "rollup": "^4.9.4", "ts-jest": "^29.1.1", "typescript": "5.3.3", - "workspaces-publish": "^1.1.0" + "workspaces-publish": "^1.4.1" }, "scripts": { "commit": "npx git-cz",