Skip to content

Commit dead1cc

Browse files
build: update deps
1 parent 6b3f87e commit dead1cc

3 files changed

Lines changed: 1019 additions & 948 deletions

File tree

package.json

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"engines": {
66
"node": "^22.18.0 || ^24.3.0"
77
},
8-
"packageManager": "pnpm@10.33.0",
8+
"packageManager": "pnpm@11.0.9",
99
"scripts": {
1010
"start:server": "nest start --debug --watch",
1111
"build:server": "nest build",
@@ -27,28 +27,27 @@
2727
},
2828
"private": true,
2929
"dependencies": {
30-
"@actions/core": "^3.0.0",
30+
"@actions/core": "^3.0.1",
3131
"@actions/exec": "^3.0.0",
32-
"@actions/http-client": "^4.0.0",
32+
"@actions/http-client": "^4.0.1",
3333
"@fastify/compress": "^8.3.1",
3434
"@fastify/static": "^9.1.3",
3535
"@nestjs/common": "^11.1.19",
3636
"@nestjs/config": "^4.0.4",
3737
"@nestjs/core": "^11.1.19",
3838
"@nestjs/platform-fastify": "^11.1.19",
39-
"@nestjs/swagger": "^11.3.2",
39+
"@nestjs/swagger": "^11.4.2",
4040
"@octokit/auth-app": "^8.2.0",
4141
"@octokit/auth-oauth-app": "^9.0.3",
4242
"@octokit/request-error": "^7.1.0",
4343
"@octokit/rest": "^22.0.1",
44-
"axios": "^1.15.2",
44+
"axios": "^1.16.0",
4545
"class-transformer": "^0.5.1",
4646
"class-validator": "^0.15.1",
4747
"cli-color": "^2.0.4",
4848
"commander": "^14.0.3",
4949
"escape-string-regexp": "^5.0.0",
50-
"fastify": "5.8.4",
51-
"fs-extra": "^11.3.4",
50+
"fs-extra": "^11.3.5",
5251
"idb-keyval": "^6.2.2",
5352
"js-yaml": "^4.1.1",
5453
"lazysizes": "^5.3.2",
@@ -62,24 +61,24 @@
6261
"tslib": "^2.8.1"
6362
},
6463
"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",
6766
"@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",
7574
"@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",
8079
"@commander-js/extra-typings": "^14.0.0",
8180
"@eslint/js": "^10.0.1",
82-
"@jest/globals": "^30.3.0",
81+
"@jest/globals": "^30.4.1",
8382
"@nestjs/cli": "^11.0.21",
8483
"@nestjs/schematics": "^11.1.0",
8584
"@nestjs/testing": "^11.1.19",
@@ -88,14 +87,14 @@
8887
"@types/jest": "^30.0.0",
8988
"@types/js-yaml": "^4.0.9",
9089
"@types/markdown-it": "^14.1.2",
91-
"@types/node": "^25.6.0",
90+
"@types/node": "^25.6.2",
9291
"@types/supertest": "^7.2.0",
9392
"dotenv": "^17.4.2",
9493
"esbuild": "^0.28.0",
95-
"eslint": "^10.2.1",
94+
"eslint": "^10.3.0",
9695
"eslint-config-prettier": "^10.1.8",
9796
"fflate": "^0.8.2",
98-
"jest": "^30.3.0",
97+
"jest": "^30.4.2",
9998
"jest-to-match-shape-of": "^1.3.2",
10099
"material-design-icons": "^3.0.1",
101100
"prettier": "^3.8.3",
@@ -104,7 +103,7 @@
104103
"ts-jest": "^29.4.9",
105104
"type-fest": "^5.6.0",
106105
"typescript": "^5.9.3",
107-
"typescript-eslint": "^8.59.0",
106+
"typescript-eslint": "^8.59.2",
108107
"zone.js": "^0.15.1"
109108
}
110109
}

0 commit comments

Comments
 (0)