From 3c4acc5d97b7b8ff367942a4c049c818e00a0fb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 08:59:08 +0000 Subject: [PATCH] chore(deps): bump publint in the production-dependencies group Bumps the production-dependencies group with 1 update: [publint](https://github.com/publint/publint/tree/HEAD/packages/publint). Updates `publint` from 0.3.14 to 0.3.15 - [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.15/packages/publint) --- updated-dependencies: - dependency-name: publint dependency-version: 0.3.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 423d854..841344b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "module-replacements-codemods": "^1.2.0", "package-manager-detector": "^1.5.0", "picocolors": "^1.1.1", - "publint": "^0.3.14", + "publint": "^0.3.15", "semver": "^7.7.3", "tinyglobby": "^0.2.15" }, @@ -4622,9 +4622,9 @@ } }, "node_modules/publint": { - "version": "0.3.14", - "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.14.tgz", - "integrity": "sha512-14/VNBvWsrBeqWNDw8c/DK5ERcZBUwL1rnkVx18cQnF3zadr3GfoYtvD8mxi1dhkWpaPHp8kfi92MDbjMeW3qw==", + "version": "0.3.15", + "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.15.tgz", + "integrity": "sha512-xPbRAPW+vqdiaKy5sVVY0uFAu3LaviaPO3pZ9FaRx59l9+U/RKR1OEbLhkug87cwiVKxPXyB4txsv5cad67u+A==", "license": "MIT", "dependencies": { "@publint/pack": "^0.1.2", diff --git a/package.json b/package.json index 0836973..c1eb333 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "module-replacements-codemods": "^1.2.0", "package-manager-detector": "^1.5.0", "picocolors": "^1.1.1", - "publint": "^0.3.14", + "publint": "^0.3.15", "semver": "^7.7.3", "tinyglobby": "^0.2.15" },