Skip to content

Commit 6d15ee5

Browse files
authored
fix(deps): bump Octokit deps to fix Deno compatibility (#583)
1 parent 520e801 commit 6d15ee5

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

package-lock.json

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"author": "Gregor Martynus (https://twitter.com/gr2m)",
2222
"license": "MIT",
2323
"dependencies": {
24-
"@octokit/auth-oauth-app": "^8.0.0",
25-
"@octokit/auth-oauth-user": "^5.0.1",
26-
"@octokit/auth-unauthenticated": "^6.0.0",
27-
"@octokit/core": "^6.1.2",
28-
"@octokit/oauth-authorization-url": "^7.0.0",
29-
"@octokit/oauth-methods": "^5.0.0",
24+
"@octokit/auth-oauth-app": "^8.1.2",
25+
"@octokit/auth-oauth-user": "^5.1.2",
26+
"@octokit/auth-unauthenticated": "^6.1.1",
27+
"@octokit/core": "^6.1.3",
28+
"@octokit/oauth-authorization-url": "^7.1.1",
29+
"@octokit/oauth-methods": "^5.1.3",
3030
"@types/aws-lambda": "^8.10.83",
3131
"universal-user-agent": "^7.0.0"
3232
},

0 commit comments

Comments
 (0)