Skip to content

Commit 08e479f

Browse files
chore: update npm dependencies
1 parent 8d8dc8c commit 08e479f

File tree

2 files changed

+132
-133
lines changed

2 files changed

+132
-133
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,26 +36,26 @@
3636
"dependencies": {
3737
"@actions/github": "^4.0.0",
3838
"@octokit/openapi-types": "^2.0.0",
39-
"@technote-space/github-action-helper": "^4.4.4",
40-
"@technote-space/github-action-log-helper": "^0.1.9"
39+
"@technote-space/github-action-helper": "^4.4.5",
40+
"@technote-space/github-action-log-helper": "^0.1.10"
4141
},
4242
"devDependencies": {
4343
"@commitlint/cli": "^11.0.0",
4444
"@commitlint/config-conventional": "^11.0.0",
4545
"@octokit/types": "^6.1.1",
46-
"@technote-space/github-action-test-helper": "^0.6.5",
47-
"@types/jest": "^26.0.16",
48-
"@types/node": "^14.14.10",
49-
"@typescript-eslint/eslint-plugin": "^4.9.0",
50-
"@typescript-eslint/parser": "^4.9.0",
46+
"@technote-space/github-action-test-helper": "^0.6.6",
47+
"@types/jest": "^26.0.19",
48+
"@types/node": "^14.14.13",
49+
"@typescript-eslint/eslint-plugin": "^4.9.1",
50+
"@typescript-eslint/parser": "^4.9.1",
5151
"eslint": "^7.15.0",
52-
"husky": "^4.3.5",
52+
"husky": "^4.3.6",
5353
"jest": "^26.6.3",
5454
"jest-circus": "^26.6.3",
5555
"lint-staged": "^10.5.3",
5656
"nock": "^13.0.5",
5757
"ts-jest": "^26.4.4",
58-
"typescript": "^4.1.2"
58+
"typescript": "^4.1.3"
5959
},
6060
"publishConfig": {
6161
"access": "public"

0 commit comments

Comments
 (0)