diff --git a/package-lock.json b/package-lock.json index 5b4b0d0a..c7fa3f0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "ls-engines": "0.9.3", "npm-run-all2": "8.0.4", "prettier": "3.7.4", - "publint": "0.3.15", + "publint": "0.3.16", "semantic-release": "25.0.2", "sinon": "21.0.0" }, @@ -9746,9 +9746,9 @@ "license": "BlueOak-1.0.0" }, "node_modules/package-manager-detector": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.3.0.tgz", - "integrity": "sha512-ZsEbbZORsyHuO00lY1kV3/t72yp6Ysay6Pd17ZAlNGuGwmWDLCJxFpRs0IzfXfj1o4icJOkUEioexFHzyPurSQ==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.6.0.tgz", + "integrity": "sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==", "dev": true, "license": "MIT" }, @@ -10382,14 +10382,14 @@ "license": "ISC" }, "node_modules/publint": { - "version": "0.3.15", - "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.15.tgz", - "integrity": "sha512-xPbRAPW+vqdiaKy5sVVY0uFAu3LaviaPO3pZ9FaRx59l9+U/RKR1OEbLhkug87cwiVKxPXyB4txsv5cad67u+A==", + "version": "0.3.16", + "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.16.tgz", + "integrity": "sha512-MFqyfRLAExPVZdTQFwkAQELzA8idyXzROVOytg6nEJ/GEypXBUmMGrVaID8cTuzRS1U5L8yTOdOJtMXgFUJAeA==", "dev": true, "license": "MIT", "dependencies": { "@publint/pack": "^0.1.2", - "package-manager-detector": "^1.3.0", + "package-manager-detector": "^1.6.0", "picocolors": "^1.1.1", "sade": "^1.8.1" }, diff --git a/package.json b/package.json index 8b76e817..9bca61f7 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "ls-engines": "0.9.3", "npm-run-all2": "8.0.4", "prettier": "3.7.4", - "publint": "0.3.15", + "publint": "0.3.16", "semantic-release": "25.0.2", "sinon": "21.0.0" },