Compare commits

...

9 Commits

Author SHA1 Message Date
Kamil Mysliwiec
06a572e33f Revert "chore(deps-dev): bump eslint from 9.39.2 to 10.0.0" 2026-02-19 10:02:37 +01:00
Kamil Mysliwiec
a9724d5ad6 Merge pull request #16386 from nestjs/dependabot/npm_and_yarn/eslint-10.0.0
chore(deps-dev): bump eslint from 9.39.2 to 10.0.0
2026-02-19 10:02:33 +01:00
Kamil Mysliwiec
926c275da8 Merge pull request #16388 from nestjs/renovate/node-25.x
chore(deps): update dependency @types/node to v25.3.0
2026-02-19 10:02:21 +01:00
renovate[bot]
f0f71b3824 chore(deps): update dependency @types/node to v25.3.0 2026-02-19 05:28:49 +00:00
Kamil Mysliwiec
8a62c1c7e8 Merge pull request #16387 from nestjs/dependabot/npm_and_yarn/tools/benchmarks/ajv-8.18.0
chore(deps): bump ajv from 8.17.1 to 8.18.0 in /tools/benchmarks
2026-02-18 12:47:23 +01:00
dependabot[bot]
1b2dc843c3 chore(deps): bump ajv from 8.17.1 to 8.18.0 in /tools/benchmarks
Bumps [ajv](https://github.com/ajv-validator/ajv) from 8.17.1 to 8.18.0.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v8.17.1...v8.18.0)

---
updated-dependencies:
- dependency-name: ajv
  dependency-version: 8.18.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-18 10:30:43 +00:00
Kamil Mysliwiec
910d05fe6a Merge pull request #16385 from nestjs/renovate/nest-monorepo
fix(deps): update nest monorepo to v11.1.14
2026-02-18 11:29:50 +01:00
dependabot[bot]
68267fab2b chore(deps-dev): bump eslint from 9.39.2 to 10.0.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.39.2 to 10.0.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v9.39.2...v10.0.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-18 00:52:59 +00:00
renovate[bot]
080fb1fa35 fix(deps): update nest monorepo to v11.1.14 2026-02-17 23:35:58 +00:00
41 changed files with 257 additions and 181 deletions

92
package-lock.json generated
View File

@@ -58,7 +58,7 @@
"@types/gulp": "4.0.18",
"@types/http-errors": "2.0.5",
"@types/mocha": "10.0.10",
"@types/node": "25.2.3",
"@types/node": "25.3.0",
"@types/sinon": "21.0.0",
"@types/supertest": "6.0.3",
"@types/ws": "8.18.1",
@@ -3215,6 +3215,82 @@
}
}
},
"node_modules/@nestjs/common": {
"version": "11.1.14",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-11.1.14.tgz",
"integrity": "sha512-IN/tlqd7Nl9gl6f0jsWEuOrQDaCI9vHzxv0fisHysfBQzfQIkqlv5A7w4Qge02BUQyczXT9HHPgHtWHCxhjRng==",
"dev": true,
"license": "MIT",
"peer": true,
"dependencies": {
"file-type": "21.3.0",
"iterare": "1.2.1",
"load-esm": "1.0.3",
"tslib": "2.8.1",
"uid": "2.0.2"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/nest"
},
"peerDependencies": {
"class-transformer": ">=0.4.1",
"class-validator": ">=0.13.2",
"reflect-metadata": "^0.1.12 || ^0.2.0",
"rxjs": "^7.1.0"
},
"peerDependenciesMeta": {
"class-transformer": {
"optional": true
},
"class-validator": {
"optional": true
}
}
},
"node_modules/@nestjs/core": {
"version": "11.1.14",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-11.1.14.tgz",
"integrity": "sha512-7OXPPMoDr6z+5NkoQKu4hOhfjz/YYqM3bNilPqv1WVFWrzSmuNXxvhbX69YMmNmRYascPXiwESqf5jJdjKXEww==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
"peer": true,
"dependencies": {
"@nuxt/opencollective": "0.4.1",
"fast-safe-stringify": "2.1.1",
"iterare": "1.2.1",
"path-to-regexp": "8.3.0",
"tslib": "2.8.1",
"uid": "2.0.2"
},
"engines": {
"node": ">= 20"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/nest"
},
"peerDependencies": {
"@nestjs/common": "^11.0.0",
"@nestjs/microservices": "^11.0.0",
"@nestjs/platform-express": "^11.0.0",
"@nestjs/websockets": "^11.0.0",
"reflect-metadata": "^0.1.12 || ^0.2.0",
"rxjs": "^7.1.0"
},
"peerDependenciesMeta": {
"@nestjs/microservices": {
"optional": true
},
"@nestjs/platform-express": {
"optional": true
},
"@nestjs/websockets": {
"optional": true
}
}
},
"node_modules/@nestjs/graphql": {
"version": "13.2.4",
"resolved": "https://registry.npmjs.org/@nestjs/graphql/-/graphql-13.2.4.tgz",
@@ -5496,12 +5572,12 @@
"dev": true
},
"node_modules/@types/node": {
"version": "25.2.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.2.3.tgz",
"integrity": "sha512-m0jEgYlYz+mDJZ2+F4v8D1AyQb+QzsNqRuI7xg1VQX/KlKS0qT9r1Mo16yo5F/MtifXFgaofIFsdFMox2SxIbQ==",
"version": "25.3.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.3.0.tgz",
"integrity": "sha512-4K3bqJpXpqfg2XKGK9bpDTc6xO/xoUP/RBWS7AtRMug6zZFaRekiLzjVtAoZMquxoAbzBvy5nxQ7veS5eYzf8A==",
"license": "MIT",
"dependencies": {
"undici-types": "~7.16.0"
"undici-types": "~7.18.0"
}
},
"node_modules/@types/normalize-package-data": {
@@ -26079,9 +26155,9 @@
}
},
"node_modules/undici-types": {
"version": "7.16.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
"version": "7.18.2",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz",
"integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
"license": "MIT"
},
"node_modules/union-value": {

View File

@@ -107,7 +107,7 @@
"@types/gulp": "4.0.18",
"@types/http-errors": "2.0.5",
"@types/mocha": "10.0.10",
"@types/node": "25.2.3",
"@types/node": "25.3.0",
"@types/sinon": "21.0.0",
"@types/supertest": "6.0.3",
"@types/ws": "8.18.1",

View File

@@ -19,9 +19,9 @@
"test:e2e": "jest --config ./e2e/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/platform-express": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/platform-express": "11.1.14",
"class-transformer": "0.5.1",
"class-validator": "0.14.3",
"reflect-metadata": "0.2.2",
@@ -33,7 +33,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/express": "5.0.6",
"@types/jest": "30.0.0",
"@types/node": "24.10.13",

View File

@@ -19,11 +19,11 @@
"test:e2e": "jest --config ./e2e/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/platform-express": "11.1.13",
"@nestjs/platform-socket.io": "11.1.13",
"@nestjs/websockets": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/platform-express": "11.1.14",
"@nestjs/platform-socket.io": "11.1.14",
"@nestjs/websockets": "11.1.14",
"@socket.io/redis-adapter": "8.3.0",
"class-transformer": "0.5.1",
"class-validator": "0.14.3",
@@ -37,7 +37,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/express": "5.0.6",
"@types/jest": "30.0.0",
"@types/node": "24.10.13",

View File

@@ -19,10 +19,10 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/microservices": "11.1.13",
"@nestjs/platform-express": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/microservices": "11.1.14",
"@nestjs/platform-express": "11.1.14",
"class-transformer": "0.5.1",
"class-validator": "0.14.3",
"reflect-metadata": "0.2.2",
@@ -34,7 +34,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/amqplib": "0.10.8",
"@types/express": "5.0.6",
"@types/node": "24.10.13",

View File

@@ -21,10 +21,10 @@
"dependencies": {
"@grpc/grpc-js": "1.14.3",
"@grpc/reflection": "1.0.4",
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/microservices": "11.1.13",
"@nestjs/platform-express": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/microservices": "11.1.14",
"@nestjs/platform-express": "11.1.14",
"class-transformer": "0.5.1",
"class-validator": "0.14.3",
"reflect-metadata": "0.2.2",
@@ -36,7 +36,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/express": "5.0.6",
"@types/node": "24.10.13",
"@types/supertest": "6.0.3",

View File

@@ -19,9 +19,9 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/platform-express": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/platform-express": "11.1.14",
"@nestjs/typeorm": "11.0.0",
"mysql2": "3.17.2",
"reflect-metadata": "0.2.2",
@@ -34,7 +34,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/express": "5.0.6",
"@types/jest": "30.0.0",
"@types/node": "24.10.13",

View File

@@ -19,10 +19,10 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/mongoose": "11.0.4",
"@nestjs/platform-express": "11.1.13",
"@nestjs/platform-express": "11.1.14",
"mongoose": "9.2.1",
"reflect-metadata": "0.2.2",
"rimraf": "6.1.3",
@@ -33,7 +33,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/express": "5.0.6",
"@types/jest": "30.0.0",
"@types/node": "24.10.13",

View File

@@ -19,9 +19,9 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/platform-express": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/platform-express": "11.1.14",
"@nestjs/sequelize": "11.0.1",
"mysql2": "3.17.2",
"reflect-metadata": "0.2.2",
@@ -36,7 +36,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/express": "5.0.6",
"@types/jest": "30.0.0",
"@types/node": "24.10.13",

View File

@@ -12,9 +12,9 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/platform-express": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/platform-express": "11.1.14",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.2",
"typescript": "5.9.3"

View File

@@ -13,11 +13,11 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/platform-express": "11.1.13",
"@nestjs/microservices": "11.1.13",
"@nestjs/websockets": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/platform-express": "11.1.14",
"@nestjs/microservices": "11.1.14",
"@nestjs/websockets": "11.1.14",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.2"
},
@@ -30,7 +30,7 @@
"@babel/preset-env": "7.29.0",
"@babel/register": "7.28.6",
"@babel/runtime": "7.28.6",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"jest": "30.2.0",
"nodemon": "3.1.11",
"prettier": "3.8.1",

View File

@@ -19,9 +19,9 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/platform-fastify": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/platform-fastify": "11.1.14",
"class-transformer": "0.5.1",
"class-validator": "0.14.3",
"reflect-metadata": "0.2.2",
@@ -33,7 +33,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/node": "24.10.13",
"@types/supertest": "6.0.3",
"eslint": "9.39.2",

View File

@@ -19,9 +19,9 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/platform-express": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/platform-express": "11.1.14",
"@nestjs/swagger": "11.2.6",
"class-transformer": "0.5.1",
"class-validator": "0.14.3",
@@ -34,7 +34,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/express": "5.0.6",
"@types/node": "24.10.13",
"@types/supertest": "6.0.3",

View File

@@ -22,10 +22,10 @@
"@apollo/server": "5.4.0",
"@graphql-tools/utils": "11.0.0",
"@nestjs/apollo": "13.2.4",
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/graphql": "13.2.4",
"@nestjs/platform-express": "11.1.13",
"@nestjs/platform-express": "11.1.14",
"class-transformer": "0.5.1",
"class-validator": "0.14.3",
"graphql": "16.10.0",
@@ -39,7 +39,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/express": "5.0.6",
"@types/jest": "30.0.0",
"@types/node": "24.10.13",

View File

@@ -19,9 +19,9 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/platform-express": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/platform-express": "11.1.14",
"@nestjs/typeorm": "11.0.0",
"mongodb": "7.1.0",
"reflect-metadata": "0.2.2",
@@ -34,7 +34,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/express": "5.0.6",
"@types/jest": "30.0.0",
"@types/node": "24.10.13",

View File

@@ -19,9 +19,9 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/platform-express": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/platform-express": "11.1.14",
"mongoose": "9.2.1",
"reflect-metadata": "0.2.2",
"rimraf": "6.1.3",
@@ -32,7 +32,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/express": "5.0.6",
"@types/jest": "30.0.0",
"@types/node": "24.10.13",

View File

@@ -19,9 +19,9 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/platform-express": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/platform-express": "11.1.14",
"hbs": "4.2.0",
"reflect-metadata": "0.2.2",
"rimraf": "6.1.3",
@@ -32,7 +32,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/express": "5.0.6",
"@types/node": "24.10.13",
"@types/supertest": "6.0.3",

View File

@@ -19,11 +19,11 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/platform-express": "11.1.13",
"@nestjs/platform-ws": "11.1.13",
"@nestjs/websockets": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/platform-express": "11.1.14",
"@nestjs/platform-ws": "11.1.14",
"@nestjs/websockets": "11.1.14",
"class-transformer": "0.5.1",
"class-validator": "0.14.3",
"rimraf": "6.1.3",
@@ -37,7 +37,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/express": "5.0.6",
"@types/node": "24.10.13",
"@types/supertest": "6.0.3",

View File

@@ -19,9 +19,9 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/platform-fastify": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/platform-fastify": "11.1.14",
"@fastify/static": "9.0.0",
"handlebars": "4.7.8",
"@fastify/view": "11.1.1",
@@ -34,7 +34,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/express": "5.0.6",
"@types/node": "24.10.13",
"@types/supertest": "6.0.3",

View File

@@ -19,8 +19,8 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"reflect-metadata": "0.2.2",
"rimraf": "6.1.3",
"rxjs": "7.8.2"

View File

@@ -20,11 +20,11 @@
"test:e2e": "jest --config ./e2e/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/jwt": "11.0.2",
"@nestjs/passport": "11.0.5",
"@nestjs/platform-express": "11.1.13",
"@nestjs/platform-express": "11.1.14",
"reflect-metadata": "0.2.2",
"rimraf": "6.1.3",
"rxjs": "7.8.2"
@@ -34,7 +34,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/express": "5.0.6",
"@types/jest": "30.0.0",
"@types/node": "24.10.13",

View File

@@ -20,9 +20,9 @@
},
"dependencies": {
"@nestjs/cache-manager": "3.1.0",
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/platform-express": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/platform-express": "11.1.14",
"cache-manager": "7.2.8",
"class-transformer": "0.5.1",
"class-validator": "0.14.3",
@@ -34,7 +34,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/express": "5.0.6",
"@types/node": "24.10.13",
"@types/supertest": "6.0.3",

View File

@@ -19,9 +19,9 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/platform-express": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/platform-express": "11.1.14",
"class-transformer": "0.5.1",
"reflect-metadata": "0.2.2",
"rimraf": "6.1.3",
@@ -32,7 +32,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/express": "5.0.6",
"@types/node": "24.10.13",
"@types/supertest": "6.0.3",

View File

@@ -22,10 +22,10 @@
"dependencies": {
"@apollo/server": "5.4.0",
"@nestjs/apollo": "13.2.4",
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/graphql": "13.2.4",
"@nestjs/platform-express": "11.1.13",
"@nestjs/platform-express": "11.1.14",
"@prisma/adapter-better-sqlite3": "7.4.0",
"@prisma/client": "7.4.0",
"class-transformer": "0.5.1",
@@ -41,7 +41,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/express": "5.0.6",
"@types/node": "24.10.13",
"@types/supertest": "6.0.3",

View File

@@ -21,10 +21,10 @@
"dependencies": {
"@apollo/server": "5.4.0",
"@nestjs/apollo": "13.2.4",
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/graphql": "13.2.4",
"@nestjs/platform-express": "11.1.13",
"@nestjs/platform-express": "11.1.14",
"class-transformer": "0.5.1",
"class-validator": "0.14.3",
"graphql": "16.10.0",
@@ -38,7 +38,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/express": "5.0.6",
"@types/node": "24.10.13",
"@types/supertest": "6.0.3",

View File

@@ -19,10 +19,10 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/serve-static": "5.0.4",
"@nestjs/platform-express": "11.1.13",
"@nestjs/platform-express": "11.1.14",
"class-transformer": "0.5.1",
"class-validator": "0.14.3",
"reflect-metadata": "0.2.2",
@@ -34,7 +34,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/express": "5.0.6",
"@types/node": "24.10.13",
"@types/supertest": "6.0.3",

View File

@@ -19,9 +19,9 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/platform-express": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/platform-express": "11.1.14",
"dotenv": "17.3.1",
"reflect-metadata": "0.2.2",
"rimraf": "6.1.3",
@@ -32,7 +32,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/express": "5.0.6",
"@types/jest": "30.0.0",
"@types/node": "24.10.13",

View File

@@ -20,9 +20,9 @@
},
"dependencies": {
"@nestjs/bull": "11.0.4",
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/platform-express": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/platform-express": "11.1.14",
"bull": "4.16.5",
"dotenv": "17.3.1",
"reflect-metadata": "0.2.2",
@@ -34,7 +34,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/bull": "4.10.4",
"@types/express": "5.0.6",
"@types/jest": "30.0.0",

View File

@@ -19,9 +19,9 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/platform-express": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/platform-express": "11.1.14",
"@nestjs/schedule": "6.1.1",
"dotenv": "17.3.1",
"reflect-metadata": "0.2.2",
@@ -33,7 +33,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/bull": "4.10.4",
"@types/express": "5.0.6",
"@types/jest": "30.0.0",

View File

@@ -19,9 +19,9 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/platform-express": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/platform-express": "11.1.14",
"reflect-metadata": "0.2.2",
"rimraf": "6.1.3",
"rxjs": "7.8.2"
@@ -31,7 +31,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/express": "5.0.6",
"@types/jest": "30.0.0",
"@types/node": "24.10.13",

View File

@@ -19,9 +19,9 @@
"test:e2e": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest --config ./e2e/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/platform-express": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/platform-express": "11.1.14",
"class-transformer": "0.5.1",
"class-validator": "0.14.3",
"reflect-metadata": "0.2.2",
@@ -33,7 +33,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/express": "5.0.6",
"@types/jest": "30.0.0",
"@types/multer": "2.0.0",

View File

@@ -19,10 +19,10 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/event-emitter": "3.0.1",
"@nestjs/platform-express": "11.1.13",
"@nestjs/platform-express": "11.1.14",
"reflect-metadata": "0.2.2",
"rimraf": "6.1.3",
"rxjs": "7.8.2"
@@ -32,7 +32,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/express": "5.0.6",
"@types/jest": "30.0.0",
"@types/node": "24.10.13",

View File

@@ -22,10 +22,10 @@
"@apollo/gateway": "2.13.0",
"@apollo/server": "5.4.0",
"@nestjs/apollo": "13.2.4",
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/graphql": "13.2.4",
"@nestjs/platform-express": "11.1.13",
"@nestjs/platform-express": "11.1.14",
"graphql": "16.10.0",
"graphql-tools": "9.0.26",
"reflect-metadata": "0.2.2",
@@ -38,7 +38,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/express": "5.0.6",
"@types/jest": "30.0.0",
"@types/node": "24.10.13",

View File

@@ -24,10 +24,10 @@
"@apollo/server": "5.4.0",
"@apollo/subgraph": "2.13.0",
"@nestjs/apollo": "13.2.4",
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/graphql": "13.2.4",
"@nestjs/platform-express": "11.1.13",
"@nestjs/platform-express": "11.1.14",
"graphql": "16.10.0",
"graphql-tools": "9.0.26",
"reflect-metadata": "0.2.2",
@@ -40,7 +40,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/express": "5.0.6",
"@types/jest": "30.0.0",
"@types/node": "24.10.13",

View File

@@ -23,10 +23,10 @@
"@apollo/server": "5.4.0",
"@apollo/subgraph": "2.13.0",
"@nestjs/apollo": "13.2.4",
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/graphql": "13.2.4",
"@nestjs/platform-express": "11.1.13",
"@nestjs/platform-express": "11.1.14",
"graphql": "16.10.0",
"graphql-tools": "9.0.26",
"reflect-metadata": "0.2.2",
@@ -39,7 +39,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/express": "5.0.6",
"@types/jest": "30.0.0",
"@types/node": "24.10.13",

View File

@@ -24,10 +24,10 @@
"@apollo/gateway": "2.13.0",
"@apollo/server": "^5.0.0",
"@nestjs/apollo": "13.2.4",
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/graphql": "13.2.4",
"@nestjs/platform-express": "11.1.13",
"@nestjs/platform-express": "11.1.14",
"graphql": "16.10.0",
"graphql-tools": "9.0.26",
"reflect-metadata": "0.2.2",
@@ -40,7 +40,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/express": "5.0.6",
"@types/jest": "30.0.0",
"@types/node": "24.10.13",

View File

@@ -25,10 +25,10 @@
"@apollo/server": "^5.0.0",
"@apollo/subgraph": "2.13.0",
"@nestjs/apollo": "13.2.4",
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/graphql": "13.2.4",
"@nestjs/platform-express": "11.1.13",
"@nestjs/platform-express": "11.1.14",
"graphql": "16.10.0",
"graphql-tools": "9.0.26",
"reflect-metadata": "0.2.2",
@@ -41,7 +41,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/express": "5.0.6",
"@types/jest": "30.0.0",
"@types/node": "24.10.13",

View File

@@ -24,10 +24,10 @@
"@apollo/server": "^5.0.0",
"@apollo/subgraph": "2.13.0",
"@nestjs/apollo": "13.2.4",
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/graphql": "13.2.4",
"@nestjs/platform-express": "11.1.13",
"@nestjs/platform-express": "11.1.14",
"graphql": "16.10.0",
"graphql-tools": "9.0.26",
"reflect-metadata": "0.2.2",
@@ -40,7 +40,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/express": "5.0.6",
"@types/jest": "30.0.0",
"@types/node": "24.10.13",

View File

@@ -19,11 +19,11 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/graphql": "13.2.4",
"@nestjs/mercurius": "13.2.4",
"@nestjs/platform-fastify": "11.1.13",
"@nestjs/platform-fastify": "11.1.14",
"class-transformer": "0.5.1",
"class-validator": "0.14.3",
"graphql": "16.10.0",
@@ -36,7 +36,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/express": "5.0.6",
"@types/node": "24.10.13",
"@types/supertest": "6.0.3",

View File

@@ -21,9 +21,9 @@
"test:e2e": "jest --config ./e2e/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "11.1.13",
"@nestjs/core": "11.1.13",
"@nestjs/platform-express": "11.1.13",
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/platform-express": "11.1.14",
"class-transformer": "0.5.1",
"class-validator": "0.14.3",
"reflect-metadata": "0.2.2",
@@ -38,7 +38,7 @@
"@eslint/js": "9.39.2",
"@nestjs/cli": "11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.13",
"@nestjs/testing": "11.1.14",
"@types/express": "5.0.6",
"@types/jest": "30.0.0",
"@types/node": "24.10.13",

View File

@@ -223,9 +223,9 @@
}
},
"node_modules/@nestjs/common": {
"version": "11.1.13",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-11.1.13.tgz",
"integrity": "sha512-ieqWtipT+VlyDWLz5Rvz0f3E5rXcVAnaAi+D53DEHLjc1kmFxCgZ62qVfTX2vwkywwqNkTNXvBgGR72hYqV//Q==",
"version": "11.1.14",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-11.1.14.tgz",
"integrity": "sha512-IN/tlqd7Nl9gl6f0jsWEuOrQDaCI9vHzxv0fisHysfBQzfQIkqlv5A7w4Qge02BUQyczXT9HHPgHtWHCxhjRng==",
"license": "MIT",
"dependencies": {
"file-type": "21.3.0",
@@ -254,9 +254,9 @@
}
},
"node_modules/@nestjs/core": {
"version": "11.1.13",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-11.1.13.tgz",
"integrity": "sha512-Tq9EIKiC30EBL8hLK93tNqaToy0hzbuVGYt29V8NhkVJUsDzlmiVf6c3hSPtzx2krIUVbTgQ2KFeaxr72rEyzQ==",
"version": "11.1.14",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-11.1.14.tgz",
"integrity": "sha512-7OXPPMoDr6z+5NkoQKu4hOhfjz/YYqM3bNilPqv1WVFWrzSmuNXxvhbX69YMmNmRYascPXiwESqf5jJdjKXEww==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
@@ -295,9 +295,9 @@
}
},
"node_modules/@nestjs/platform-express": {
"version": "11.1.13",
"resolved": "https://registry.npmjs.org/@nestjs/platform-express/-/platform-express-11.1.13.tgz",
"integrity": "sha512-LYmi43BrAs1n74kLCUfXcHag7s1CmGETcFbf9IVyA/KWXAuAH95G3wEaZZiyabOLFNwq4ifnRGnIwUwW7cz3+w==",
"version": "11.1.14",
"resolved": "https://registry.npmjs.org/@nestjs/platform-express/-/platform-express-11.1.14.tgz",
"integrity": "sha512-Fs+/j+mBSBSXErOQJ/YdUn/HqJGSJ4pGfiJyYOyz04l42uNVnqEakvu1kXLbxMabR6vd6/h9d6Bi4tso9p7o4Q==",
"license": "MIT",
"dependencies": {
"cors": "2.8.6",
@@ -316,9 +316,9 @@
}
},
"node_modules/@nestjs/platform-fastify": {
"version": "11.1.13",
"resolved": "https://registry.npmjs.org/@nestjs/platform-fastify/-/platform-fastify-11.1.13.tgz",
"integrity": "sha512-08VkZt5SVRtRyuEzRxY5KzrtsTSiqTSQlySUI8GUVhINHV/iziB6GKOWJc3upTmxvYG/5LSmDO4hv8kDnsWNCQ==",
"version": "11.1.14",
"resolved": "https://registry.npmjs.org/@nestjs/platform-fastify/-/platform-fastify-11.1.14.tgz",
"integrity": "sha512-/hnKvPpeH+CTWus7L+F+qXkdbTRXudSQU3Z8tcs5kfvluoBLsxSDTTvjjySr7zrPs5bebaFbGIyG2fKMAWl++g==",
"license": "MIT",
"dependencies": {
"@fastify/cors": "11.2.0",
@@ -436,9 +436,9 @@
}
},
"node_modules/ajv": {
"version": "8.17.1",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
"integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
"version": "8.18.0",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
"integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
"license": "MIT",
"dependencies": {
"fast-deep-equal": "^3.1.3",