From 2e1ffcb3176a6973445cf8fe8149b7860c841a15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 03:04:20 +0000 Subject: [PATCH] deps: bump publint in the development-compatible group Bumps the development-compatible group with 1 update: [publint](https://github.com/publint/publint/tree/HEAD/packages/publint). Updates `publint` from 0.3.23 to 0.3.24 - [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.24/packages/publint) --- updated-dependencies: - dependency-name: publint dependency-version: 0.3.24 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-compatible ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index b8c409e..e89b24c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "esbuild": "0.28.2", "eslint": "10.8.1", "fast-json-stable-stringify": "2.1.0", - "publint": "0.3.23", + "publint": "0.3.24", "typescript": "7.0.2" }, "engines": { @@ -776,13 +776,13 @@ } }, "node_modules/@publint/pack": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/@publint/pack/-/pack-0.1.6.tgz", - "integrity": "sha512-3uVNyGcVplhPZSLVyeIpL7+cIRn1YCSNHLG/rUIlBQMVH8YuN9++YF+5+UDIIO9RW98dujiUoTltO7RDB5bFJA==", + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/@publint/pack/-/pack-0.1.7.tgz", + "integrity": "sha512-4EDEmvxWtgsCnnVeBvtFIFZtUhPPt1+bA9JrSwU4Sa//6oKtzCSlGGXYJr44OD9aGISymbieJ4mCKHUygUDU+g==", "dev": true, "license": "MIT", "dependencies": { - "tinyexec": "^1.2.4" + "tinyexec": "^1.3.0" }, "engines": { "node": ">=18" @@ -2467,14 +2467,14 @@ } }, "node_modules/publint": { - "version": "0.3.23", - "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.23.tgz", - "integrity": "sha512-5MQipUPcB7MWw84zLUkHrg/H/UBtk3LL+A0GngTTBSsiNJLQurMUaSIRG3edlOrRz4UFe0AOKK9TZdIWviV+jQ==", + "version": "0.3.24", + "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.24.tgz", + "integrity": "sha512-9zS56KrKBoqi5Qt8h92uMP8TTM9AYZSgnmCo4u2priMqkOZvQnTsziZ2p5LJ2ywbYkAjoCDp2jda9u4cgFefIw==", "dev": true, "license": "MIT", "dependencies": { - "@publint/pack": "^0.1.6", - "package-manager-detector": "^1.7.0", + "@publint/pack": "^0.1.7", + "package-manager-detector": "^1.8.0", "picocolors": "^1.1.1", "sade": "^1.8.1" }, diff --git a/package.json b/package.json index 2919951..4a29884 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "esbuild": "0.28.2", "eslint": "10.8.1", "fast-json-stable-stringify": "2.1.0", - "publint": "0.3.23", + "publint": "0.3.24", "typescript": "7.0.2" } }