Upgrade to the latest version of Octokit

This commit is contained in:
Josh Gross 2021-09-23 21:16:55 +00:00 committed by GitHub
parent deb7ae927c
commit 5e5d515dc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 491 additions and 360 deletions

View file

@ -1,7 +1,7 @@
{
"name": "github-script",
"description": "A GitHub action for executing a simple script",
"version": "4.0.2",
"version": "5.0.0",
"author": "GitHub",
"license": "MIT",
"main": "dist/index.js",
@ -37,12 +37,12 @@
"dependencies": {
"@actions/core": "^1.5.0",
"@actions/exec": "^1.1.0",
"@actions/github": "^4.0.0",
"@actions/glob": "^0.1.2",
"@actions/github": "^5.0.0",
"@actions/glob": "^0.2.0",
"@actions/io": "^1.1.1",
"@octokit/core": "^3.5.1",
"@octokit/plugin-paginate-rest": "^2.16.4",
"@octokit/plugin-rest-endpoint-methods": "^4.2.1"
"@octokit/plugin-rest-endpoint-methods": "^5.11.1"
},
"devDependencies": {
"@types/jest": "^26.0.24",
@ -58,4 +58,4 @@
"ts-jest": "^26.5.6",
"typescript": "^4.3.5"
}
}
}