Skip to content

Commit a3fc189

Browse files
build: fix deps
1 parent 1a6f83e commit a3fc189

2 files changed

Lines changed: 26 additions & 47 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"@actions/core": "^3.0.0",
3131
"@actions/exec": "^3.0.0",
3232
"@actions/http-client": "^4.0.0",
33+
"@fastify/compress": "^8.3.1",
3334
"@fastify/static": "^9.1.3",
3435
"@nestjs/common": "^11.1.19",
3536
"@nestjs/config": "^4.0.4",
@@ -46,7 +47,7 @@
4647
"cli-color": "^2.0.4",
4748
"commander": "^14.0.3",
4849
"escape-string-regexp": "^5.0.0",
49-
"fastify": "^5.8.5",
50+
"fastify": "5.8.4",
5051
"fs-extra": "^11.3.4",
5152
"idb-keyval": "^6.2.2",
5253
"js-yaml": "^4.1.1",
@@ -78,7 +79,6 @@
7879
"@angular/service-worker": "^20.3.19",
7980
"@commander-js/extra-typings": "^14.0.0",
8081
"@eslint/js": "^10.0.1",
81-
"@fastify/compress": "^8.3.1",
8282
"@jest/globals": "^30.3.0",
8383
"@nestjs/cli": "^11.0.21",
8484
"@nestjs/schematics": "^11.1.0",
@@ -105,6 +105,6 @@
105105
"type-fest": "^5.6.0",
106106
"typescript": "^5.9.3",
107107
"typescript-eslint": "^8.59.0",
108-
"zone.js": "^0.16.1"
108+
"zone.js": "^0.15.1"
109109
}
110110
}

pnpm-lock.yaml

Lines changed: 23 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)