From 338bcfc73ff45e98677378d4e0b22a66f6f1cf09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:17:28 +0000 Subject: [PATCH] chore(deps): update dependency publint to v0.2.11 --- 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 1f2b85f..eb335a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "husky": "9.1.6", "lockfile-lint": "4.14.0", "npm-run-all2": "6.2.3", - "publint": "0.2.10", + "publint": "0.2.11", "remark-cli": "12.0.1", "remark-preset-lint-travi": "6.0.5", "rimraf": "6.0.1", @@ -6247,14 +6247,14 @@ } }, "node_modules/publint": { - "version": "0.2.10", - "resolved": "https://registry.npmjs.org/publint/-/publint-0.2.10.tgz", - "integrity": "sha512-5TzYaAFiGpgkYX/k6VaItRMT2uHI4zO5OWJ2k7Er0Ot3jutBCNTJB1qRHuy1lYq07JhRczzFs6HFPB4D+A47xA==", + "version": "0.2.11", + "resolved": "https://registry.npmjs.org/publint/-/publint-0.2.11.tgz", + "integrity": "sha512-/kxbd+sD/uEG515N/ZYpC6gYs8h89cQ4UIsAq1y6VT4qlNh8xmiSwcP2xU2MbzXFl8J0l2IdONKFweLfYoqhcA==", "dev": true, "license": "MIT", "dependencies": { "npm-packlist": "^5.1.3", - "picocolors": "^1.0.1", + "picocolors": "^1.1.0", "sade": "^1.8.1" }, "bin": { diff --git a/package.json b/package.json index cb4c136..d954b82 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "husky": "9.1.6", "lockfile-lint": "4.14.0", "npm-run-all2": "6.2.3", - "publint": "0.2.10", + "publint": "0.2.11", "remark-cli": "12.0.1", "remark-preset-lint-travi": "6.0.5", "rimraf": "6.0.1",