From 1c857fc7089d166196a2238d6d85aa1af6e279a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 10:48:26 +0000 Subject: [PATCH] ci: bump @semantic-release/github from 9.2.1 to 9.2.2 Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 9.2.1 to 9.2.2. - [Release notes](https://github.com/semantic-release/github/releases) - [Commits](https://github.com/semantic-release/github/compare/v9.2.1...v9.2.2) --- updated-dependencies: - dependency-name: "@semantic-release/github" dependency-type: direct:development update-type: version-update:semver-patch ... 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 a5cfd24..a62b150 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@droidsolutions-oss/semantic-release-update-file": "1.3.2", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", - "@semantic-release/github": "9.2.1", + "@semantic-release/github": "9.2.2", "husky": "8.0.3", "semantic-release": "22.0.7" } @@ -924,9 +924,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", @@ -9378,9 +9378,9 @@ } }, "@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, "requires": { "@octokit/core": "^5.0.0", diff --git a/package.json b/package.json index 258430e..24589ba 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@droidsolutions-oss/semantic-release-update-file": "1.3.2", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", - "@semantic-release/github": "9.2.1", + "@semantic-release/github": "9.2.2", "husky": "8.0.3", "semantic-release": "22.0.7" },