diff --git a/package-lock.json b/package-lock.json index ca406a3d..1c79b0c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "ls-engines": "0.10.0", "npm-run-all2": "8.0.4", "prettier": "3.8.0", - "publint": "0.3.16", + "publint": "0.3.17", "semantic-release": "25.0.2", "sinon": "21.0.1", "tempy": "3.1.1" @@ -1434,9 +1434,9 @@ } }, "node_modules/@publint/pack": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@publint/pack/-/pack-0.1.2.tgz", - "integrity": "sha512-S+9ANAvUmjutrshV4jZjaiG8XQyuJIZ8a4utWmN/vW1sgQ9IfBnPndwkmQYw53QmouOIytT874u65HEmu6H5jw==", + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@publint/pack/-/pack-0.1.3.tgz", + "integrity": "sha512-dHDWeutAerz+Z2wFYAce7Y51vd4rbLBfUh0BNnyul4xKoVsPUVJBrOAFsJvtvYBwGFJSqKsxyyHf/7evZ8+Q5Q==", "dev": true, "license": "MIT", "engines": { @@ -11106,13 +11106,13 @@ "license": "ISC" }, "node_modules/publint": { - "version": "0.3.16", - "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.16.tgz", - "integrity": "sha512-MFqyfRLAExPVZdTQFwkAQELzA8idyXzROVOytg6nEJ/GEypXBUmMGrVaID8cTuzRS1U5L8yTOdOJtMXgFUJAeA==", + "version": "0.3.17", + "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.17.tgz", + "integrity": "sha512-Q3NLegA9XM6usW+dYQRG1g9uEHiYUzcCVBJDJ7yMcWRqVU9LYZUWdqbwMZfmTCFC5PZLQpLAmhvRcQRl3exqkw==", "dev": true, "license": "MIT", "dependencies": { - "@publint/pack": "^0.1.2", + "@publint/pack": "^0.1.3", "package-manager-detector": "^1.6.0", "picocolors": "^1.1.1", "sade": "^1.8.1" diff --git a/package.json b/package.json index 246286c1..c8209b5e 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "ls-engines": "0.10.0", "npm-run-all2": "8.0.4", "prettier": "3.8.0", - "publint": "0.3.16", + "publint": "0.3.17", "semantic-release": "25.0.2", "sinon": "21.0.1", "tempy": "3.1.1"