From 53b66de42307ede4d54834e1322dccd6e746bff2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:42:03 +0000 Subject: [PATCH] chore(deps): Bump the semantic-release group with 1 update Bumps the semantic-release group with 1 update: [@semantic-release/github](https://github.com/semantic-release/github). - [Release notes](https://github.com/semantic-release/github/releases) - [Commits](https://github.com/semantic-release/github/compare/v9.0.7...v9.2.1) --- updated-dependencies: - dependency-name: "@semantic-release/github" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: semantic-release ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8092383..9b3b31b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "1.10.1", "@actions/github": "5.1.1", "@semantic-release/git": "10.0.1", - "@semantic-release/github": "9.0.7", + "@semantic-release/github": "9.2.1", "common-tags": "1.8.2" }, "devDependencies": { @@ -828,9 +828,9 @@ } }, "node_modules/@semantic-release/github": { - "version": "9.0.7", - "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-9.0.7.tgz", - "integrity": "sha512-SU3ayJ4/0TeIVyfCMLmuKoa4KvLclarPCmwY/zippm7sK95SwgWoFd8aFfAJIPGCRYnP3rfHRdYzphsrrNI3Cg==", + "version": "9.2.1", + "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-9.2.1.tgz", + "integrity": "sha512-fEn9uOe6jwWR6ro2Wh6YNBCBuZ5lRi8Myz+1j3KDTSt8OuUGlpVM4lFac/0bDrql2NOKrIEAMGCfWb9WMIdzIg==", "dependencies": { "@octokit/core": "^5.0.0", "@octokit/plugin-paginate-rest": "^9.0.0", @@ -9003,9 +9003,9 @@ } }, "@semantic-release/github": { - "version": "9.0.7", - "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-9.0.7.tgz", - "integrity": "sha512-SU3ayJ4/0TeIVyfCMLmuKoa4KvLclarPCmwY/zippm7sK95SwgWoFd8aFfAJIPGCRYnP3rfHRdYzphsrrNI3Cg==", + "version": "9.2.1", + "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-9.2.1.tgz", + "integrity": "sha512-fEn9uOe6jwWR6ro2Wh6YNBCBuZ5lRi8Myz+1j3KDTSt8OuUGlpVM4lFac/0bDrql2NOKrIEAMGCfWb9WMIdzIg==", "requires": { "@octokit/core": "^5.0.0", "@octokit/plugin-paginate-rest": "^9.0.0", diff --git a/package.json b/package.json index e15aff5..15f1943 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@actions/core": "1.10.1", "@actions/github": "5.1.1", "@semantic-release/git": "10.0.1", - "@semantic-release/github": "9.0.7", + "@semantic-release/github": "9.2.1", "common-tags": "1.8.2" }, "devDependencies": {