|
38 | 38 | "update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
|
39 | 39 | },
|
40 | 40 | "dependencies": {
|
41 |
| - "npm-check-updates": "^16.4.1" |
| 41 | + "npm-check-updates": "^16.4.3" |
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 | 44 | "@actions/core": "^1.10.0",
|
45 | 45 | "@actions/github": "^5.1.1",
|
46 |
| - "@commitlint/cli": "^17.2.0", |
47 |
| - "@commitlint/config-conventional": "^17.2.0", |
| 46 | + "@commitlint/cli": "^17.3.0", |
| 47 | + "@commitlint/config-conventional": "^17.3.0", |
48 | 48 | "@rollup/plugin-commonjs": "^23.0.2",
|
49 | 49 | "@rollup/plugin-json": "^5.0.1",
|
50 | 50 | "@rollup/plugin-node-resolve": "^15.0.1",
|
|
55 | 55 | "@technote-space/github-action-test-helper": "^0.11.0",
|
56 | 56 | "@technote-space/release-github-actions-cli": "^1.9.3",
|
57 | 57 | "@types/node": "^18.11.9",
|
58 |
| - "@typescript-eslint/eslint-plugin": "^5.43.0", |
59 |
| - "@typescript-eslint/parser": "^5.43.0", |
60 |
| - "@vitest/coverage-c8": "^0.25.2", |
61 |
| - "eslint": "^8.27.0", |
| 58 | + "@typescript-eslint/eslint-plugin": "^5.44.0", |
| 59 | + "@typescript-eslint/parser": "^5.44.0", |
| 60 | + "@vitest/coverage-c8": "^0.25.3", |
| 61 | + "eslint": "^8.28.0", |
62 | 62 | "eslint-plugin-import": "^2.26.0",
|
63 | 63 | "husky": "^8.0.2",
|
64 | 64 | "lint-staged": "^13.0.3",
|
65 | 65 | "pinst": "^3.0.0",
|
66 |
| - "rollup": "^3.3.0", |
| 66 | + "rollup": "^3.4.0", |
67 | 67 | "typescript": "^4.9.3",
|
68 |
| - "vitest": "^0.25.2" |
| 68 | + "vitest": "^0.25.3" |
69 | 69 | },
|
70 | 70 | "publishConfig": {
|
71 | 71 | "access": "public"
|
|
0 commit comments