Skip to content

Commit f641cc4

Browse files
chore: update npm dependencies
1 parent 4554ccf commit f641cc4

File tree

2 files changed

+114
-121
lines changed

2 files changed

+114
-121
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
4242
},
4343
"dependencies": {
44-
"@technote-space/github-action-helper": "^5.2.23",
45-
"@technote-space/github-action-log-helper": "^0.1.41",
44+
"@technote-space/github-action-helper": "^5.2.24",
45+
"@technote-space/github-action-log-helper": "^0.1.43",
4646
"@technote-space/release-github-actions": "^7.1.0",
4747
"commander": "^8.3.0",
4848
"cosmiconfig": "^7.0.1",
@@ -52,19 +52,19 @@
5252
"devDependencies": {
5353
"@commitlint/cli": "^15.0.0",
5454
"@commitlint/config-conventional": "^15.0.0",
55-
"@technote-space/github-action-test-helper": "^0.7.28",
55+
"@technote-space/github-action-test-helper": "^0.7.29",
5656
"@types/jest": "^27.0.3",
57-
"@types/node": "^16.11.11",
58-
"@typescript-eslint/eslint-plugin": "^5.5.0",
59-
"@typescript-eslint/parser": "^5.5.0",
60-
"eslint": "^8.3.0",
57+
"@types/node": "^16.11.12",
58+
"@typescript-eslint/eslint-plugin": "^5.6.0",
59+
"@typescript-eslint/parser": "^5.6.0",
60+
"eslint": "^8.4.1",
6161
"husky": "^7.0.4",
6262
"jest": "^27.4.3",
6363
"jest-circus": "^27.4.2",
6464
"lint-staged": "^12.1.2",
6565
"pinst": "^2.1.6",
66-
"ts-jest": "^27.0.7",
67-
"typescript": "^4.5.2"
66+
"ts-jest": "^27.1.1",
67+
"typescript": "^4.5.3"
6868
},
6969
"publishConfig": {
7070
"access": "public"

0 commit comments

Comments
 (0)