Skip to content

Commit f1b3579

Browse files
authoredMay 20, 2023
fix(deps): upgrade @octokit/* packages (#300)
This way we are certain that when updating people get the fixed versions of the modules
1 parent 11f8e63 commit f1b3579

File tree

2 files changed

+325
-1981
lines changed

2 files changed

+325
-1981
lines changed
 

‎package-lock.json

+320-1,976
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@
3232
],
3333
"repository": "github:octokit/rest.js",
3434
"dependencies": {
35-
"@octokit/core": "^4.1.0",
36-
"@octokit/plugin-paginate-rest": "^6.1.0",
35+
"@octokit/core": "^4.2.1",
36+
"@octokit/plugin-paginate-rest": "^6.1.2",
3737
"@octokit/plugin-request-log": "^1.0.4",
38-
"@octokit/plugin-rest-endpoint-methods": "^7.1.0"
38+
"@octokit/plugin-rest-endpoint-methods": "^7.1.2"
3939
},
4040
"devDependencies": {
4141
"@octokit/auth-action": "^2.0.3",
42-
"@octokit/auth-app": "^4.0.9",
42+
"@octokit/auth-app": "^4.0.13",
4343
"@octokit/fixtures-server": "^7.0.0",
44-
"@octokit/request": "^6.0.0",
44+
"@octokit/request": "^6.2.5",
4545
"@octokit/tsconfig": "^1.0.2",
4646
"@types/jest": "^29.0.0",
4747
"@types/node": "^18.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.