Skip to content

Commit b6e82df

Browse files
chore: update npm dependencies
1 parent dd5c785 commit b6e82df

File tree

2 files changed

+338
-344
lines changed

2 files changed

+338
-344
lines changed

package.json

Lines changed: 5 additions & 5 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
"shell-escape": "^0.2.0",
3232
"sprintf-js": "^1.1.2"
3333
},
@@ -36,16 +36,16 @@
3636
"@commitlint/config-conventional": "^8.3.4",
3737
"@technote-space/github-action-test-helper": "^0.3.7",
3838
"@types/jest": "^25.2.1",
39-
"@types/node": "^13.13.4",
39+
"@types/node": "^13.13.5",
4040
"@typescript-eslint/eslint-plugin": "^2.31.0",
4141
"@typescript-eslint/parser": "^2.31.0",
4242
"eslint": "^6.8.0",
4343
"husky": "^4.2.5",
44-
"jest": "^26.0.0",
45-
"jest-circus": "^26.0.0",
44+
"jest": "^26.0.1",
45+
"jest-circus": "^26.0.1",
4646
"lint-staged": "^10.2.2",
4747
"nock": "^12.0.3",
48-
"ts-jest": "^25.4.0",
48+
"ts-jest": "^25.5.0",
4949
"typescript": "^3.8.3"
5050
},
5151
"publishConfig": {

0 commit comments

Comments
 (0)