deps: bump @octokit/rest from 20.1.0 to 20.1.1 (#1098)

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 20.1.0 to 20.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/rest.js/releases"><code>@​octokit/rest</code>'s releases</a>.</em></p> <blockquote> <h2>v20.1.1</h2> <h2><a href="https://github.com/octokit/rest.js/compare/v20.1.0...v20.1.1">20.1.1</a> (2024-05-03)</h2> <h3>Bug Fixes</h3> <ul> <li>update REST endpoints (<a href="https://redirect.github.com/octokit/rest.js/issues/428">#428</a>) (<a href="https://github.com/octokit/rest.js/commit/7058346922bede2db35bbf1c2145b1976310df69">7058346</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/rest.js/commit/7058346922bede2db35bbf1c2145b1976310df69"><code>7058346</code></a> fix: update REST endpoints (<a href="https://redirect.github.com/octokit/rest.js/issues/428">#428</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/b4e210293dda57f66e8b0391f4dc5d67b2cb5025"><code>b4e2102</code></a> ci(action): update actions/checkout digest to 0ad4b8f (<a href="https://redirect.github.com/octokit/rest.js/issues/426">#426</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/9d99a6540698bce2ed1874b7e606a72ed01b7b24"><code>9d99a65</code></a> ci(action): update actions/checkout digest to 1d96c77 (<a href="https://redirect.github.com/octokit/rest.js/issues/425">#425</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/c751cb533693b6d3612cf1ca0f8cf3c6abc117d3"><code>c751cb5</code></a> ci(action): update actions/add-to-project action to v1.0.1 (<a href="https://redirect.github.com/octokit/rest.js/issues/424">#424</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/792bb394d2668cdf8b4d98ad63c3ca29fc7f1bbb"><code>792bb39</code></a> chore(deps): update dependency undici to v6.11.1 [security] (<a href="https://redirect.github.com/octokit/rest.js/issues/421">#421</a>)</li> <li>See full diff in <a href="https://github.com/octokit/rest.js/compare/v20.1.0...v20.1.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@octokit/rest&package-manager=npm_and_yarn&previous-version=20.1.0&new-version=20.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dependabot[bot] committed May 6, 2024 at 15:35 UTC 2f74482d3466427c504d21ad35f703a180b82630
1 file changed +28 -28
package-lock.json
+28 -28
@@ -7259,11 +7259,11 @@
7259 "integrity": "sha512-6G+ywGClliGQwRsjvqVYpklIfa7oRPA0vyhPQG/1Feh+B+wU0vGH1JiJ5T25d3g1JZYBHzR2qefLi9x8Gt+cpw=="
7260 },
7261 "node_modules/@octokit/plugin-paginate-rest": {
7262 - "version": "9.2.1",
7263 - "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-9.2.1.tgz",
7264 - "integrity": "sha512-wfGhE/TAkXZRLjksFXuDZdmGnJQHvtU/joFQdweXUgzo1XwvBCD4o4+75NtFfjfLK5IwLf9vHTfSiU3sLRYpRw==",
7262 + "version": "11.3.1",
7263 + "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-11.3.1.tgz",
7264 + "integrity": "sha512-ryqobs26cLtM1kQxqeZui4v8FeznirUsksiA+RYemMPJ7Micju0WSkv50dBksTuZks9O5cg4wp+t8fZ/cLY56g==",
7265 "dependencies": {
7266 - "@octokit/types": "^12.6.0"
7266 + "@octokit/types": "^13.5.0"
7267 },
7268 "engines": {
7269 "node": ">= 18"
@@ -7273,16 +7273,16 @@
7273 }
7274 },
7275 "node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/openapi-types": {
7276 - "version": "20.0.0",
7277 - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz",
7278 - "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA=="
7276 + "version": "22.2.0",
7277 + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-22.2.0.tgz",
7278 + "integrity": "sha512-QBhVjcUa9W7Wwhm6DBFu6ZZ+1/t/oYxqc2tp81Pi41YNuJinbFRx8B133qVOrAaBbF7D/m0Et6f9/pZt9Rc+tg=="
7279 },
7280 "node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/types": {
7281 - "version": "12.6.0",
7282 - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz",
7283 - "integrity": "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==",
7281 + "version": "13.5.0",
7282 + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.5.0.tgz",
7283 + "integrity": "sha512-HdqWTf5Z3qwDVlzCrP8UJquMwunpDiMPt5er+QjGzL4hqr/vBVY/MauQgS1xWxCDT1oMx1EULyqxncdCY/NVSQ==",
7284 "dependencies": {
7285 - "@octokit/openapi-types": "^20.0.0"
7285 + "@octokit/openapi-types": "^22.2.0"
7286 }
7287 },
7288 "node_modules/@octokit/plugin-request-log": {
@@ -7297,30 +7297,30 @@
7297 }
7298 },
7299 "node_modules/@octokit/plugin-rest-endpoint-methods": {
7300 - "version": "10.4.1",
7301 - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.4.1.tgz",
7302 - "integrity": "sha512-xV1b+ceKV9KytQe3zCVqjg+8GTGfDYwaT1ATU5isiUyVtlVAO3HNdzpS4sr4GBx4hxQ46s7ITtZrAsxG22+rVg==",
7300 + "version": "13.2.2",
7301 + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-13.2.2.tgz",
7302 + "integrity": "sha512-EI7kXWidkt3Xlok5uN43suK99VWqc8OaIMktY9d9+RNKl69juoTyxmLoWPIZgJYzi41qj/9zU7G/ljnNOJ5AFA==",
7303 "dependencies": {
7304 - "@octokit/types": "^12.6.0"
7304 + "@octokit/types": "^13.5.0"
7305 },
7306 "engines": {
7307 "node": ">= 18"
7308 },
7309 "peerDependencies": {
7310 - "@octokit/core": "5"
7310 + "@octokit/core": "^5"
7311 }
7312 },
7313 "node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/openapi-types": {
7314 - "version": "20.0.0",
7315 - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz",
7316 - "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA=="
7314 + "version": "22.2.0",
7315 + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-22.2.0.tgz",
7316 + "integrity": "sha512-QBhVjcUa9W7Wwhm6DBFu6ZZ+1/t/oYxqc2tp81Pi41YNuJinbFRx8B133qVOrAaBbF7D/m0Et6f9/pZt9Rc+tg=="
7317 },
7318 "node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types": {
7319 - "version": "12.6.0",
7320 - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz",
7321 - "integrity": "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==",
7319 + "version": "13.5.0",
7320 + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.5.0.tgz",
7321 + "integrity": "sha512-HdqWTf5Z3qwDVlzCrP8UJquMwunpDiMPt5er+QjGzL4hqr/vBVY/MauQgS1xWxCDT1oMx1EULyqxncdCY/NVSQ==",
7322 "dependencies": {
7323 - "@octokit/openapi-types": "^20.0.0"
7323 + "@octokit/openapi-types": "^22.2.0"
7324 }
7325 },
7326 "node_modules/@octokit/plugin-retry": {
@@ -7421,14 +7421,14 @@
7421 }
7422 },
7423 "node_modules/@octokit/rest": {
7424 - "version": "20.1.0",
7425 - "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-20.1.0.tgz",
7426 - "integrity": "sha512-STVO3itHQLrp80lvcYB2UIKoeil5Ctsgd2s1AM+du3HqZIR35ZH7WE9HLwUOLXH0myA0y3AGNPo8gZtcgIbw0g==",
7424 + "version": "20.1.1",
7425 + "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-20.1.1.tgz",
7426 + "integrity": "sha512-MB4AYDsM5jhIHro/dq4ix1iWTLGToIGk6cWF5L6vanFaMble5jTX/UBQyiv05HsWnwUtY8JrfHy2LWfKwihqMw==",
7427 "dependencies": {
7428 "@octokit/core": "^5.0.2",
7429 - "@octokit/plugin-paginate-rest": "^9.1.5",
7429 + "@octokit/plugin-paginate-rest": "11.3.1",
7430 "@octokit/plugin-request-log": "^4.0.0",
7431 - "@octokit/plugin-rest-endpoint-methods": "^10.2.0"
7431 + "@octokit/plugin-rest-endpoint-methods": "13.2.2"
7432 },
7433 "engines": {
7434 "node": ">= 18"