@lenne.tech/nest-server 11.1.13 → 11.1.14

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": "@lenne.tech/nest-server",
3
- "version": "11.1.13",
3
+ "version": "11.1.14",
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",
@@ -65,19 +65,19 @@
65
65
  "node": ">= 20"
66
66
  },
67
67
  "dependencies": {
68
- "@apollo/gateway": "2.10.2",
68
+ "@apollo/gateway": "2.11.2",
69
69
  "@getbrevo/brevo": "1.0.1",
70
70
  "@lenne.tech/mongoose-gridfs": "1.4.2",
71
- "@lenne.tech/multer-gridfs-storage": "5.0.6",
71
+ "@lenne.tech/multer-gridfs-storage": "5.0.8",
72
72
  "@nestjs/apollo": "13.1.0",
73
- "@nestjs/common": "11.1.0",
74
- "@nestjs/core": "11.1.0",
73
+ "@nestjs/common": "11.1.6",
74
+ "@nestjs/core": "11.1.6",
75
75
  "@nestjs/graphql": "13.1.0",
76
76
  "@nestjs/jwt": "11.0.0",
77
77
  "@nestjs/mongoose": "11.0.3",
78
78
  "@nestjs/passport": "11.0.5",
79
- "@nestjs/platform-express": "11.1.0",
80
- "@nestjs/schedule": "6.0.0",
79
+ "@nestjs/platform-express": "11.1.6",
80
+ "@nestjs/schedule": "6.0.1",
81
81
  "@nestjs/swagger": "11.2.0",
82
82
  "@nestjs/terminus": "11.0.0",
83
83
  "apollo-server-core": "3.13.0",
@@ -87,21 +87,21 @@
87
87
  "class-validator": "0.14.2",
88
88
  "compression": "1.8.1",
89
89
  "cookie-parser": "1.4.7",
90
- "dotenv": "16.5.0",
90
+ "dotenv": "17.2.3",
91
91
  "ejs": "3.1.10",
92
92
  "graphql": "16.11.0",
93
93
  "graphql-query-complexity": "1.1.0",
94
94
  "graphql-subscriptions": "3.0.0",
95
95
  "graphql-upload": "15.0.2",
96
- "js-sha256": "0.11.0",
96
+ "js-sha256": "0.11.1",
97
97
  "json-to-graphql-query": "2.3.0",
98
98
  "light-my-request": "6.6.0",
99
99
  "lodash": "4.17.21",
100
- "mongodb": "6.16.0",
100
+ "mongodb": "6.20.0",
101
101
  "mongoose": "7.8.7",
102
102
  "multer": "1.4.5-lts.2",
103
- "node-mailjet": "6.0.8",
104
- "nodemailer": "7.0.3",
103
+ "node-mailjet": "6.0.9",
104
+ "nodemailer": "7.0.9",
105
105
  "nodemon": "3.1.10",
106
106
  "passport": "0.7.0",
107
107
  "passport-jwt": "4.0.1",
@@ -113,31 +113,31 @@
113
113
  },
114
114
  "devDependencies": {
115
115
  "@babel/plugin-proposal-private-methods": "7.18.6",
116
- "@compodoc/compodoc": "1.1.26",
117
- "@lenne.tech/eslint-config-ts": "2.0.1",
118
- "@nestjs/cli": "11.0.7",
119
- "@nestjs/schematics": "11.0.5",
120
- "@nestjs/testing": "11.1.0",
121
- "@swc/cli": "0.7.5",
122
- "@swc/core": "1.11.24",
123
- "@swc/jest": "0.2.38",
124
- "@types/compression": "1.7.5",
125
- "@types/cookie-parser": "1.4.8",
116
+ "@compodoc/compodoc": "1.1.31",
117
+ "@lenne.tech/eslint-config-ts": "2.1.3",
118
+ "@nestjs/cli": "11.0.10",
119
+ "@nestjs/schematics": "11.0.8",
120
+ "@nestjs/testing": "11.1.6",
121
+ "@swc/cli": "0.7.8",
122
+ "@swc/core": "1.13.5",
123
+ "@swc/jest": "0.2.39",
124
+ "@types/compression": "1.8.1",
125
+ "@types/cookie-parser": "1.4.9",
126
126
  "@types/ejs": "3.1.5",
127
127
  "@types/express": "4.17.21",
128
128
  "@types/jest": "29.5.14",
129
- "@types/lodash": "4.17.16",
129
+ "@types/lodash": "4.17.20",
130
130
  "@types/multer": "1.4.12",
131
131
  "@types/node": "22.15.17",
132
132
  "@types/nodemailer": "6.4.17",
133
133
  "@types/passport": "1.0.17",
134
134
  "@types/supertest": "6.0.3",
135
- "@typescript-eslint/eslint-plugin": "8.32.0",
136
- "@typescript-eslint/parser": "8.32.0",
135
+ "@typescript-eslint/eslint-plugin": "8.46.0",
136
+ "@typescript-eslint/parser": "8.46.0",
137
137
  "coffeescript": "2.7.0",
138
- "eslint": "9.32.0",
139
- "eslint-config-prettier": "10.1.5",
140
- "eslint-plugin-unused-imports": "4.1.4",
138
+ "eslint": "9.37.0",
139
+ "eslint-config-prettier": "10.1.8",
140
+ "eslint-plugin-unused-imports": "4.2.0",
141
141
  "find-file-up": "2.0.1",
142
142
  "grunt": "1.6.1",
143
143
  "grunt-bg-shell": "2.3.3",
@@ -147,12 +147,12 @@
147
147
  "husky": "9.1.7",
148
148
  "jest": "29.7.0",
149
149
  "npm-watch": "0.13.0",
150
- "pm2": "6.0.10",
151
- "prettier": "3.5.3",
152
- "pretty-quick": "4.1.1",
153
- "supertest": "7.1.0",
154
- "ts-jest": "29.3.2",
155
- "ts-loader": "9.5.2",
150
+ "pm2": "6.0.13",
151
+ "prettier": "3.6.2",
152
+ "pretty-quick": "4.2.2",
153
+ "supertest": "7.1.4",
154
+ "ts-jest": "29.4.4",
155
+ "ts-loader": "9.5.4",
156
156
  "ts-morph": "25.0.1",
157
157
  "ts-node": "10.9.2",
158
158
  "tsconfig-paths": "4.2.0",