|
1 | 1 | { |
2 | 2 | "name": "github-helpers", |
3 | | - "packageManager": "bun@1.3.11", |
| 3 | + "packageManager": "bun@1.3.12", |
4 | 4 | "type": "module", |
5 | 5 | "private": true, |
6 | 6 | "dependencies": { |
7 | 7 | "@actions/core": "3.0.0", |
8 | | - "@actions/github": "9.0.0", |
| 8 | + "@actions/github": "9.1.0", |
9 | 9 | "@octokit/graphql-schema": "15.26.1", |
10 | 10 | "@octokit/plugin-retry": "8.1.0", |
11 | | - "axios": "1.14.0", |
| 11 | + "axios": "1.15.0", |
12 | 12 | "bluebird": "3.7.2", |
13 | 13 | "codeowners-utils": "1.0.2", |
14 | 14 | "js-yaml": "4.1.1", |
15 | 15 | "lodash": "4.18.1", |
16 | 16 | "micromatch": "4.0.8", |
17 | | - "simple-git": "3.35.2" |
| 17 | + "simple-git": "3.36.0" |
18 | 18 | }, |
19 | 19 | "devDependencies": { |
20 | 20 | "@octokit/webhooks-types": "7.6.1", |
21 | 21 | "@total-typescript/ts-reset": "0.6.1", |
22 | 22 | "@types/bluebird": "3.5.42", |
23 | | - "@types/bun": "1.3.11", |
| 23 | + "@types/bun": "1.3.12", |
24 | 24 | "@types/js-yaml": "4.0.9", |
25 | 25 | "@types/lodash.camelcase": "4.3.9", |
26 | 26 | "@types/lodash.chunk": "4.2.9", |
|
31 | 31 | "eslint": "10.2.0", |
32 | 32 | "husky": "9.1.7", |
33 | 33 | "plop": "4.0.5", |
34 | | - "prettier": "3.8.1", |
| 34 | + "prettier": "3.8.2", |
35 | 35 | "typescript": "6.0.2", |
36 | | - "typescript-eslint": "8.58.0" |
| 36 | + "typescript-eslint": "8.58.1" |
37 | 37 | }, |
38 | 38 | "scripts": { |
39 | 39 | "create-helper": "plop helper --force", |
|
0 commit comments