Skip to content

Commit 5526744

Browse files
build: bump @octokit/rest from 18.3.0 to 18.3.1 (#22084)
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.3.0 to 18.3.1. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](octokit/rest.js@v18.3.0...v18.3.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b34bde1 commit 5526744

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"@bazel/terser": "3.2.1",
142142
"@bazel/typescript": "3.2.1",
143143
"@firebase/app-types": "^0.6.1",
144-
"@octokit/rest": "18.3.0",
144+
"@octokit/rest": "18.3.1",
145145
"@schematics/angular": "^12.0.0-next.0",
146146
"@types/autoprefixer": "^9.7.2",
147147
"@types/browser-sync": "^2.26.1",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1550,12 +1550,12 @@
15501550
resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-1.0.2.tgz#394d59ec734cd2f122431fbaf05099861ece3c44"
15511551
integrity sha512-oTJSNAmBqyDR41uSMunLQKMX0jmEXbwD1fpz8FG27lScV3RhtGfBa1/BBLym+PxcC16IBlF7KH9vP1BUYxA+Eg==
15521552

1553-
"@octokit/plugin-rest-endpoint-methods@4.13.0":
1554-
version "4.13.0"
1555-
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.13.0.tgz#59a90f59a564d416214ab191c3ffcd641f175e6a"
1556-
integrity sha512-Ofusy7BwHkU7z4TNsVdf7wm5W3KR625KqlQj4AiWPnBvclmZU0Y2bVK8b8Mz8nW7sEX9TJcCdX6KeaincE/cLw==
1553+
"@octokit/plugin-rest-endpoint-methods@4.13.1":
1554+
version "4.13.1"
1555+
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.13.1.tgz#d8c807bbd0e187ac903620f53321e2634818bb30"
1556+
integrity sha512-T9YhQqpbO9Onmg+FYk09uci9pfChg8CZR9GBaPJWj+bDSzictW1xnU0NtCSSKKyrwvpW/opu7CtuDSs/HF1Syg==
15571557
dependencies:
1558-
"@octokit/types" "^6.11.0"
1558+
"@octokit/types" "^6.11.1"
15591559
deprecation "^2.3.1"
15601560

15611561
"@octokit/request-error@^1.0.2":
@@ -1609,15 +1609,15 @@
16091609
universal-user-agent "^3.0.0"
16101610
url-template "^2.0.8"
16111611

1612-
"@octokit/rest@18.3.0":
1613-
version "18.3.0"
1614-
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.3.0.tgz#c326475a2039ffeaec9a1498ebee14a561aae4e5"
1615-
integrity sha512-R45oBVhnq3HAOGVtC6lHY7LX7TGWqbbcD4KvBHoT4QIjgJzfqKag3m/DUJwLnp8xrokz1spZmspTIXiDeQqJSA==
1612+
"@octokit/rest@18.3.1":
1613+
version "18.3.1"
1614+
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.3.1.tgz#6680331e941c422dbff0e758a9bd3dc4edcbd2db"
1615+
integrity sha512-g57ebsk7dtbLjiPBgEYDAiDTsyQM9kvlIt0J5UN6OSjG82K6fQQck6HXPpwcyNIDqbN7lIaWr3nsz56jBfI6qg==
16161616
dependencies:
16171617
"@octokit/core" "^3.2.3"
16181618
"@octokit/plugin-paginate-rest" "^2.6.2"
16191619
"@octokit/plugin-request-log" "^1.0.2"
1620-
"@octokit/plugin-rest-endpoint-methods" "4.13.0"
1620+
"@octokit/plugin-rest-endpoint-methods" "4.13.1"
16211621

16221622
"@octokit/types@^2.0.0":
16231623
version "2.3.1"
@@ -1648,7 +1648,7 @@
16481648
"@octokit/openapi-types" "^2.0.0"
16491649
"@types/node" ">= 8"
16501650

1651-
"@octokit/types@^6.11.0":
1651+
"@octokit/types@^6.11.1":
16521652
version "6.11.1"
16531653
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.11.1.tgz#54ece128029526fa99bd71e757b9e35478403d95"
16541654
integrity sha512-UiSRTG2lrFbMUMwhKNR0uSV33Fzv4bNu1n5iFuuNOg80XCh0VYNhR4TQWgrkLhVxdDuej6s61aP3eQvVm6K6uA==

0 commit comments

Comments
 (0)