|
37 | 37 | "postgres:migration:run": "yarn postgres migration:run" |
38 | 38 | }, |
39 | 39 | "dependencies": { |
40 | | - "@golevelup/ts-jest": "^0.3.3", |
41 | | - "@nestjs/axios": "^3.0.2", |
42 | | - "@nestjs/common": "^10.3.7", |
43 | | - "@nestjs/config": "^3.2.2", |
44 | | - "@nestjs/core": "^10.3.7", |
45 | | - "@nestjs/passport": "^10.0.3", |
46 | | - "@nestjs/platform-express": "^10.3.7", |
47 | | - "@nestjs/schedule": "^4.0.2", |
48 | | - "@nestjs/swagger": "^7.3.1", |
49 | | - "@nestjs/typeorm": "^10.0.2", |
| 40 | + "@nestjs/axios": "^4.0.1", |
| 41 | + "@nestjs/common": "^11.1.6", |
| 42 | + "@nestjs/config": "^4.0.2", |
| 43 | + "@nestjs/core": "^11.1.6", |
| 44 | + "@nestjs/passport": "^11.0.5", |
| 45 | + "@nestjs/platform-express": "^11.1.6", |
| 46 | + "@nestjs/schedule": "^6.0.1", |
| 47 | + "@nestjs/swagger": "^11.2.0", |
| 48 | + "@nestjs/typeorm": "^11.0.0", |
50 | 49 | "@polymeshassociation/fireblocks-signing-manager": "^2.5.0", |
51 | | - "@polymeshassociation/hashicorp-vault-signing-manager": "^3.4.0", |
52 | | - "@polymeshassociation/local-signing-manager": "^3.3.0", |
| 50 | + "@polymeshassociation/hashicorp-vault-signing-manager": "^3.5.0", |
| 51 | + "@polymeshassociation/local-signing-manager": "^3.5.2", |
53 | 52 | "@polymeshassociation/polymesh-sdk": "28.0.0", |
54 | 53 | "@polymeshassociation/polymesh-types": "^6.2.0", |
55 | | - "@polymeshassociation/signing-manager-types": "^3.2.0", |
| 54 | + "@polymeshassociation/signing-manager-types": "^3.4.2", |
56 | 55 | "class-transformer": "0.5.1", |
57 | 56 | "class-validator": "^0.14.0", |
58 | | - "joi": "17.4.0", |
59 | | - "json-stable-stringify": "^1.0.2", |
| 57 | + "joi": "18.0.1", |
| 58 | + "json-stable-stringify": "^1.3.0", |
60 | 59 | "lodash": "4.17.21", |
61 | 60 | "passport": "^0.7.0", |
62 | 61 | "passport-custom": "^1.1.1", |
63 | 62 | "passport-headerapikey": "^1.2.2", |
64 | | - "pg": "^8.11.5", |
| 63 | + "pg": "^8.16.3", |
65 | 64 | "reflect-metadata": "0.2.2", |
66 | 65 | "rhea-promise": "^3.0.1", |
67 | 66 | "rimraf": "3.0.2", |
68 | | - "rxjs": "^7.5.7", |
69 | | - "swagger-ui-express": "5.0.0", |
70 | | - "typeorm": "^0.3.17" |
| 67 | + "rxjs": "^7.8.2", |
| 68 | + "swagger-ui-express": "5.0.1", |
| 69 | + "typeorm": "^0.3.27" |
71 | 70 | }, |
72 | 71 | "devDependencies": { |
73 | 72 | "@babel/plugin-transform-modules-commonjs": "7.22.11", |
74 | | - "@commitlint/cli": "^17.7.1", |
75 | | - "@commitlint/config-conventional": "^17.7.0", |
76 | | - "@nestjs/cli": "^10.1.17", |
77 | | - "@nestjs/schematics": "^10.0.2", |
78 | | - "@nestjs/testing": "^10.2.4", |
| 73 | + "@commitlint/cli": "^20.1.0", |
| 74 | + "@commitlint/config-conventional": "^20.0.0", |
| 75 | + "@golevelup/ts-jest": "^0.3.3", |
| 76 | + "@nestjs/cli": "^11.0.10", |
| 77 | + "@nestjs/schematics": "^11.0.8", |
| 78 | + "@nestjs/testing": "^11.1.6", |
79 | 79 | "@semantic-release/changelog": "^6.0.3", |
80 | | - "@semantic-release/exec": "^6.0.3", |
81 | | - "@semantic-release/npm": "^11.0.0", |
82 | | - "@types/axios": "^0.14.0", |
83 | | - "@types/cron": "^1.7.3", |
84 | | - "@types/express": "4.17.17", |
85 | | - "@types/jest": "29.5.4", |
86 | | - "@types/jest-when": "^3.5.2", |
87 | | - "@types/json-stable-stringify": "^1.0.34", |
| 80 | + "@semantic-release/exec": "^7.1.0", |
| 81 | + "@semantic-release/npm": "^12.0.2", |
| 82 | + "@types/axios": "^0.14.4", |
| 83 | + "@types/cron": "^2.4.3", |
| 84 | + "@types/express": "5.0.3", |
| 85 | + "@types/jest": "30.0.0", |
| 86 | + "@types/jest-when": "^3.5.5", |
| 87 | + "@types/json-stable-stringify": "^1.2.0", |
88 | 88 | "@types/lodash": "^4.14.197", |
89 | 89 | "@types/node": "^18.15.11", |
90 | | - "@types/passport": "^1.0.11", |
91 | | - "@types/supertest": "2.0.12", |
| 90 | + "@types/passport": "^1.0.17", |
| 91 | + "@types/supertest": "6.0.3", |
92 | 92 | "@typescript-eslint/eslint-plugin": "6.9.1", |
93 | 93 | "@typescript-eslint/parser": "6.9.1", |
94 | 94 | "@zerollup/ts-transform-paths": "1.7.11", |
|
104 | 104 | "eslint-plugin-simple-import-sort": "10.0.0", |
105 | 105 | "husky": "8.0.3", |
106 | 106 | "jest": "29.7.0", |
107 | | - "jest-when": "^3.6.0", |
| 107 | + "jest-when": "^3.7.0", |
108 | 108 | "lint-staged": "14.0.1", |
| 109 | + "path-to-regexp": "^8.3.0", |
109 | 110 | "prettier": "2.8.8", |
110 | 111 | "prettier-eslint": "15.0.1", |
111 | 112 | "prettier-eslint-cli": "7.1.0", |
112 | | - "semantic-release": "^22.0.0", |
113 | | - "supertest": "6.1.3", |
114 | | - "ts-jest": "29.1.1", |
115 | | - "ts-loader": "9.4.4", |
116 | | - "ts-node": "10.9.1", |
| 113 | + "semantic-release": "^24.2.9", |
| 114 | + "supertest": "7.1.4", |
| 115 | + "ts-jest": "29.4.4", |
| 116 | + "ts-loader": "9.5.4", |
| 117 | + "ts-node": "10.9.2", |
117 | 118 | "tsconfig-paths": "^4.2.0", |
118 | 119 | "typescript": "4.8.2" |
119 | 120 | }, |
|
0 commit comments