@maci-protocol/relayer 0.0.0-ci.2df0337 → 0.0.0-ci.2ea88a0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maci-protocol/relayer",
3
- "version": "0.0.0-ci.2df0337",
3
+ "version": "0.0.0-ci.2ea88a0",
4
4
  "private": false,
5
5
  "description": "Relayer service for MACI",
6
6
  "main": "build/ts/main.js",
@@ -27,31 +27,31 @@
27
27
  "types": "tsc -p tsconfig.json --noEmit"
28
28
  },
29
29
  "dependencies": {
30
- "@helia/json": "^4.0.3",
31
- "@maci-protocol/domainobjs": "0.0.0-ci.2df0337",
32
- "@maci-protocol/sdk": "0.0.0-ci.2df0337",
33
- "@maci-protocol/testing": "0.0.0-ci.2df0337",
34
- "@nestjs/common": "^11.0.17",
35
- "@nestjs/core": "^11.0.20",
30
+ "@helia/json": "^4.0.6",
31
+ "@maci-protocol/domainobjs": "0.0.0-ci.2ea88a0",
32
+ "@maci-protocol/sdk": "0.0.0-ci.2ea88a0",
33
+ "@maci-protocol/testing": "0.0.0-ci.2ea88a0",
34
+ "@nestjs/common": "^11.1.5",
35
+ "@nestjs/core": "^11.1.5",
36
36
  "@nestjs/mongoose": "^11.0.3",
37
- "@nestjs/platform-express": "^11.0.20",
38
- "@nestjs/platform-socket.io": "^11.0.17",
39
- "@nestjs/schedule": "^5.0.1",
40
- "@nestjs/swagger": "^11.1.1",
37
+ "@nestjs/platform-express": "^11.1.6",
38
+ "@nestjs/platform-socket.io": "^11.1.6",
39
+ "@nestjs/schedule": "^6.0.0",
40
+ "@nestjs/swagger": "^11.2.0",
41
41
  "@nestjs/throttler": "^6.4.0",
42
- "@nestjs/websockets": "^11.0.20",
43
- "@nomicfoundation/hardhat-ethers": "^3.0.8",
44
- "@nomicfoundation/hardhat-toolbox": "^5.0.0",
42
+ "@nestjs/websockets": "^11.1.6",
43
+ "@nomicfoundation/hardhat-ethers": "^3.1.0",
44
+ "@nomicfoundation/hardhat-toolbox": "^6.1.0",
45
45
  "class-transformer": "^0.5.1",
46
- "class-validator": "^0.14.1",
46
+ "class-validator": "^0.14.2",
47
47
  "date-fns": "^4.1.0",
48
- "dotenv": "^16.5.0",
49
- "ethers": "^6.13.5",
50
- "hardhat": "^2.23.0",
51
- "helia": "^5.3.0",
48
+ "dotenv": "^17.2.2",
49
+ "ethers": "^6.15.0",
50
+ "hardhat": "^2.25.0",
51
+ "helia": "^5.4.2",
52
52
  "helmet": "^8.1.0",
53
53
  "lodash": "^4.17.21",
54
- "mongoose": "^8.13.2",
54
+ "mongoose": "^8.18.1",
55
55
  "multiformats": "^13.3.2",
56
56
  "mustache": "^4.2.0",
57
57
  "reflect-metadata": "^0.2.0",
@@ -59,21 +59,21 @@
59
59
  "ts-node": "^10.9.1"
60
60
  },
61
61
  "devDependencies": {
62
- "@jest/globals": "^29.7.0",
63
- "@nestjs/cli": "^11.0.6",
64
- "@nestjs/schematics": "^11.0.5",
65
- "@nestjs/testing": "^11.0.19",
66
- "@types/express": "^5.0.1",
67
- "@types/jest": "^29.5.2",
68
- "@types/lodash": "^4.17.16",
69
- "@types/node": "^22.14.0",
62
+ "@jest/globals": "^30.0.5",
63
+ "@nestjs/cli": "^11.0.10",
64
+ "@nestjs/schematics": "^11.0.7",
65
+ "@nestjs/testing": "^11.1.5",
66
+ "@types/express": "^5.0.3",
67
+ "@types/jest": "^30.0.0",
68
+ "@types/lodash": "^4.17.20",
69
+ "@types/node": "^24.11.0",
70
70
  "@types/supertest": "^6.0.2",
71
- "fast-check": "^4.1.1",
72
- "jest": "^29.5.0",
73
- "mongodb-memory-server": "^10.1.4",
74
- "supertest": "^7.0.0",
75
- "ts-jest": "^29.3.0",
76
- "typescript": "^5.8.3"
71
+ "fast-check": "^4.2.0",
72
+ "jest": "^30.2.0",
73
+ "mongodb-memory-server": "^11.0.1",
74
+ "supertest": "^7.1.4",
75
+ "ts-jest": "^29.4.1",
76
+ "typescript": "^5.9.2"
77
77
  },
78
- "gitHead": "5402e150a9069c30d2722295409526a4434cedc7"
78
+ "gitHead": "2f9243d0f6d927b1da917f1de54a8869fb86ade4"
79
79
  }