diff --git a/package-lock.json b/package-lock.json index ab0b39c4..a22a6f92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/tool-cache": "2.0.1", "@semantic-release/changelog": "6.0.3", "@semantic-release/commit-analyzer": "11.1.0", - "@semantic-release/github": "9.2.1", + "@semantic-release/github": "9.2.2", "@semantic-release/release-notes-generator": "12.1.0", "conventional-changelog-conventionalcommits": "7.0.2", "prettier": "3.0.3", @@ -420,9 +420,9 @@ } }, "node_modules/@semantic-release/github": { - "version": "9.2.1", - "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-9.2.1.tgz", - "integrity": "sha512-fEn9uOe6jwWR6ro2Wh6YNBCBuZ5lRi8Myz+1j3KDTSt8OuUGlpVM4lFac/0bDrql2NOKrIEAMGCfWb9WMIdzIg==", + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-9.2.2.tgz", + "integrity": "sha512-S9tTms9MSrFnW97inhNhEqQiTNmls1zgE3bCxLbWhom0vClRe43B9N9D5NVepTwbr7wXehXJG+ok8B8neG1bsA==", "dev": true, "dependencies": { "@octokit/core": "^5.0.0", diff --git a/package.json b/package.json index 18df6cd4..1704abf2 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@actions/tool-cache": "2.0.1", "@semantic-release/changelog": "6.0.3", "@semantic-release/commit-analyzer": "11.1.0", - "@semantic-release/github": "9.2.1", + "@semantic-release/github": "9.2.2", "@semantic-release/release-notes-generator": "12.1.0", "conventional-changelog-conventionalcommits": "7.0.2", "prettier": "3.0.3",