|
2 | 2 | "$schema": "https://json.schemastore.org/package.json", |
3 | 3 | "name": "prmetrics", |
4 | 4 | "publisher": "ms-omex", |
5 | | - "version": "1.7.6", |
| 5 | + "version": "1.7.7", |
6 | 6 | "description": "Augments pull request titles to let reviewers quickly determine PR size and test coverage.", |
7 | 7 | "main": "dist/index.mjs", |
8 | 8 | "type": "module", |
|
48 | 48 | "dependencies": { |
49 | 49 | "@actions/core": "1.11.1", |
50 | 50 | "@actions/exec": "1.1.1", |
51 | | - "@octokit/plugin-rest-endpoint-methods": "16.1.0", |
52 | | - "@octokit/types": "15.0.0", |
53 | | - "axios": "1.12.2", |
| 51 | + "@octokit/plugin-rest-endpoint-methods": "16.1.1", |
| 52 | + "@octokit/types": "15.0.1", |
| 53 | + "axios": "1.13.1", |
54 | 54 | "azure-devops-node-api": "15.1.1", |
55 | 55 | "azure-pipelines-task-lib": "5.2.1", |
56 | 56 | "encoding": "0.1.13", |
57 | 57 | "http-status-codes": "2.3.0", |
58 | 58 | "isomorphic-fetch": "3.0.0", |
59 | | - "octokit": "5.0.3", |
| 59 | + "octokit": "5.0.4", |
60 | 60 | "parse-git-diff": "0.0.19", |
61 | 61 | "reflect-metadata": "0.2.2", |
62 | 62 | "tsyringe": "4.10.0" |
|
65 | 65 | "@tsconfig/node20": "20.1.6", |
66 | 66 | "@types/isomorphic-fetch": "0.0.39", |
67 | 67 | "@types/mocha": "10.0.10", |
68 | | - "@types/node": "24.5.2", |
69 | | - "@typescript-eslint/eslint-plugin": "8.44.0", |
70 | | - "@typescript-eslint/parser": "8.44.0", |
| 68 | + "@types/node": "24.9.2", |
| 69 | + "@typescript-eslint/eslint-plugin": "8.46.2", |
| 70 | + "@typescript-eslint/parser": "8.46.2", |
71 | 71 | "@vercel/ncc": "0.38.4", |
72 | 72 | "c8": "10.1.3", |
73 | | - "eslint": "9.36.0", |
| 73 | + "eslint": "9.38.0", |
74 | 74 | "exitzero": "1.0.1", |
75 | 75 | "glob": "11.0.3", |
76 | 76 | "mkdirp": "3.0.1", |
77 | | - "mocha": "11.7.2", |
| 77 | + "mocha": "11.7.4", |
78 | 78 | "ncp": "2.0.0", |
79 | | - "npm-check-updates": "18.3.0", |
| 79 | + "npm-check-updates": "19.1.2", |
80 | 80 | "rimraf": "6.0.1", |
81 | 81 | "source-map-support": "0.5.21", |
82 | 82 | "tfx-cli": "0.22.1", |
83 | 83 | "ts-mockito": "2.6.1", |
84 | | - "typedoc": "0.28.13", |
85 | | - "typescript": "5.9.2", |
86 | | - "typescript-eslint": "8.44.0" |
| 84 | + "typedoc": "0.28.14", |
| 85 | + "typescript": "5.9.3", |
| 86 | + "typescript-eslint": "8.46.2" |
87 | 87 | }, |
88 | 88 | "ts-standard": { |
89 | 89 | "ignore": [ |
|
0 commit comments