chore(deps-dev): Bump @semantic-release/github from 10.0.2 to 10.0.3 (#3254)

Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 10.0.2 to 10.0.3.
- [Release notes](https://github.com/semantic-release/github/releases)
- [Commits](https://github.com/semantic-release/github/compare/v10.0.2...v10.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] 2024-04-08 10:26:34 -06:00 committed by GitHub
parent 8cdb7caa32
commit 924130d49b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 25 additions and 10 deletions

33
package-lock.json generated
View File

@ -18,7 +18,7 @@
"@rollup/plugin-typescript": "^11.1.6",
"@semantic-release/commit-analyzer": "^12.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.0.2",
"@semantic-release/github": "^10.0.3",
"@semantic-release/npm": "^12.0.0",
"@semantic-release/release-notes-generator": "^13.0.0",
"@typescript-eslint/eslint-plugin": "^7.4.0",
@ -563,12 +563,12 @@
"dev": true
},
"node_modules/@octokit/plugin-paginate-rest": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-10.0.0.tgz",
"integrity": "sha512-G1Z67qOiFneKDJyMafHQkWnKm1kU3FfbRZLzxgsFg4dOa3pRNdABbdk+xo/oev6P88lnbt7GKdBNB6dJZuPphA==",
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-11.0.0.tgz",
"integrity": "sha512-HLz6T9HWeNkX3SVqc7FUYlh+TAg3G7gCc1MGuNcov8mSrFU9dc4ABmRmgqR9TsY1doUx42vLN5UxxWlnqBX8xw==",
"dev": true,
"dependencies": {
"@octokit/types": "^12.6.0"
"@octokit/types": "^13.0.0"
},
"engines": {
"node": ">= 18"
@ -577,6 +577,21 @@
"@octokit/core": ">=6"
}
},
"node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/openapi-types": {
"version": "21.2.0",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-21.2.0.tgz",
"integrity": "sha512-xx+Xd6I7rYvul/hgUDqv6TeGX0IOGnhSg9IOeYgd/uI7IAqUy6DE2B6Ipv2M4mWoxaMcWjIzgTIcv8pMO3F3vw==",
"dev": true
},
"node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/types": {
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.1.0.tgz",
"integrity": "sha512-nBwAFOYqVUUJ2AZFK4ZzESQptaAVqdTDKk8gE0Xr0o99WuPDSrhUC38x0F40xD9OUxXhOOuZKWNNVVLPSHQDvQ==",
"dev": true,
"dependencies": {
"@octokit/openapi-types": "^21.0.0"
}
},
"node_modules/@octokit/plugin-retry": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-7.0.3.tgz",
@ -989,13 +1004,13 @@
}
},
"node_modules/@semantic-release/github": {
"version": "10.0.2",
"resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-10.0.2.tgz",
"integrity": "sha512-SP5ihhv/uQa8vPuWKmbJrrzfv8lRUkDFC6qwgaWoorrflN1DEW0IGCa9w/PxUp8Ad3dbvXZPmpXdGiP3eyTzhg==",
"version": "10.0.3",
"resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-10.0.3.tgz",
"integrity": "sha512-nSJQboKrG4xBn7hHpRMrK8lt5DgqJg50ZMz9UbrsfTxuRk55XVoQEadbGZ2L9M0xZAC6hkuwkDhQJKqfPU35Fw==",
"dev": true,
"dependencies": {
"@octokit/core": "^6.0.0",
"@octokit/plugin-paginate-rest": "^10.0.0",
"@octokit/plugin-paginate-rest": "^11.0.0",
"@octokit/plugin-retry": "^7.0.0",
"@octokit/plugin-throttling": "^9.0.0",
"@semantic-release/error": "^4.0.0",

View File

@ -56,7 +56,7 @@
"@rollup/plugin-typescript": "^11.1.6",
"@semantic-release/commit-analyzer": "^12.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.0.2",
"@semantic-release/github": "^10.0.3",
"@semantic-release/npm": "^12.0.0",
"@semantic-release/release-notes-generator": "^13.0.0",
"@typescript-eslint/eslint-plugin": "^7.4.0",