mirror of
https://github.com/actions/github-script.git
synced 2026-04-07 22:50:04 +00:00
Update minor versions of dependencies
This commit is contained in:
parent
5d31eecbde
commit
6a0bb322b7
3 changed files with 3138 additions and 381 deletions
12
package.json
12
package.json
|
|
@ -35,14 +35,14 @@
|
|||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.2.7",
|
||||
"@actions/core": "^1.5.0",
|
||||
"@actions/exec": "^1.1.0",
|
||||
"@actions/github": "^4.0.0",
|
||||
"@actions/glob": "^0.1.1",
|
||||
"@actions/io": "^1.0.2",
|
||||
"@octokit/core": "^3.2.1",
|
||||
"@octokit/plugin-paginate-rest": "^2.6.0",
|
||||
"@octokit/plugin-rest-endpoint-methods": "4.2.1"
|
||||
"@actions/glob": "^0.1.2",
|
||||
"@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"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^26.0.24",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue