Skip to content

Commit 5715ed8

Browse files
Merge pull request #3958 from RedisInsight/be/feature/api-packages-nest
upgrade nest packages
2 parents e9d4a67 + 613b06b commit 5715ed8

File tree

2 files changed

+696
-678
lines changed

2 files changed

+696
-678
lines changed

redisinsight/api/package.json

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,23 @@
4545
"jest/**/micromatch": "^4.0.8",
4646
"ts-loader/micromatch": "^4.0.8",
4747
"mocha/minimatch": "^3.0.5",
48+
"@nestjs/serve-static/path-to-regexp": "^1.9.0",
49+
"@nestjs/platform-express/express": "^4.21.1",
4850
"@nestjs/platform-socket.io/socket.io": "^4.8.0",
51+
"@nestjs/cli/**/braces": "^3.0.3",
4952
"**/semver": "^7.5.2",
5053
"winston-daily-rotate-file/**/file-stream-rotator": "^1.0.0"
5154
},
5255
"dependencies": {
53-
"@nestjs/common": "^10.3.7",
54-
"@nestjs/core": "^10.3.7",
56+
"@nestjs/common": "^10.4.4",
57+
"@nestjs/core": "^10.4.4",
5558
"@nestjs/event-emitter": "^2.0.4",
5659
"@nestjs/platform-express": "^10.4.4",
5760
"@nestjs/platform-socket.io": "^10.4.4",
58-
"@nestjs/serve-static": "^3.0.0",
59-
"@nestjs/swagger": "^7.3.1",
60-
"@nestjs/typeorm": "^9.0.1",
61-
"@nestjs/websockets": "^10.3.7",
61+
"@nestjs/serve-static": "^4.0.2",
62+
"@nestjs/swagger": "^7.4.2",
63+
"@nestjs/typeorm": "^10.0.2",
64+
"@nestjs/websockets": "^10.4.4",
6265
"@okta/okta-auth-js": "^7.3.0",
6366
"@segment/analytics-node": "^2.1.3",
6467
"adm-zip": "^0.5.9",
@@ -72,15 +75,15 @@
7275
"date-fns": "^2.29.3",
7376
"detect-port": "^1.5.1",
7477
"dotenv": "^16.0.0",
75-
"express": "^4.21.0",
78+
"express": "^4.21.1",
7679
"fs-extra": "^10.0.0",
7780
"ioredis": "^5.2.2",
7881
"is-glob": "^4.0.1",
7982
"jsonwebtoken": "^9.0.2",
8083
"keytar": "^7.9.0",
8184
"lodash": "^4.17.20",
82-
"nest-winston": "^1.4.0",
83-
"nestjs-form-data": "^1.8.7",
85+
"nest-winston": "^1.9.7",
86+
"nestjs-form-data": "^1.9.91",
8487
"node-version-compare": "^1.0.3",
8588
"quicktype-core": "^23.0.116",
8689
"redis": "^4.6.10",
@@ -99,15 +102,14 @@
99102
},
100103
"devDependencies": {
101104
"@mochajs/json-file-reporter": "^1.3.0",
102-
"@nestjs/cli": "^9.1.2",
103-
"@nestjs/schematics": "^9.0.3",
104-
"@nestjs/testing": "^9.0.11",
105+
"@nestjs/cli": "^10.4.5",
106+
"@nestjs/schematics": "^10.1.4",
107+
"@nestjs/testing": "^10.4.4",
105108
"@types/adm-zip": "^0.5.0",
106109
"@types/express": "^4.17.3",
107110
"@types/jest": "^26.0.15",
108111
"@types/lodash": "^4.14.167",
109112
"@types/node": "14.14.10",
110-
"@types/socket.io": "^3.0.2",
111113
"@types/ssh2": "^1.11.6",
112114
"@types/supertest": "^2.0.8",
113115
"@typescript-eslint/eslint-plugin": "^4.8.1",
@@ -140,7 +142,7 @@
140142
"ts-node": "^9.1.1",
141143
"tsconfig-paths": "^3.9.0",
142144
"tsconfig-paths-webpack-plugin": "^3.3.0",
143-
"typescript": "^4.0.5"
145+
"typescript": "^4.8.2"
144146
},
145147
"jest": {
146148
"moduleFileExtensions": [

0 commit comments

Comments
 (0)