Skip to content

Commit 5bc270d

Browse files
authored
Merge pull request #212 from docker/dependabot/npm_and_yarn/octokit/core-5.0.2
build(deps): bump @octokit/core from 5.0.1 to 5.0.2
2 parents 2f97829 + 252cfd5 commit 5bc270d

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@actions/http-client": "^2.2.0",
5353
"@actions/io": "^1.1.3",
5454
"@actions/tool-cache": "^2.0.1",
55-
"@octokit/core": "^5.0.1",
55+
"@octokit/core": "^5.0.2",
5656
"@octokit/plugin-rest-endpoint-methods": "^10.1.5",
5757
"async-retry": "^1.3.3",
5858
"csv-parse": "^5.5.2",

yarn.lock

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ __metadata:
10461046
"@actions/http-client": ^2.2.0
10471047
"@actions/io": ^1.1.3
10481048
"@actions/tool-cache": ^2.0.1
1049-
"@octokit/core": ^5.0.1
1049+
"@octokit/core": ^5.0.2
10501050
"@octokit/plugin-rest-endpoint-methods": ^10.1.5
10511051
"@types/csv-parse": ^1.2.2
10521052
"@types/js-yaml": ^4.0.5
@@ -1624,6 +1624,21 @@ __metadata:
16241624
languageName: node
16251625
linkType: hard
16261626

1627+
"@octokit/core@npm:^5.0.2":
1628+
version: 5.0.2
1629+
resolution: "@octokit/core@npm:5.0.2"
1630+
dependencies:
1631+
"@octokit/auth-token": ^4.0.0
1632+
"@octokit/graphql": ^7.0.0
1633+
"@octokit/request": ^8.0.2
1634+
"@octokit/request-error": ^5.0.0
1635+
"@octokit/types": ^12.0.0
1636+
before-after-hook: ^2.2.0
1637+
universal-user-agent: ^6.0.0
1638+
checksum: 9ce060d61577f6805901ae5c33b2764a441db119ae0cca09104adf37b119cce68b656220de56c0c5004c9c9c1c892a7fdfbe9c0b1f5e398cb359dfd39c57eca8
1639+
languageName: node
1640+
linkType: hard
1641+
16271642
"@octokit/endpoint@npm:^9.0.0":
16281643
version: 9.0.0
16291644
resolution: "@octokit/endpoint@npm:9.0.0"

0 commit comments

Comments
 (0)