From 9a5244e5e0cb49319968f569badb9693d7cef1ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 06:41:16 -0500 Subject: [PATCH] chore(deps-dev): bump publint from 0.2.9 to 0.2.10 (#966) Bumps [publint](https://github.com/bluwy/publint/tree/HEAD/pkg) from 0.2.9 to 0.2.10. - [Release notes](https://github.com/bluwy/publint/releases) - [Commits](https://github.com/bluwy/publint/commits/v0.2.10/pkg) --- updated-dependencies: - dependency-name: publint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index fca307f..ca647d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "husky": "9.1.4", "mocha": "^10.0.0", "npm-run-all": "^4.1.5", - "publint": "0.2.9", + "publint": "0.2.10", "remark-cli": "^12.0.0", "rimraf": "^6.0.0", "rollup": "^4.0.0", @@ -12308,9 +12308,9 @@ } }, "node_modules/publint": { - "version": "0.2.9", - "resolved": "https://registry.npmjs.org/publint/-/publint-0.2.9.tgz", - "integrity": "sha512-nITKS1NSwD68PQlts0ntryhxrWObep6P0CCycwi1lgXI+K7uKyacMYRRCQi7hTae8imkI3FCi0FlgnwLxjM8yA==", + "version": "0.2.10", + "resolved": "https://registry.npmjs.org/publint/-/publint-0.2.10.tgz", + "integrity": "sha512-5TzYaAFiGpgkYX/k6VaItRMT2uHI4zO5OWJ2k7Er0Ot3jutBCNTJB1qRHuy1lYq07JhRczzFs6HFPB4D+A47xA==", "dev": true, "dependencies": { "npm-packlist": "^5.1.3", @@ -25058,9 +25058,9 @@ } }, "publint": { - "version": "0.2.9", - "resolved": "https://registry.npmjs.org/publint/-/publint-0.2.9.tgz", - "integrity": "sha512-nITKS1NSwD68PQlts0ntryhxrWObep6P0CCycwi1lgXI+K7uKyacMYRRCQi7hTae8imkI3FCi0FlgnwLxjM8yA==", + "version": "0.2.10", + "resolved": "https://registry.npmjs.org/publint/-/publint-0.2.10.tgz", + "integrity": "sha512-5TzYaAFiGpgkYX/k6VaItRMT2uHI4zO5OWJ2k7Er0Ot3jutBCNTJB1qRHuy1lYq07JhRczzFs6HFPB4D+A47xA==", "dev": true, "requires": { "npm-packlist": "^5.1.3", diff --git a/package.json b/package.json index dc88be5..8a12274 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "husky": "9.1.4", "mocha": "^10.0.0", "npm-run-all": "^4.1.5", - "publint": "0.2.9", + "publint": "0.2.10", "remark-cli": "^12.0.0", "rimraf": "^6.0.0", "rollup": "^4.0.0",