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

Commit 80c2dc8

Browse files
committedFeb 28, 2021
chore: update npm dependencies
1 parent 68484bd commit 80c2dc8

File tree

2 files changed

+175
-181
lines changed

2 files changed

+175
-181
lines changed
 

‎package.json

+10-10
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.1.1",
43-
"@octokit/plugin-paginate-rest": "^2.10.0",
44-
"@octokit/plugin-rest-endpoint-methods": "^4.12.2",
45-
"@octokit/types": "^6.10.1",
42+
"@octokit/openapi-types": "^5.2.0",
43+
"@octokit/plugin-paginate-rest": "^2.11.0",
44+
"@octokit/plugin-rest-endpoint-methods": "^4.13.0",
45+
"@octokit/types": "^6.11.0",
4646
"@technote-space/github-action-helper": "^5.2.2",
47-
"@technote-space/github-action-log-helper": "^0.1.19"
47+
"@technote-space/github-action-log-helper": "^0.1.20"
4848
},
4949
"devDependencies": {
50-
"@commitlint/cli": "^12.0.0",
51-
"@commitlint/config-conventional": "^12.0.0",
52-
"@technote-space/github-action-test-helper": "^0.7.2",
50+
"@commitlint/cli": "^12.0.1",
51+
"@commitlint/config-conventional": "^12.0.1",
52+
"@technote-space/github-action-test-helper": "^0.7.3",
5353
"@technote-space/release-github-actions-cli": "^1.8.4",
5454
"@types/jest": "^26.0.20",
5555
"@types/node": "^14.14.31",
5656
"@typescript-eslint/eslint-plugin": "^4.15.2",
5757
"@typescript-eslint/parser": "^4.15.2",
58-
"eslint": "^7.20.0",
58+
"eslint": "^7.21.0",
5959
"husky": "^5.1.1",
6060
"jest": "^26.6.3",
6161
"jest-circus": "^26.6.3",
6262
"lint-staged": "^10.5.4",
63-
"nock": "^13.0.8",
63+
"nock": "^13.0.9",
6464
"pinst": "^2.1.6",
6565
"ts-jest": "^26.5.2",
6666
"typescript": "^4.2.2"

0 commit comments

Comments
 (0)
This repository has been archived.