From 15711743162048182935a4e33341d8460b13c983 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 04:32:40 +0000 Subject: [PATCH] build(deps-dev): bump publint from 0.3.16 to 0.3.17 Bumps [publint](https://github.com/publint/publint/tree/HEAD/packages/publint) from 0.3.16 to 0.3.17. - [Release notes](https://github.com/publint/publint/releases) - [Changelog](https://github.com/publint/publint/blob/master/packages/publint/CHANGELOG.md) - [Commits](https://github.com/publint/publint/commits/publint@0.3.17/packages/publint) --- updated-dependencies: - dependency-name: publint dependency-version: 0.3.17 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 cab4d2b6..2b2fd668 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "jest-watch-typeahead": "3.0.1", "lint-staged": "16.2.7", "preact": "10.28.2", - "publint": "0.3.16", + "publint": "0.3.17", "react": "19.2.3", "react-dom": "19.2.3", "rollup": "4.55.2", @@ -2192,9 +2192,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": { @@ -9095,13 +9095,13 @@ "license": "MIT" }, "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 3ece7929..4dfeddc4 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "jest-watch-typeahead": "3.0.1", "lint-staged": "16.2.7", "preact": "10.28.2", - "publint": "0.3.16", + "publint": "0.3.17", "react": "19.2.3", "react-dom": "19.2.3", "rollup": "4.55.2",