From 0994e3285318775cf63796eb919945b891e72ebf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 10:30:52 +0000 Subject: [PATCH] chore(deps): update dependency publint to v0.3.13 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e8eb274..2a3373c 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.12" + "publint": "0.3.13" } }, "node_modules/@babel/code-frame": { @@ -3171,14 +3171,14 @@ } }, "node_modules/publint": { - "version": "0.3.12", - "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.12.tgz", - "integrity": "sha512-1w3MMtL9iotBjm1mmXtG3Nk06wnq9UhGNRpQ2j6n1Zq7YAD6gnxMMZMIxlRPAydVjVbjSm+n0lhwqsD1m4LD5w==", + "version": "0.3.13", + "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.13.tgz", + "integrity": "sha512-NC+lph09+BRO9LJgKlIy3WQXyu6/6WDQ0dCA60KALUwdKVf3PfGuC6fY8I+oKB/5kEPh50aOSUz+6yWy1n4EfA==", "dev": true, "license": "MIT", "dependencies": { "@publint/pack": "^0.1.2", - "package-manager-detector": "^1.1.0", + "package-manager-detector": "^1.3.0", "picocolors": "^1.1.1", "sade": "^1.8.1" }, diff --git a/package.json b/package.json index b50db95..f0d33d7 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.12" + "publint": "0.3.13" } }