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