From 443c12fbc9d714980d428201b583f7a0c79ae764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 05:46:44 +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.17 to 0.3.18 - [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.18/packages/publint) --- updated-dependencies: - dependency-name: publint dependency-version: 0.3.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- 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 2265234..e118a1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "module-replacements-codemods": "^1.2.0", "obug": "^2.1.1", "package-manager-detector": "^1.6.0", - "publint": "^0.3.17", + "publint": "^0.3.18", "semver": "^7.7.4", "tinyglobby": "^0.2.15" }, @@ -4451,12 +4451,12 @@ } }, "node_modules/publint": { - "version": "0.3.17", - "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.17.tgz", - "integrity": "sha512-Q3NLegA9XM6usW+dYQRG1g9uEHiYUzcCVBJDJ7yMcWRqVU9LYZUWdqbwMZfmTCFC5PZLQpLAmhvRcQRl3exqkw==", + "version": "0.3.18", + "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.18.tgz", + "integrity": "sha512-JRJFeBTrfx4qLwEuGFPk+haJOJN97KnPuK01yj+4k/Wj5BgoOK5uNsivporiqBjk2JDaslg7qJOhGRnpltGeog==", "license": "MIT", "dependencies": { - "@publint/pack": "^0.1.3", + "@publint/pack": "^0.1.4", "package-manager-detector": "^1.6.0", "picocolors": "^1.1.1", "sade": "^1.8.1" diff --git a/package.json b/package.json index 0f55926..a5d7021 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "module-replacements-codemods": "^1.2.0", "obug": "^2.1.1", "package-manager-detector": "^1.6.0", - "publint": "^0.3.17", + "publint": "^0.3.18", "semver": "^7.7.4", "tinyglobby": "^0.2.15" },