diff --git a/package-lock.json b/package-lock.json index e04c0e6..a559ec4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "cz-conventional-changelog": "3.3.0", "husky": "9.1.7", "npm-run-all2": "8.0.4", - "publint": "0.3.17" + "publint": "0.3.18" } }, "node_modules/@babel/code-frame": { @@ -3190,13 +3190,13 @@ } }, "node_modules/publint": { - "version": "0.3.17", - "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.17.tgz", - "integrity": "sha512-Q3NLegA9XM6usW+dYQRG1g9uEHiYUzcCVBJDJ7yMcWRqVU9LYZUWdqbwMZfmTCFC5PZLQpLAmhvRcQRl3exqkw==", + "version": "0.3.18", + "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.18.tgz", + "integrity": "sha512-JRJFeBTrfx4qLwEuGFPk+haJOJN97KnPuK01yj+4k/Wj5BgoOK5uNsivporiqBjk2JDaslg7qJOhGRnpltGeog==", "dev": true, "license": "MIT", "dependencies": { - "@publint/pack": "^0.1.3", + "@publint/pack": "^0.1.4", "package-manager-detector": "^1.6.0", "picocolors": "^1.1.1", "sade": "^1.8.1" diff --git a/package.json b/package.json index 8a66e54..8d0177f 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ "cz-conventional-changelog": "3.3.0", "husky": "9.1.7", "npm-run-all2": "8.0.4", - "publint": "0.3.17" + "publint": "0.3.18" } }