|
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.5.6" |
| 41 | + "npm-check-updates": "^16.6.0" |
42 | 42 | }, |
43 | 43 | "devDependencies": { |
44 | 44 | "@actions/core": "^1.10.0", |
45 | 45 | "@actions/github": "^5.1.1", |
46 | 46 | "@commitlint/cli": "^17.3.0", |
47 | 47 | "@commitlint/config-conventional": "^17.3.0", |
48 | | - "@rollup/plugin-commonjs": "^23.0.4", |
49 | | - "@rollup/plugin-json": "^5.0.2", |
| 48 | + "@rollup/plugin-commonjs": "^24.0.0", |
| 49 | + "@rollup/plugin-json": "^6.0.0", |
50 | 50 | "@rollup/plugin-node-resolve": "^15.0.1", |
51 | 51 | "@rollup/plugin-typescript": "^10.0.1", |
52 | 52 | "@sindresorhus/tsconfig": "^3.0.1", |
53 | 53 | "@technote-space/github-action-helper": "^5.3.10", |
54 | 54 | "@technote-space/github-action-pr-helper": "^2.4.0", |
55 | 55 | "@technote-space/github-action-test-helper": "^0.11.1", |
56 | 56 | "@technote-space/release-github-actions-cli": "^1.9.3", |
57 | | - "@types/node": "^18.11.15", |
58 | | - "@typescript-eslint/eslint-plugin": "^5.46.1", |
59 | | - "@typescript-eslint/parser": "^5.46.1", |
60 | | - "@vitest/coverage-c8": "^0.25.8", |
61 | | - "eslint": "^8.29.0", |
| 57 | + "@types/node": "^18.11.17", |
| 58 | + "@typescript-eslint/eslint-plugin": "^5.47.0", |
| 59 | + "@typescript-eslint/parser": "^5.47.0", |
| 60 | + "@vitest/coverage-c8": "^0.26.0", |
| 61 | + "eslint": "^8.30.0", |
62 | 62 | "eslint-plugin-import": "^2.26.0", |
63 | 63 | "husky": "^8.0.2", |
64 | 64 | "lint-staged": "^13.1.0", |
65 | 65 | "pinst": "^3.0.0", |
66 | | - "rollup": "^3.7.4", |
| 66 | + "rollup": "^3.7.5", |
67 | 67 | "typescript": "^4.9.4", |
68 | | - "vitest": "^0.25.8" |
| 68 | + "vitest": "^0.26.1" |
69 | 69 | }, |
70 | 70 | "publishConfig": { |
71 | 71 | "access": "public" |
|
0 commit comments