Skip to content

Commit f5bdc81

Browse files
chore: update npm dependencies
1 parent f1ee2c0 commit f5bdc81

File tree

2 files changed

+143
-160
lines changed

2 files changed

+143
-160
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,26 +28,26 @@
2828
"dependencies": {
2929
"@actions/core": "^1.2.4",
3030
"@actions/github": "^4.0.0",
31-
"@octokit/plugin-rest-endpoint-methods": "^4.1.0",
31+
"@octokit/plugin-rest-endpoint-methods": "^4.1.2",
3232
"shell-escape": "^0.2.0",
3333
"sprintf-js": "^1.1.2"
3434
},
3535
"devDependencies": {
3636
"@commitlint/cli": "^9.1.1",
3737
"@commitlint/config-conventional": "^9.1.1",
3838
"@technote-space/github-action-test-helper": "^0.5.3",
39-
"@types/jest": "^26.0.4",
40-
"@types/node": "^14.0.23",
41-
"@typescript-eslint/eslint-plugin": "^3.6.1",
42-
"@typescript-eslint/parser": "^3.6.1",
43-
"eslint": "^7.4.0",
39+
"@types/jest": "^26.0.6",
40+
"@types/node": "^14.0.24",
41+
"@typescript-eslint/eslint-plugin": "^3.7.0",
42+
"@typescript-eslint/parser": "^3.7.0",
43+
"eslint": "^7.5.0",
4444
"husky": "^4.2.5",
4545
"jest": "^26.1.0",
4646
"jest-circus": "^26.1.0",
4747
"lint-staged": "^10.2.11",
4848
"nock": "^13.0.2",
49-
"ts-jest": "^26.1.2",
50-
"typescript": "^3.9.6"
49+
"ts-jest": "^26.1.3",
50+
"typescript": "^3.9.7"
5151
},
5252
"publishConfig": {
5353
"access": "public"

0 commit comments

Comments
 (0)