Skip to content

Commit 50b8785

Browse files
fix(deps): bump @octokit/plugin-paginate-rest from 11.4.3 to 11.6.0
Bumps [@octokit/plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest.js) from 11.4.3 to 11.6.0. - [Release notes](https://github.com/octokit/plugin-paginate-rest.js/releases) - [Commits](octokit/plugin-paginate-rest.js@v11.4.3...v11.6.0) --- updated-dependencies: - dependency-name: "@octokit/plugin-paginate-rest" dependency-version: 11.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1d89ceb commit 50b8785

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@oclif/core": "^4.2.8",
1313
"@octokit/core": "^6.1.4",
14-
"@octokit/plugin-paginate-rest": "^11.4.3",
14+
"@octokit/plugin-paginate-rest": "^11.6.0",
1515
"@octokit/plugin-throttling": "^9.6.1",
1616
"@salesforce/cli-plugins-testkit": "^5.3.39",
1717
"@salesforce/core": "^8.9.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2042,17 +2042,17 @@
20422042
"@octokit/types" "^13.8.0"
20432043
universal-user-agent "^7.0.0"
20442044

2045-
"@octokit/openapi-types@^23.0.1":
2046-
version "23.0.1"
2047-
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-23.0.1.tgz#3721646ecd36b596ddb12650e0e89d3ebb2dd50e"
2048-
integrity sha512-izFjMJ1sir0jn0ldEKhZ7xegCTj/ObmEDlEfpFrx4k/JyZSMRHbO3/rBwgE7f3m2DHt+RrNGIVw4wSmwnm3t/g==
2045+
"@octokit/openapi-types@^24.2.0":
2046+
version "24.2.0"
2047+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-24.2.0.tgz#3d55c32eac0d38da1a7083a9c3b0cca77924f7d3"
2048+
integrity sha512-9sIH3nSUttelJSXUrmGzl7QUBFul0/mB8HRYl3fOlgHbIWG+WnYDXU3v/2zMtAvuzZ/ed00Ei6on975FhBfzrg==
20492049

2050-
"@octokit/plugin-paginate-rest@^11.4.3":
2051-
version "11.4.3"
2052-
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-11.4.3.tgz#b5030bba2e0ecff8e6ff7501074c1b209af78ff8"
2053-
integrity sha512-tBXaAbXkqVJlRoA/zQVe9mUdb8rScmivqtpv3ovsC5xhje/a+NOCivs7eUhWBwCApJVsR4G5HMeaLbq7PxqZGA==
2050+
"@octokit/plugin-paginate-rest@^11.6.0":
2051+
version "11.6.0"
2052+
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-11.6.0.tgz#e5e9ff3530e867c3837fdbff94ce15a2468a1f37"
2053+
integrity sha512-n5KPteiF7pWKgBIBJSk8qzoZWcUkza2O6A0za97pMGVrGfPdltxrfmfF5GucHYvHGZD8BdaZmmHGz5cX/3gdpw==
20542054
dependencies:
2055-
"@octokit/types" "^13.7.0"
2055+
"@octokit/types" "^13.10.0"
20562056

20572057
"@octokit/plugin-throttling@^9.6.1":
20582058
version "9.6.1"
@@ -2080,12 +2080,12 @@
20802080
fast-content-type-parse "^2.0.0"
20812081
universal-user-agent "^7.0.2"
20822082

2083-
"@octokit/types@^13.6.2", "@octokit/types@^13.7.0", "@octokit/types@^13.8.0":
2084-
version "13.8.0"
2085-
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-13.8.0.tgz#3815885e5abd16ed9ffeea3dced31d37ce3f8a0a"
2086-
integrity sha512-x7DjTIbEpEWXK99DMd01QfWy0hd5h4EN+Q7shkdKds3otGQP+oWE/y0A76i1OvH9fygo4ddvNf7ZvF0t78P98A==
2083+
"@octokit/types@^13.10.0", "@octokit/types@^13.6.2", "@octokit/types@^13.7.0", "@octokit/types@^13.8.0":
2084+
version "13.10.0"
2085+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-13.10.0.tgz#3e7c6b19c0236c270656e4ea666148c2b51fd1a3"
2086+
integrity sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA==
20872087
dependencies:
2088-
"@octokit/openapi-types" "^23.0.1"
2088+
"@octokit/openapi-types" "^24.2.0"
20892089

20902090
"@pkgjs/parseargs@^0.11.0":
20912091
version "0.11.0"

0 commit comments

Comments
 (0)