chore(deps-dev): Bump @semantic-release/github from 9.0.2 to 9.0.3 (#2844)

Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 9.0.2 to 9.0.3.
- [Release notes](https://github.com/semantic-release/github/releases)
- [Commits](https://github.com/semantic-release/github/compare/v9.0.2...v9.0.3)

---
updated-dependencies:
- dependency-name: "@semantic-release/github"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-06-12 18:26:23 -06:00 committed by GitHub
parent a26f002d18
commit 18d211bf8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 10 deletions

33
package-lock.json generated
View File

@ -18,7 +18,7 @@
"@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-babel": "^6.0.3",
"@semantic-release/commit-analyzer": "^10.0.0", "@semantic-release/commit-analyzer": "^10.0.0",
"@semantic-release/git": "^10.0.1", "@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.0.2", "@semantic-release/github": "^9.0.3",
"@semantic-release/npm": "^10.0.3", "@semantic-release/npm": "^10.0.3",
"@semantic-release/release-notes-generator": "^11.0.2", "@semantic-release/release-notes-generator": "^11.0.2",
"cheerio": "^1.0.0-rc.12", "cheerio": "^1.0.0-rc.12",
@ -2411,16 +2411,16 @@
} }
}, },
"node_modules/@semantic-release/github": { "node_modules/@semantic-release/github": {
"version": "9.0.2", "version": "9.0.3",
"resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-9.0.2.tgz", "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-9.0.3.tgz",
"integrity": "sha512-FDwR9Tkz14MR/HF6srbHDuqLPUI0GmPgn4tkjfPi45/1oZedqEXC3TqSHK3+ykJmWj1sXgs94zwGI10VR5o6kg==", "integrity": "sha512-X6gq4USKVlCxPwIIyXb99jU7gwVWlnsKOevs+OyABRdoqc+OIRITbFmrrYU3eE1vGMGk+Qu/GAoLUQQQwC3YOA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@octokit/core": "^4.2.1", "@octokit/core": "^4.2.1",
"@octokit/plugin-paginate-rest": "^7.0.0", "@octokit/plugin-paginate-rest": "^7.0.0",
"@octokit/plugin-retry": "^5.0.0", "@octokit/plugin-retry": "^5.0.0",
"@octokit/plugin-throttling": "^6.0.0", "@octokit/plugin-throttling": "^6.0.0",
"@semantic-release/error": "^3.0.0", "@semantic-release/error": "^4.0.0",
"aggregate-error": "^4.0.1", "aggregate-error": "^4.0.1",
"debug": "^4.3.4", "debug": "^4.3.4",
"dir-glob": "^3.0.1", "dir-glob": "^3.0.1",
@ -2440,6 +2440,15 @@
"semantic-release": ">=20.1.0" "semantic-release": ">=20.1.0"
} }
}, },
"node_modules/@semantic-release/github/node_modules/@semantic-release/error": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@semantic-release/error/-/error-4.0.0.tgz",
"integrity": "sha512-mgdxrHTLOjOddRVYIYDo0fR3/v61GNN1YGkfbrjuIKg/uMgCd+Qzo3UAXJ+woLQQpos4pl5Esuw5A7AoNlzjUQ==",
"dev": true,
"engines": {
"node": ">=18"
}
},
"node_modules/@semantic-release/github/node_modules/aggregate-error": { "node_modules/@semantic-release/github/node_modules/aggregate-error": {
"version": "4.0.1", "version": "4.0.1",
"resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-4.0.1.tgz", "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-4.0.1.tgz",
@ -14119,16 +14128,16 @@
} }
}, },
"@semantic-release/github": { "@semantic-release/github": {
"version": "9.0.2", "version": "9.0.3",
"resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-9.0.2.tgz", "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-9.0.3.tgz",
"integrity": "sha512-FDwR9Tkz14MR/HF6srbHDuqLPUI0GmPgn4tkjfPi45/1oZedqEXC3TqSHK3+ykJmWj1sXgs94zwGI10VR5o6kg==", "integrity": "sha512-X6gq4USKVlCxPwIIyXb99jU7gwVWlnsKOevs+OyABRdoqc+OIRITbFmrrYU3eE1vGMGk+Qu/GAoLUQQQwC3YOA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@octokit/core": "^4.2.1", "@octokit/core": "^4.2.1",
"@octokit/plugin-paginate-rest": "^7.0.0", "@octokit/plugin-paginate-rest": "^7.0.0",
"@octokit/plugin-retry": "^5.0.0", "@octokit/plugin-retry": "^5.0.0",
"@octokit/plugin-throttling": "^6.0.0", "@octokit/plugin-throttling": "^6.0.0",
"@semantic-release/error": "^3.0.0", "@semantic-release/error": "^4.0.0",
"aggregate-error": "^4.0.1", "aggregate-error": "^4.0.1",
"debug": "^4.3.4", "debug": "^4.3.4",
"dir-glob": "^3.0.1", "dir-glob": "^3.0.1",
@ -14142,6 +14151,12 @@
"url-join": "^5.0.0" "url-join": "^5.0.0"
}, },
"dependencies": { "dependencies": {
"@semantic-release/error": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@semantic-release/error/-/error-4.0.0.tgz",
"integrity": "sha512-mgdxrHTLOjOddRVYIYDo0fR3/v61GNN1YGkfbrjuIKg/uMgCd+Qzo3UAXJ+woLQQpos4pl5Esuw5A7AoNlzjUQ==",
"dev": true
},
"aggregate-error": { "aggregate-error": {
"version": "4.0.1", "version": "4.0.1",
"resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-4.0.1.tgz", "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-4.0.1.tgz",

View File

@ -49,7 +49,7 @@
"@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-babel": "^6.0.3",
"@semantic-release/commit-analyzer": "^10.0.0", "@semantic-release/commit-analyzer": "^10.0.0",
"@semantic-release/git": "^10.0.1", "@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.0.2", "@semantic-release/github": "^9.0.3",
"@semantic-release/npm": "^10.0.3", "@semantic-release/npm": "^10.0.3",
"@semantic-release/release-notes-generator": "^11.0.2", "@semantic-release/release-notes-generator": "^11.0.2",
"cheerio": "^1.0.0-rc.12", "cheerio": "^1.0.0-rc.12",