From 17b9d210830b4880b77c3d8e17ead4fc2716a751 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 04:47:46 +0000 Subject: [PATCH] Bump publint from 0.1.15 to 0.2.3 Bumps [publint](https://github.com/bluwy/publint/tree/HEAD/pkg) from 0.1.15 to 0.2.3. - [Release notes](https://github.com/bluwy/publint/releases) - [Commits](https://github.com/bluwy/publint/commits/v0.2.3/pkg) --- updated-dependencies: - dependency-name: publint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 1ac2c043..e4a8479f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "fast-check": "^3.8.0", "in-publish": "^2.0.1", "prettier": "^2.8.7", - "publint": "^0.1.15", + "publint": "^0.2.3", "tsup": "^7.1.0", "typescript": "^4.3.5", "vitest": "^0.32.3" @@ -4047,9 +4047,9 @@ "peer": true }, "node_modules/publint": { - "version": "0.1.15", - "resolved": "https://registry.npmjs.org/publint/-/publint-0.1.15.tgz", - "integrity": "sha512-LyoUm/J1oSOik9EYftHSyUEwJATToqFyO1wad8i2m2KvaNcBmV5rbD3ZvPqQAHzVs47MLa2Rsd8nw9NmV/Ep0w==", + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/publint/-/publint-0.2.3.tgz", + "integrity": "sha512-Ml/rLotRiRTCbqL8CtWURiWDPzHtjv1SKU2E91R0ZG4mDJS3/rNQXYttM+Wt5t0JZ09MyAXIa/TYOt5OVUlYAQ==", "dev": true, "dependencies": { "npm-packlist": "^5.1.3", @@ -8457,9 +8457,9 @@ "peer": true }, "publint": { - "version": "0.1.15", - "resolved": "https://registry.npmjs.org/publint/-/publint-0.1.15.tgz", - "integrity": "sha512-LyoUm/J1oSOik9EYftHSyUEwJATToqFyO1wad8i2m2KvaNcBmV5rbD3ZvPqQAHzVs47MLa2Rsd8nw9NmV/Ep0w==", + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/publint/-/publint-0.2.3.tgz", + "integrity": "sha512-Ml/rLotRiRTCbqL8CtWURiWDPzHtjv1SKU2E91R0ZG4mDJS3/rNQXYttM+Wt5t0JZ09MyAXIa/TYOt5OVUlYAQ==", "dev": true, "requires": { "npm-packlist": "^5.1.3", diff --git a/package.json b/package.json index 6f49e355..be974175 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "fast-check": "^3.8.0", "in-publish": "^2.0.1", "prettier": "^2.8.7", - "publint": "^0.1.15", + "publint": "^0.2.3", "tsup": "^7.1.0", "typescript": "^4.3.5", "vitest": "^0.32.3"