From fdbc207709a5ca1bd265e6c416bdd023a7d7f7fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:06:34 +0000 Subject: [PATCH] chore(deps): update dependency publint to v0.3.2 --- 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 352281c9..460a0098 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "ls-engines": "0.9.3", "npm-run-all2": "7.0.2", "prettier": "3.4.2", - "publint": "0.3.1", + "publint": "0.3.2", "semantic-release": "24.2.1", "sinon": "19.0.2", "tempy": "3.1.0" @@ -1273,9 +1273,9 @@ } }, "node_modules/@publint/pack": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@publint/pack/-/pack-0.1.0.tgz", - "integrity": "sha512-NvV5jPAQIMCoHvaJ0ZhfouBJ2woFYYf+o6B7dCHGh/tLKSPVoxhjffi35xPuMHgOv65aTOKUzML5XwQF9EkDAA==", + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@publint/pack/-/pack-0.1.1.tgz", + "integrity": "sha512-TvCl79Y8v18ZhFGd5mjO1kYPovSBq3+4LVCi5Nfl1JI8fS8i8kXbgQFGwBJRXczim8GlW8c2LMBKTtExYXOy/A==", "dev": true, "license": "MIT", "engines": { @@ -12924,13 +12924,13 @@ "license": "ISC" }, "node_modules/publint": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.1.tgz", - "integrity": "sha512-kZo30Y7aRyF/KmXMiGjkQFuhqQ7+dS6msPUoMUhhCYpVd1bEO3LC2tYueJxzscFAM7P+ayJ5vWGUeoj1xDCmHw==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.2.tgz", + "integrity": "sha512-fPs7QUbUvwixxPYUUTn0Kqp0rbH5rbiAOZwQOXMkIj+4Nopby1AngodSQmzTkJWTJ5R4uVV8oYmgVIjj+tgv1w==", "dev": true, "license": "MIT", "dependencies": { - "@publint/pack": "^0.1.0", + "@publint/pack": "^0.1.1", "package-manager-detector": "^0.2.8", "picocolors": "^1.1.1", "sade": "^1.8.1" diff --git a/package.json b/package.json index 2cd27c28..beae27fc 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "ls-engines": "0.9.3", "npm-run-all2": "7.0.2", "prettier": "3.4.2", - "publint": "0.3.1", + "publint": "0.3.2", "semantic-release": "24.2.1", "sinon": "19.0.2", "tempy": "3.1.0"