@lenne.tech/nest-server 11.10.5 → 11.10.6
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/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +31 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lenne.tech/nest-server",
|
|
3
|
-
"version": "11.10.
|
|
3
|
+
"version": "11.10.6",
|
|
4
4
|
"description": "Modern, fast, powerful Node.js web framework in TypeScript based on Nest with a GraphQL API and a connection to MongoDB (or other databases).",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"node",
|
|
@@ -78,27 +78,27 @@
|
|
|
78
78
|
"node": ">= 20"
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
|
-
"@apollo/server": "5.
|
|
81
|
+
"@apollo/server": "5.3.0",
|
|
82
82
|
"@as-integrations/express5": "1.1.2",
|
|
83
|
-
"@better-auth/passkey": "1.4.
|
|
83
|
+
"@better-auth/passkey": "1.4.17",
|
|
84
84
|
"@getbrevo/brevo": "3.0.1",
|
|
85
85
|
"@nestjs/apollo": "13.2.3",
|
|
86
|
-
"@nestjs/common": "11.1.
|
|
87
|
-
"@nestjs/core": "11.1.
|
|
86
|
+
"@nestjs/common": "11.1.12",
|
|
87
|
+
"@nestjs/core": "11.1.12",
|
|
88
88
|
"@nestjs/graphql": "13.2.3",
|
|
89
89
|
"@nestjs/jwt": "11.0.2",
|
|
90
90
|
"@nestjs/mongoose": "11.0.4",
|
|
91
91
|
"@nestjs/passport": "11.0.5",
|
|
92
|
-
"@nestjs/platform-express": "11.1.
|
|
92
|
+
"@nestjs/platform-express": "11.1.12",
|
|
93
93
|
"@nestjs/schedule": "6.1.0",
|
|
94
|
-
"@nestjs/swagger": "11.2.
|
|
94
|
+
"@nestjs/swagger": "11.2.5",
|
|
95
95
|
"@nestjs/terminus": "11.0.0",
|
|
96
|
-
"@nestjs/websockets": "11.1.
|
|
96
|
+
"@nestjs/websockets": "11.1.12",
|
|
97
97
|
"@tus/file-store": "2.0.0",
|
|
98
98
|
"@tus/server": "2.3.0",
|
|
99
99
|
"apollo-server-core": "3.13.0",
|
|
100
100
|
"bcrypt": "6.0.0",
|
|
101
|
-
"better-auth": "1.4.
|
|
101
|
+
"better-auth": "1.4.17",
|
|
102
102
|
"class-transformer": "0.5.1",
|
|
103
103
|
"class-validator": "0.14.3",
|
|
104
104
|
"compression": "1.8.1",
|
|
@@ -112,12 +112,12 @@
|
|
|
112
112
|
"graphql-upload": "15.0.2",
|
|
113
113
|
"js-sha256": "0.11.1",
|
|
114
114
|
"json-to-graphql-query": "2.3.0",
|
|
115
|
-
"lodash": "4.17.
|
|
115
|
+
"lodash": "4.17.23",
|
|
116
116
|
"mongodb": "7.0.0",
|
|
117
|
-
"mongoose": "9.
|
|
117
|
+
"mongoose": "9.1.5",
|
|
118
118
|
"multer": "2.0.2",
|
|
119
119
|
"node-mailjet": "6.0.11",
|
|
120
|
-
"nodemailer": "7.0.
|
|
120
|
+
"nodemailer": "7.0.12",
|
|
121
121
|
"passport": "0.7.0",
|
|
122
122
|
"passport-jwt": "4.0.1",
|
|
123
123
|
"reflect-metadata": "0.2.2",
|
|
@@ -126,28 +126,27 @@
|
|
|
126
126
|
"yuml-diagram": "1.2.0"
|
|
127
127
|
},
|
|
128
128
|
"devDependencies": {
|
|
129
|
-
"@compodoc/compodoc": "1.1
|
|
129
|
+
"@compodoc/compodoc": "1.2.1",
|
|
130
130
|
"@lenne.tech/eslint-config-ts": "2.1.4",
|
|
131
|
-
"@nestjs/cli": "11.0.
|
|
131
|
+
"@nestjs/cli": "11.0.16",
|
|
132
132
|
"@nestjs/schematics": "11.0.9",
|
|
133
|
-
"@nestjs/testing": "11.1.
|
|
133
|
+
"@nestjs/testing": "11.1.12",
|
|
134
134
|
"@swc/cli": "0.7.9",
|
|
135
|
-
"@swc/core": "1.15.
|
|
135
|
+
"@swc/core": "1.15.10",
|
|
136
136
|
"@types/compression": "1.8.1",
|
|
137
137
|
"@types/cookie-parser": "1.4.10",
|
|
138
138
|
"@types/ejs": "3.1.5",
|
|
139
139
|
"@types/express": "4.17.21",
|
|
140
|
-
"@types/lodash": "4.17.
|
|
140
|
+
"@types/lodash": "4.17.23",
|
|
141
141
|
"@types/multer": "2.0.0",
|
|
142
|
-
"@types/node": "25.0.
|
|
143
|
-
"@types/nodemailer": "7.0.
|
|
142
|
+
"@types/node": "25.0.10",
|
|
143
|
+
"@types/nodemailer": "7.0.5",
|
|
144
144
|
"@types/passport": "1.0.17",
|
|
145
145
|
"@types/supertest": "6.0.3",
|
|
146
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
147
|
-
"@typescript-eslint/parser": "8.
|
|
148
|
-
"@vitest/coverage-v8": "4.0.
|
|
149
|
-
"@vitest/ui": "4.0.
|
|
150
|
-
"otpauth": "9.4.1",
|
|
146
|
+
"@typescript-eslint/eslint-plugin": "8.53.1",
|
|
147
|
+
"@typescript-eslint/parser": "8.53.1",
|
|
148
|
+
"@vitest/coverage-v8": "4.0.18",
|
|
149
|
+
"@vitest/ui": "4.0.18",
|
|
151
150
|
"ansi-colors": "4.1.3",
|
|
152
151
|
"eslint": "9.39.2",
|
|
153
152
|
"eslint-config-prettier": "10.1.8",
|
|
@@ -161,11 +160,12 @@
|
|
|
161
160
|
"husky": "9.1.7",
|
|
162
161
|
"nodemon": "3.1.11",
|
|
163
162
|
"npm-watch": "0.13.0",
|
|
163
|
+
"otpauth": "9.4.1",
|
|
164
164
|
"pm2": "6.0.14",
|
|
165
165
|
"prettier": "3.7.4",
|
|
166
166
|
"pretty-quick": "4.2.2",
|
|
167
167
|
"rimraf": "6.1.2",
|
|
168
|
-
"supertest": "7.
|
|
168
|
+
"supertest": "7.2.2",
|
|
169
169
|
"ts-jest": "29.4.6",
|
|
170
170
|
"ts-loader": "9.5.4",
|
|
171
171
|
"ts-morph": "27.0.2",
|
|
@@ -174,10 +174,10 @@
|
|
|
174
174
|
"tus-js-client": "4.3.1",
|
|
175
175
|
"typescript": "5.9.3",
|
|
176
176
|
"unplugin-swc": "1.5.9",
|
|
177
|
-
"vite": "7.3.
|
|
177
|
+
"vite": "7.3.1",
|
|
178
178
|
"vite-plugin-node": "7.0.0",
|
|
179
|
-
"vite-tsconfig-paths": "6.0.
|
|
180
|
-
"vitest": "4.0.
|
|
179
|
+
"vite-tsconfig-paths": "6.0.5",
|
|
180
|
+
"vitest": "4.0.18",
|
|
181
181
|
"yalc": "1.0.0-pre.53"
|
|
182
182
|
},
|
|
183
183
|
"jest": {
|
|
@@ -208,5 +208,8 @@
|
|
|
208
208
|
],
|
|
209
209
|
"watch": {
|
|
210
210
|
"build:dev": "src"
|
|
211
|
+
},
|
|
212
|
+
"overrides": {
|
|
213
|
+
"lodash": "4.17.23"
|
|
211
214
|
}
|
|
212
215
|
}
|