chore: update dependencies
This commit is contained in:
parent
7380612b49
commit
5050a372c9
2 changed files with 801 additions and 9050 deletions
9825
package-lock.json
generated
9825
package-lock.json
generated
File diff suppressed because it is too large
Load diff
26
package.json
26
package.json
|
@ -29,27 +29,27 @@
|
|||
},
|
||||
"homepage": "https://github.com/peter-evans/create-pull-request",
|
||||
"dependencies": {
|
||||
"@actions/core": "1.4.0",
|
||||
"@actions/core": "1.5.0",
|
||||
"@actions/exec": "1.1.0",
|
||||
"@octokit/core": "3.5.1",
|
||||
"@octokit/plugin-paginate-rest": "2.14.0",
|
||||
"@octokit/plugin-rest-endpoint-methods": "5.5.0",
|
||||
"@octokit/plugin-paginate-rest": "2.16.0",
|
||||
"@octokit/plugin-rest-endpoint-methods": "5.9.0",
|
||||
"https-proxy-agent": "5.0.0",
|
||||
"uuid": "8.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "26.0.24",
|
||||
"@types/node": "16.4.0",
|
||||
"@typescript-eslint/parser": "4.28.4",
|
||||
"@vercel/ncc": "0.29.0",
|
||||
"eslint": "7.31.0",
|
||||
"eslint-plugin-github": "4.1.5",
|
||||
"@types/jest": "27.0.1",
|
||||
"@types/node": "16.7.10",
|
||||
"@typescript-eslint/parser": "4.30.0",
|
||||
"@vercel/ncc": "0.30.0",
|
||||
"eslint": "7.32.0",
|
||||
"eslint-plugin-github": "4.2.0",
|
||||
"eslint-plugin-jest": "24.4.0",
|
||||
"jest": "27.0.6",
|
||||
"jest-circus": "27.0.6",
|
||||
"jest": "27.1.0",
|
||||
"jest-circus": "27.1.0",
|
||||
"js-yaml": "4.1.0",
|
||||
"prettier": "2.3.2",
|
||||
"ts-jest": "27.0.4",
|
||||
"typescript": "4.3.5"
|
||||
"ts-jest": "27.0.5",
|
||||
"typescript": "4.4.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue