|
5 | 5 | "engines": { |
6 | 6 | "node": "^22.18.0 || ^24.3.0" |
7 | 7 | }, |
8 | | - "packageManager": "pnpm@10.33.0", |
| 8 | + "packageManager": "pnpm@11.0.9", |
9 | 9 | "scripts": { |
10 | 10 | "start:server": "nest start --debug --watch", |
11 | 11 | "build:server": "nest build", |
|
27 | 27 | }, |
28 | 28 | "private": true, |
29 | 29 | "dependencies": { |
30 | | - "@actions/core": "^3.0.0", |
| 30 | + "@actions/core": "^3.0.1", |
31 | 31 | "@actions/exec": "^3.0.0", |
32 | | - "@actions/http-client": "^4.0.0", |
| 32 | + "@actions/http-client": "^4.0.1", |
33 | 33 | "@fastify/compress": "^8.3.1", |
34 | 34 | "@fastify/static": "^9.1.3", |
35 | 35 | "@nestjs/common": "^11.1.19", |
36 | 36 | "@nestjs/config": "^4.0.4", |
37 | 37 | "@nestjs/core": "^11.1.19", |
38 | 38 | "@nestjs/platform-fastify": "^11.1.19", |
39 | | - "@nestjs/swagger": "^11.3.2", |
| 39 | + "@nestjs/swagger": "^11.4.2", |
40 | 40 | "@octokit/auth-app": "^8.2.0", |
41 | 41 | "@octokit/auth-oauth-app": "^9.0.3", |
42 | 42 | "@octokit/request-error": "^7.1.0", |
43 | 43 | "@octokit/rest": "^22.0.1", |
44 | | - "axios": "^1.15.2", |
| 44 | + "axios": "^1.16.0", |
45 | 45 | "class-transformer": "^0.5.1", |
46 | 46 | "class-validator": "^0.15.1", |
47 | 47 | "cli-color": "^2.0.4", |
48 | 48 | "commander": "^14.0.3", |
49 | 49 | "escape-string-regexp": "^5.0.0", |
50 | | - "fastify": "5.8.4", |
51 | | - "fs-extra": "^11.3.4", |
| 50 | + "fs-extra": "^11.3.5", |
52 | 51 | "idb-keyval": "^6.2.2", |
53 | 52 | "js-yaml": "^4.1.1", |
54 | 53 | "lazysizes": "^5.3.2", |
|
62 | 61 | "tslib": "^2.8.1" |
63 | 62 | }, |
64 | 63 | "devDependencies": { |
65 | | - "@angular/animations": "^20.3.19", |
66 | | - "@angular/build": "^20.3.24", |
| 64 | + "@angular/animations": "^20.3.20", |
| 65 | + "@angular/build": "^20.3.25", |
67 | 66 | "@angular/cdk": "^16.2.14", |
68 | | - "@angular/cli": "^20.3.24", |
69 | | - "@angular/common": "^20.3.19", |
70 | | - "@angular/compiler": "^20.3.19", |
71 | | - "@angular/compiler-cli": "^20.3.19", |
72 | | - "@angular/core": "^20.3.19", |
73 | | - "@angular/forms": "^20.3.19", |
74 | | - "@angular/language-service": "^20.3.19", |
| 67 | + "@angular/cli": "^20.3.25", |
| 68 | + "@angular/common": "^20.3.20", |
| 69 | + "@angular/compiler": "^20.3.20", |
| 70 | + "@angular/compiler-cli": "^20.3.20", |
| 71 | + "@angular/core": "^20.3.20", |
| 72 | + "@angular/forms": "^20.3.20", |
| 73 | + "@angular/language-service": "^20.3.20", |
75 | 74 | "@angular/material": "^16.2.14", |
76 | | - "@angular/platform-browser": "^20.3.19", |
77 | | - "@angular/platform-browser-dynamic": "^20.3.19", |
78 | | - "@angular/router": "^20.3.19", |
79 | | - "@angular/service-worker": "^20.3.19", |
| 75 | + "@angular/platform-browser": "^20.3.20", |
| 76 | + "@angular/platform-browser-dynamic": "^20.3.20", |
| 77 | + "@angular/router": "^20.3.20", |
| 78 | + "@angular/service-worker": "^20.3.20", |
80 | 79 | "@commander-js/extra-typings": "^14.0.0", |
81 | 80 | "@eslint/js": "^10.0.1", |
82 | | - "@jest/globals": "^30.3.0", |
| 81 | + "@jest/globals": "^30.4.1", |
83 | 82 | "@nestjs/cli": "^11.0.21", |
84 | 83 | "@nestjs/schematics": "^11.1.0", |
85 | 84 | "@nestjs/testing": "^11.1.19", |
|
88 | 87 | "@types/jest": "^30.0.0", |
89 | 88 | "@types/js-yaml": "^4.0.9", |
90 | 89 | "@types/markdown-it": "^14.1.2", |
91 | | - "@types/node": "^25.6.0", |
| 90 | + "@types/node": "^25.6.2", |
92 | 91 | "@types/supertest": "^7.2.0", |
93 | 92 | "dotenv": "^17.4.2", |
94 | 93 | "esbuild": "^0.28.0", |
95 | | - "eslint": "^10.2.1", |
| 94 | + "eslint": "^10.3.0", |
96 | 95 | "eslint-config-prettier": "^10.1.8", |
97 | 96 | "fflate": "^0.8.2", |
98 | | - "jest": "^30.3.0", |
| 97 | + "jest": "^30.4.2", |
99 | 98 | "jest-to-match-shape-of": "^1.3.2", |
100 | 99 | "material-design-icons": "^3.0.1", |
101 | 100 | "prettier": "^3.8.3", |
|
104 | 103 | "ts-jest": "^29.4.9", |
105 | 104 | "type-fest": "^5.6.0", |
106 | 105 | "typescript": "^5.9.3", |
107 | | - "typescript-eslint": "^8.59.0", |
| 106 | + "typescript-eslint": "^8.59.2", |
108 | 107 | "zone.js": "^0.15.1" |
109 | 108 | } |
110 | 109 | } |
0 commit comments