Skip to content

Commit 9dbb5ec

Browse files
chore: update npm dependencies
1 parent 6bfdc75 commit 9dbb5ec

File tree

2 files changed

+517
-421
lines changed

2 files changed

+517
-421
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
],
2828
"dependencies": {
2929
"@actions/core": "^1.2.4",
30-
"@actions/github": "^2.1.1",
30+
"@actions/github": "^2.2.0",
3131
"@technote-space/filter-github-action": "^0.2.12",
3232
"@technote-space/github-action-helper": "^2.0.8"
3333
},
@@ -37,16 +37,16 @@
3737
"@technote-space/github-action-test-helper": "^0.3.7",
3838
"@technote-space/release-github-actions-cli": "^1.6.2",
3939
"@types/jest": "^25.2.1",
40-
"@types/node": "^13.13.4",
40+
"@types/node": "^13.13.5",
4141
"@typescript-eslint/eslint-plugin": "^2.31.0",
4242
"@typescript-eslint/parser": "^2.31.0",
43-
"eslint": "^6.8.0",
43+
"eslint": "^7.0.0",
4444
"husky": "^4.2.5",
45-
"jest": "^26.0.0",
46-
"jest-circus": "^26.0.0",
45+
"jest": "^26.0.1",
46+
"jest-circus": "^26.0.1",
4747
"lint-staged": "^10.2.2",
4848
"nock": "^12.0.3",
49-
"ts-jest": "^25.4.0",
49+
"ts-jest": "^25.5.0",
5050
"typescript": "^3.8.3"
5151
},
5252
"publishConfig": {

0 commit comments

Comments
 (0)