diff --git a/package-lock.json b/package-lock.json index cb53d91..6bb88a0 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.14" + "publint": "0.3.15" } }, "node_modules/@babel/code-frame": { @@ -3173,9 +3173,9 @@ } }, "node_modules/publint": { - "version": "0.3.14", - "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.14.tgz", - "integrity": "sha512-14/VNBvWsrBeqWNDw8c/DK5ERcZBUwL1rnkVx18cQnF3zadr3GfoYtvD8mxi1dhkWpaPHp8kfi92MDbjMeW3qw==", + "version": "0.3.15", + "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.15.tgz", + "integrity": "sha512-xPbRAPW+vqdiaKy5sVVY0uFAu3LaviaPO3pZ9FaRx59l9+U/RKR1OEbLhkug87cwiVKxPXyB4txsv5cad67u+A==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 63c1b4b..1977716 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.14" + "publint": "0.3.15" } }