diff --git a/README.md b/README.md index 31d0ec2a..5f774d3a 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ ## Install > [!TIP] -You do not need to directly depend on this package if you are using `semantic-release`. -`semantic-release` already depends on this package, and defining your own direct dependency can result in conflicts when you update `semantic-release`. +> You do not need to directly depend on this package if you are using `semantic-release`. +> `semantic-release` already depends on this package, and defining your own direct dependency can result in conflicts when you update `semantic-release`. ```bash $ npm install @semantic-release/github -D diff --git a/package-lock.json b/package-lock.json index 91215578..4b24fa6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "ls-engines": "0.9.3", "npm-run-all2": "7.0.2", "prettier": "3.5.2", - "publint": "0.3.7", + "publint": "0.3.10", "semantic-release": "24.2.3", "sinon": "19.0.2", "tempy": "3.1.0" @@ -1283,9 +1283,9 @@ } }, "node_modules/@publint/pack": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@publint/pack/-/pack-0.1.1.tgz", - "integrity": "sha512-TvCl79Y8v18ZhFGd5mjO1kYPovSBq3+4LVCi5Nfl1JI8fS8i8kXbgQFGwBJRXczim8GlW8c2LMBKTtExYXOy/A==", + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@publint/pack/-/pack-0.1.2.tgz", + "integrity": "sha512-S+9ANAvUmjutrshV4jZjaiG8XQyuJIZ8a4utWmN/vW1sgQ9IfBnPndwkmQYw53QmouOIytT874u65HEmu6H5jw==", "dev": true, "license": "MIT", "engines": { @@ -12272,9 +12272,9 @@ "license": "BlueOak-1.0.0" }, "node_modules/package-manager-detector": { - "version": "0.2.9", - "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-0.2.9.tgz", - "integrity": "sha512-+vYvA/Y31l8Zk8dwxHhL3JfTuHPm6tlxM2A3GeQyl7ovYnSp1+mzAxClxaOr0qO1TtPxbQxetI7v5XqKLJZk7Q==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.1.0.tgz", + "integrity": "sha512-Y8f9qUlBzW8qauJjd/eu6jlpJZsuPJm2ZAV0cDVd420o4EdpH5RPdoCv+60/TdJflGatr4sDfpAL6ArWZbM5tA==", "dev": true, "license": "MIT" }, @@ -12938,14 +12938,14 @@ "license": "ISC" }, "node_modules/publint": { - "version": "0.3.7", - "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.7.tgz", - "integrity": "sha512-UJAdT3pHmhxGHfFadlZZnTZWNyagwPplW4YJ7kM0ysDs45otRnusonRxeWYQHrdryWxAntsjCuXcUHkbUHGk7g==", + "version": "0.3.10", + "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.10.tgz", + "integrity": "sha512-xl9X9x0iyOURsAD7IPQJAQ5TgGpozs5K8KUtqzQBSxJqtKH74ReeCpjr2jw9MFOsY9q/EbXSJNkSFM2mgyu38g==", "dev": true, "license": "MIT", "dependencies": { - "@publint/pack": "^0.1.1", - "package-manager-detector": "^0.2.9", + "@publint/pack": "^0.1.2", + "package-manager-detector": "^1.1.0", "picocolors": "^1.1.1", "sade": "^1.8.1" }, diff --git a/package.json b/package.json index b39a07b9..c0122985 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "ls-engines": "0.9.3", "npm-run-all2": "7.0.2", "prettier": "3.5.2", - "publint": "0.3.7", + "publint": "0.3.10", "semantic-release": "24.2.3", "sinon": "19.0.2", "tempy": "3.1.0"