Skip to content

Commit

Permalink
Merge pull request #759 from peter-evans/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
peter-evans authored Apr 1, 2021
2 parents 5666cd8 + 13616a4 commit 99ccb34
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 75 deletions.
193 changes: 135 additions & 58 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,24 @@
"dependencies": {
"@actions/core": "1.2.6",
"@actions/exec": "1.0.4",
"@octokit/core": "3.3.0",
"@octokit/plugin-paginate-rest": "2.13.0",
"@octokit/plugin-rest-endpoint-methods": "4.13.5",
"@octokit/core": "3.3.2",
"@octokit/plugin-paginate-rest": "2.13.3",
"@octokit/plugin-rest-endpoint-methods": "5.0.0",
"uuid": "8.3.2"
},
"devDependencies": {
"@types/jest": "26.0.20",
"@types/node": "14.14.33",
"@typescript-eslint/parser": "4.17.0",
"@types/jest": "26.0.22",
"@types/node": "14.14.37",
"@typescript-eslint/parser": "4.20.0",
"@vercel/ncc": "0.27.0",
"eslint": "7.21.0",
"eslint": "7.23.0",
"eslint-plugin-github": "4.1.2",
"eslint-plugin-jest": "24.2.1",
"eslint-plugin-jest": "24.3.2",
"jest": "26.6.3",
"jest-circus": "26.6.3",
"js-yaml": "4.0.0",
"prettier": "2.2.1",
"ts-jest": "26.5.3",
"ts-jest": "26.5.4",
"typescript": "4.2.3"
}
}
Loading

0 comments on commit 99ccb34

Please sign in to comment.