From 8e48fd9f57610cb267567f1f702efe68a537b033 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 14:16:56 +0000 Subject: [PATCH] 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 ce3b639..abd9fe3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "cross-env": "^10.1.0", "husky": "^9.1.7", "nyc": "^17.1.0", - "publint": "^0.3.16", + "publint": "^0.3.17", "size-limit": "^12.0.0", "size-limit-node-esbuild": "^0.4.0", "typescript": "^5.9.3", @@ -1462,9 +1462,9 @@ "license": "MIT" }, "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": { @@ -4836,13 +4836,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 f0ed459..77c9a42 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "cross-env": "^10.1.0", "husky": "^9.1.7", "nyc": "^17.1.0", - "publint": "^0.3.16", + "publint": "^0.3.17", "size-limit": "^12.0.0", "size-limit-node-esbuild": "^0.4.0", "typescript": "^5.9.3",