Skip to content
This repository was archived by the owner on May 15, 2021. It is now read-only.

Commit 90634af

Browse files
chore: update npm dependencies
1 parent 51d5371 commit 90634af

File tree

2 files changed

+226
-208
lines changed

2 files changed

+226
-208
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -39,28 +39,28 @@
3939
"dependencies": {
4040
"@actions/core": "^1.2.6",
4141
"@actions/github": "^4.0.0",
42-
"@octokit/openapi-types": "^5.3.1",
43-
"@octokit/plugin-paginate-rest": "^2.11.0",
44-
"@octokit/plugin-rest-endpoint-methods": "^4.13.4",
45-
"@octokit/types": "^6.12.0",
42+
"@octokit/openapi-types": "^5.3.2",
43+
"@octokit/plugin-paginate-rest": "^2.13.2",
44+
"@octokit/plugin-rest-endpoint-methods": "^4.13.5",
45+
"@octokit/types": "^6.12.2",
4646
"@technote-space/github-action-helper": "^5.2.3",
47-
"@technote-space/github-action-log-helper": "^0.1.20"
47+
"@technote-space/github-action-log-helper": "^0.1.21"
4848
},
4949
"devDependencies": {
5050
"@commitlint/cli": "^12.0.1",
5151
"@commitlint/config-conventional": "^12.0.1",
52-
"@technote-space/github-action-test-helper": "^0.7.3",
52+
"@technote-space/github-action-test-helper": "^0.7.4",
5353
"@technote-space/release-github-actions-cli": "^1.8.4",
5454
"@types/jest": "^26.0.20",
55-
"@types/node": "^14.14.31",
56-
"@typescript-eslint/eslint-plugin": "^4.16.1",
57-
"@typescript-eslint/parser": "^4.16.1",
58-
"eslint": "^7.21.0",
55+
"@types/node": "^14.14.34",
56+
"@typescript-eslint/eslint-plugin": "^4.17.0",
57+
"@typescript-eslint/parser": "^4.17.0",
58+
"eslint": "^7.22.0",
5959
"husky": "^5.1.3",
6060
"jest": "^26.6.3",
6161
"jest-circus": "^26.6.3",
6262
"lint-staged": "^10.5.4",
63-
"nock": "^13.0.10",
63+
"nock": "^13.0.11",
6464
"pinst": "^2.1.6",
6565
"ts-jest": "^26.5.3",
6666
"typescript": "^4.2.3"

0 commit comments

Comments
 (0)