Skip to content

Commit 4197bc0

Browse files
ihar-tsykalaIhar
andauthored
Fix/revert commits from bot about increasing dependencies (#4329)
* Revert "Bump @nestjs/platform-fastify from 9.4.3 to 10.4.6 (#4299)" This reverts commit 5fa7655. * Revert "Bump multiformats from 13.1.0 to 13.3.1 (#4324)" This reverts commit ca7386b. * Revert "Bump @fastify/static from 7.0.4 to 8.0.2 (#4278)" This reverts commit cfc18ad. --------- Co-authored-by: Ihar <[email protected]>
1 parent 5fa7655 commit 4197bc0

File tree

3 files changed

+181
-239
lines changed

3 files changed

+181
-239
lines changed

api-gateway/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"dependencies": {
44
"@fastify/formbody": "^7.4.0",
55
"@fastify/multipart": "^8.2.0",
6-
"@fastify/static": "^8.0.2",
6+
"@fastify/static": "^7.0.0",
77
"@guardian/common": "^2.27.1",
88
"@guardian/interfaces": "^2.27.1",
99
"@nestjs/common": "^9.4.1",
1010
"@nestjs/core": "^9.4.1",
1111
"@nestjs/jwt": "^10.0.3",
1212
"@nestjs/microservices": "^9.4.1",
1313
"@nestjs/platform-express": "^9.4.2",
14-
"@nestjs/platform-fastify": "^10.4.6",
14+
"@nestjs/platform-fastify": "^9.4.2",
1515
"@nestjs/swagger": "^6.3.0",
1616
"@types/express-fileupload": "^1.4.1",
1717
"async-mutex": "^0.4.0",

indexer-worker-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@mikro-orm/core": "6.2.2",
1818
"@mikro-orm/mongodb": "6.2.2",
1919
"@mikro-orm/migrations-mongodb": "6.2.2",
20-
"multiformats": "^13.3.1"
20+
"multiformats": "^13.1.0"
2121
},
2222
"description": "",
2323
"devDependencies": {

0 commit comments

Comments
 (0)