|
37 | 37 | "update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
|
38 | 38 | },
|
39 | 39 | "dependencies": {
|
40 |
| - "@actions/core": "^1.5.0", |
| 40 | + "@actions/core": "^1.6.0", |
41 | 41 | "@actions/github": "^5.0.0",
|
42 |
| - "@octokit/openapi-types": "^10.6.0", |
43 |
| - "@octokit/plugin-rest-endpoint-methods": "^5.11.2", |
| 42 | + "@octokit/openapi-types": "^10.6.4", |
| 43 | + "@octokit/plugin-rest-endpoint-methods": "^5.11.4", |
44 | 44 | "@technote-space/github-action-log-helper": "^0.1.40",
|
45 | 45 | "shell-escape": "^0.2.0",
|
46 | 46 | "sprintf-js": "^1.1.2"
|
47 | 47 | },
|
48 | 48 | "devDependencies": {
|
49 |
| - "@commitlint/cli": "^13.1.0", |
50 |
| - "@commitlint/config-conventional": "^13.1.0", |
| 49 | + "@commitlint/cli": "^13.2.0", |
| 50 | + "@commitlint/config-conventional": "^13.2.0", |
51 | 51 | "@technote-space/github-action-test-helper": "^0.7.27",
|
52 | 52 | "@types/jest": "^27.0.2",
|
53 |
| - "@types/node": "^16.10.1", |
54 |
| - "@typescript-eslint/eslint-plugin": "^4.31.2", |
55 |
| - "@typescript-eslint/parser": "^4.31.2", |
| 53 | + "@types/node": "^16.10.2", |
| 54 | + "@typescript-eslint/eslint-plugin": "^4.32.0", |
| 55 | + "@typescript-eslint/parser": "^4.32.0", |
56 | 56 | "eslint": "^7.32.0",
|
57 | 57 | "husky": "^7.0.2",
|
58 |
| - "jest": "^27.2.1", |
59 |
| - "jest-circus": "^27.2.1", |
| 58 | + "jest": "^27.2.4", |
| 59 | + "jest-circus": "^27.2.4", |
60 | 60 | "lint-staged": "^11.1.2",
|
61 | 61 | "nock": "^13.1.3",
|
62 | 62 | "ts-jest": "^27.0.5",
|
|
0 commit comments