diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5f7f710c..fa6aa974 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -37,8 +37,8 @@ catalogs: specifier: ^9.39.1 version: 9.39.1 publint: - specifier: 0.3.16 - version: 0.3.16 + specifier: 0.3.21 + version: 0.3.21 rimraf: specifier: ^6.1.2 version: 6.1.2 @@ -100,7 +100,7 @@ importers: version: 4.2.2(prettier@3.8.1) publint: specifier: 'catalog:' - version: 0.3.16 + version: 0.3.21 rimraf: specifier: 'catalog:' version: 6.1.2 @@ -293,7 +293,7 @@ importers: version: 9.39.1(jiti@2.6.1) publint: specifier: 'catalog:' - version: 0.3.16 + version: 0.3.21 rimraf: specifier: 'catalog:' version: 6.1.2 @@ -570,7 +570,7 @@ importers: devDependencies: publint: specifier: 'catalog:' - version: 0.3.16 + version: 0.3.21 packages/prometheus: dependencies: @@ -840,7 +840,7 @@ importers: devDependencies: publint: specifier: 'catalog:' - version: 0.3.16 + version: 0.3.21 packages/vitest-utils: devDependencies: @@ -2179,8 +2179,8 @@ packages: '@protobufjs/utf8@1.1.0': resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==} - '@publint/pack@0.1.2': - resolution: {integrity: sha512-S+9ANAvUmjutrshV4jZjaiG8XQyuJIZ8a4utWmN/vW1sgQ9IfBnPndwkmQYw53QmouOIytT874u65HEmu6H5jw==} + '@publint/pack@0.1.4': + resolution: {integrity: sha512-HDVTWq3H0uTXiU0eeSQntcVUTPP3GamzeXI41+x7uU9J65JgWQh3qWZHblR1i0npXfFtF+mxBiU2nJH8znxWnQ==} engines: {node: '>=18'} '@readme/better-ajv-errors@2.4.0': @@ -3759,6 +3759,7 @@ packages: git-raw-commits@4.0.0: resolution: {integrity: sha512-ICsMM1Wk8xSGMowkOmPrzo2Fgmfo4bMHLNX6ytHjajRJUqvHOw/TFapQ+QG75c3X/tTDDhOSRPGC52dDbNM8FQ==} engines: {node: '>=16'} + deprecated: This package is no longer maintained. For the JavaScript API, please use @conventional-changelog/git-client instead. hasBin: true glob-parent@5.1.2: @@ -4829,8 +4830,8 @@ packages: resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} engines: {node: '>= 0.10'} - publint@0.3.16: - resolution: {integrity: sha512-MFqyfRLAExPVZdTQFwkAQELzA8idyXzROVOytg6nEJ/GEypXBUmMGrVaID8cTuzRS1U5L8yTOdOJtMXgFUJAeA==} + publint@0.3.21: + resolution: {integrity: sha512-OqejcnMV6E9zel2oCrUOJEiiFkGiAAni0A6ibfQNh1k9Gu5z4F+Yso8lllam7AzmV6Do0vp7u3UpZNRBwuXaHQ==} engines: {node: '>=18'} hasBin: true @@ -5502,6 +5503,7 @@ packages: uuid@9.0.1: resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==} + deprecated: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028). hasBin: true validate-npm-package-name@5.0.1: @@ -7273,7 +7275,7 @@ snapshots: '@protobufjs/utf8@1.1.0': {} - '@publint/pack@0.1.2': {} + '@publint/pack@0.1.4': {} '@readme/better-ajv-errors@2.4.0(ajv@8.17.1)': dependencies: @@ -10286,9 +10288,9 @@ snapshots: forwarded: 0.2.0 ipaddr.js: 1.9.1 - publint@0.3.16: + publint@0.3.21: dependencies: - '@publint/pack': 0.1.2 + '@publint/pack': 0.1.4 package-manager-detector: 1.6.0 picocolors: 1.1.1 sade: 1.8.1 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 879b4fb1..03c1cf87 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -7,7 +7,7 @@ catalog: '@vitest/coverage-v8': ^4.0.15 '@vitest/ui': ^4.0.15 eslint: ^9.39.1 - publint: 0.3.16 + publint: 0.3.21 rimraf: ^6.1.2 typescript: 5.9.3 vitest: ^4.0.15