From 74389edca820f7f71e8a4bc233981b8eefc84235 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 04:01:27 +0000 Subject: [PATCH] build(deps-dev): bump publint from 0.3.15 to 0.3.16 Bumps [publint](https://github.com/publint/publint/tree/HEAD/packages/publint) from 0.3.15 to 0.3.16. - [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.16/packages/publint) --- updated-dependencies: - dependency-name: publint dependency-version: 0.3.16 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 9d2b20c7..9f3c1882 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.0", - "publint": "0.3.15", + "publint": "0.3.16", "react": "19.2.1", "react-dom": "19.2.1", "rollup": "4.53.3", @@ -8692,9 +8692,9 @@ "license": "BlueOak-1.0.0" }, "node_modules/package-manager-detector": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.3.0.tgz", - "integrity": "sha512-ZsEbbZORsyHuO00lY1kV3/t72yp6Ysay6Pd17ZAlNGuGwmWDLCJxFpRs0IzfXfj1o4icJOkUEioexFHzyPurSQ==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.6.0.tgz", + "integrity": "sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==", "dev": true, "license": "MIT" }, @@ -9067,14 +9067,14 @@ "license": "MIT" }, "node_modules/publint": { - "version": "0.3.15", - "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.15.tgz", - "integrity": "sha512-xPbRAPW+vqdiaKy5sVVY0uFAu3LaviaPO3pZ9FaRx59l9+U/RKR1OEbLhkug87cwiVKxPXyB4txsv5cad67u+A==", + "version": "0.3.16", + "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.16.tgz", + "integrity": "sha512-MFqyfRLAExPVZdTQFwkAQELzA8idyXzROVOytg6nEJ/GEypXBUmMGrVaID8cTuzRS1U5L8yTOdOJtMXgFUJAeA==", "dev": true, "license": "MIT", "dependencies": { "@publint/pack": "^0.1.2", - "package-manager-detector": "^1.3.0", + "package-manager-detector": "^1.6.0", "picocolors": "^1.1.1", "sade": "^1.8.1" }, diff --git a/package.json b/package.json index 66e22f9e..e96cf4cc 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.0", - "publint": "0.3.15", + "publint": "0.3.16", "react": "19.2.1", "react-dom": "19.2.1", "rollup": "4.53.3",