From ed3f5345152b5ab048f0aaa0c58474a3b8d62a7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 17:00:46 +0000 Subject: [PATCH] chore(deps): update dependency publint to v0.3.17 --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index fe1d669..677b4ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "cz-conventional-changelog": "3.3.0", "husky": "9.1.7", "npm-run-all2": "8.0.4", - "publint": "0.3.16" + "publint": "0.3.17" } }, "node_modules/@babel/code-frame": { @@ -293,9 +293,9 @@ } }, "node_modules/@publint/pack": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@publint/pack/-/pack-0.1.2.tgz", - "integrity": "sha512-S+9ANAvUmjutrshV4jZjaiG8XQyuJIZ8a4utWmN/vW1sgQ9IfBnPndwkmQYw53QmouOIytT874u65HEmu6H5jw==", + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@publint/pack/-/pack-0.1.3.tgz", + "integrity": "sha512-dHDWeutAerz+Z2wFYAce7Y51vd4rbLBfUh0BNnyul4xKoVsPUVJBrOAFsJvtvYBwGFJSqKsxyyHf/7evZ8+Q5Q==", "dev": true, "license": "MIT", "engines": { @@ -3173,13 +3173,13 @@ } }, "node_modules/publint": { - "version": "0.3.16", - "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.16.tgz", - "integrity": "sha512-MFqyfRLAExPVZdTQFwkAQELzA8idyXzROVOytg6nEJ/GEypXBUmMGrVaID8cTuzRS1U5L8yTOdOJtMXgFUJAeA==", + "version": "0.3.17", + "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.17.tgz", + "integrity": "sha512-Q3NLegA9XM6usW+dYQRG1g9uEHiYUzcCVBJDJ7yMcWRqVU9LYZUWdqbwMZfmTCFC5PZLQpLAmhvRcQRl3exqkw==", "dev": true, "license": "MIT", "dependencies": { - "@publint/pack": "^0.1.2", + "@publint/pack": "^0.1.3", "package-manager-detector": "^1.6.0", "picocolors": "^1.1.1", "sade": "^1.8.1" diff --git a/package.json b/package.json index 69c1d4c..8a66e54 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ "cz-conventional-changelog": "3.3.0", "husky": "9.1.7", "npm-run-all2": "8.0.4", - "publint": "0.3.16" + "publint": "0.3.17" } }