From d20d0148bc353457bb8324d12c29fb14036ba04a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:03:09 +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 6c5fdb51..21688435 100644 --- a/package-lock.json +++ b/package-lock.json @@ -69,7 +69,7 @@ "mock-fs": "5.2.0", "msw": "2.4.7", "npm-run-all2": "6.2.3", - "publint": "0.2.10", + "publint": "0.2.11", "remark-cli": "12.0.1", "rimraf": "6.0.1", "rollup": "4.21.3", @@ -15307,14 +15307,14 @@ "license": "MIT" }, "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 dc717a97..7f1caaa9 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "mock-fs": "5.2.0", "msw": "2.4.7", "npm-run-all2": "6.2.3", - "publint": "0.2.10", + "publint": "0.2.11", "remark-cli": "12.0.1", "rimraf": "6.0.1", "rollup": "4.21.3",