|
5 | 5 | "engines": { |
6 | 6 | "node": "^22.18.0 || ^24.3.0" |
7 | 7 | }, |
8 | | - "packageManager": "pnpm@10.32.1", |
| 8 | + "packageManager": "pnpm@10.33.0", |
9 | 9 | "scripts": { |
10 | 10 | "start:server": "nest start --debug --watch", |
11 | 11 | "build:server": "nest build", |
|
30 | 30 | "@actions/core": "^3.0.0", |
31 | 31 | "@actions/exec": "^3.0.0", |
32 | 32 | "@actions/http-client": "^4.0.0", |
33 | | - "@fastify/static": "^9.0.0", |
34 | | - "@nestjs/common": "^11.1.17", |
35 | | - "@nestjs/config": "^4.0.3", |
36 | | - "@nestjs/core": "^11.1.17", |
37 | | - "@nestjs/platform-fastify": "^11.1.17", |
38 | | - "@nestjs/swagger": "^11.2.6", |
| 33 | + "@fastify/static": "^9.1.3", |
| 34 | + "@nestjs/common": "^11.1.19", |
| 35 | + "@nestjs/config": "^4.0.4", |
| 36 | + "@nestjs/core": "^11.1.19", |
| 37 | + "@nestjs/platform-fastify": "^11.1.19", |
| 38 | + "@nestjs/swagger": "^11.3.2", |
39 | 39 | "@octokit/auth-app": "^8.2.0", |
40 | 40 | "@octokit/auth-oauth-app": "^9.0.3", |
41 | 41 | "@octokit/request-error": "^7.1.0", |
42 | 42 | "@octokit/rest": "^22.0.1", |
43 | | - "axios": "^1.13.6", |
| 43 | + "axios": "^1.15.1", |
44 | 44 | "class-transformer": "^0.5.1", |
45 | 45 | "class-validator": "^0.15.1", |
46 | 46 | "cli-color": "^2.0.4", |
47 | 47 | "commander": "^14.0.3", |
48 | 48 | "escape-string-regexp": "^5.0.0", |
49 | | - "fastify": "^5.8.2", |
| 49 | + "fastify": "^5.8.5", |
50 | 50 | "fs-extra": "^11.3.4", |
51 | 51 | "idb-keyval": "^6.2.2", |
52 | 52 | "js-yaml": "^4.1.1", |
53 | 53 | "lazysizes": "^5.3.2", |
54 | 54 | "linkify-it": "^5.0.0", |
55 | 55 | "markdown-it": "^14.1.1", |
56 | 56 | "node-cache": "^5.1.2", |
57 | | - "parse5": "^8.0.0", |
| 57 | + "parse5": "^8.0.1", |
58 | 58 | "reflect-metadata": "^0.2.2", |
59 | 59 | "rxjs": "^7.8.2", |
60 | | - "simple-git": "^3.33.0", |
| 60 | + "simple-git": "^3.36.0", |
61 | 61 | "tslib": "^2.8.1" |
62 | 62 | }, |
63 | 63 | "devDependencies": { |
64 | | - "@angular/animations": "^21.2.5", |
65 | | - "@angular/build": "^21.2.3", |
| 64 | + "@angular/animations": "^20.3.12", |
| 65 | + "@angular/build": "^20.3.10", |
66 | 66 | "@angular/cdk": "^16.2.14", |
67 | | - "@angular/cli": "^21.2.3", |
68 | | - "@angular/common": "^21.2.5", |
69 | | - "@angular/compiler": "^21.2.5", |
70 | | - "@angular/compiler-cli": "^21.2.5", |
71 | | - "@angular/core": "^21.2.5", |
72 | | - "@angular/forms": "^21.2.5", |
73 | | - "@angular/language-service": "^21.2.5", |
| 67 | + "@angular/cli": "^20.3.10", |
| 68 | + "@angular/common": "^20.3.12", |
| 69 | + "@angular/compiler": "^20.3.12", |
| 70 | + "@angular/compiler-cli": "^20.3.12", |
| 71 | + "@angular/core": "^20.3.12", |
| 72 | + "@angular/forms": "^20.3.12", |
| 73 | + "@angular/language-service": "^20.3.12", |
74 | 74 | "@angular/material": "^16.2.14", |
75 | | - "@angular/platform-browser": "^21.2.5", |
76 | | - "@angular/platform-browser-dynamic": "^21.2.5", |
77 | | - "@angular/router": "^21.2.5", |
78 | | - "@angular/service-worker": "^21.2.5", |
| 75 | + "@angular/platform-browser": "^20.3.12", |
| 76 | + "@angular/platform-browser-dynamic": "^20.3.12", |
| 77 | + "@angular/router": "^20.3.12", |
| 78 | + "@angular/service-worker": "^20.3.12", |
79 | 79 | "@commander-js/extra-typings": "^14.0.0", |
80 | 80 | "@eslint/js": "^10.0.1", |
81 | 81 | "@fastify/compress": "^8.3.1", |
82 | 82 | "@jest/globals": "^30.3.0", |
83 | | - "@nestjs/cli": "^11.0.16", |
84 | | - "@nestjs/schematics": "^11.0.9", |
85 | | - "@nestjs/testing": "^11.1.17", |
| 83 | + "@nestjs/cli": "^11.0.21", |
| 84 | + "@nestjs/schematics": "^11.1.0", |
| 85 | + "@nestjs/testing": "^11.1.19", |
86 | 86 | "@types/cli-color": "^2.0.6", |
87 | 87 | "@types/fs-extra": "^11.0.4", |
88 | 88 | "@types/jest": "^30.0.0", |
89 | 89 | "@types/js-yaml": "^4.0.9", |
90 | 90 | "@types/markdown-it": "^14.1.2", |
91 | | - "@types/node": "^25.5.0", |
| 91 | + "@types/node": "^25.6.0", |
92 | 92 | "@types/supertest": "^7.2.0", |
93 | | - "dotenv": "^17.3.1", |
94 | | - "esbuild": "^0.27.4", |
95 | | - "eslint": "^10.1.0", |
| 93 | + "dotenv": "^17.4.2", |
| 94 | + "esbuild": "^0.27.7", |
| 95 | + "eslint": "^10.2.1", |
96 | 96 | "eslint-config-prettier": "^10.1.8", |
97 | 97 | "fflate": "^0.8.2", |
98 | 98 | "jest": "^30.3.0", |
99 | 99 | "jest-to-match-shape-of": "^1.3.2", |
100 | 100 | "material-design-icons": "^3.0.1", |
101 | | - "prettier": "^3.8.1", |
| 101 | + "prettier": "^3.8.3", |
102 | 102 | "rimraf": "^6.1.3", |
103 | 103 | "supertest": "^7.2.2", |
104 | | - "ts-jest": "^29.4.6", |
105 | | - "type-fest": "^5.5.0", |
| 104 | + "ts-jest": "^29.4.9", |
| 105 | + "type-fest": "^5.6.0", |
106 | 106 | "typescript": "^5.9.3", |
107 | | - "typescript-eslint": "^8.57.1", |
| 107 | + "typescript-eslint": "^8.59.0", |
108 | 108 | "zone.js": "^0.16.1" |
109 | 109 | } |
110 | 110 | } |
0 commit comments