Compare commits

...

13 Commits

Author SHA1 Message Date
renovate[bot]
27ce4348de chore(deps): update dependency nyc to v18 2026-02-25 09:36:01 +00:00
Kamil Mysliwiec
45549ba878 Merge pull request #16419 from nestjs/renovate/mongoose-9.x
fix(deps): update dependency mongoose to v9.2.2
2026-02-25 10:32:33 +01:00
Kamil Mysliwiec
7bd5c99d7f Merge pull request #16423 from nestjs/dependabot/npm_and_yarn/mysql2-3.18.0
chore(deps-dev): bump mysql2 from 3.17.5 to 3.18.0
2026-02-25 10:32:07 +01:00
Kamil Mysliwiec
cda2aa7f5c Merge pull request #16424 from nestjs/dependabot/npm_and_yarn/typescript-eslint-8.56.1
chore(deps-dev): bump typescript-eslint from 8.56.0 to 8.56.1
2026-02-25 10:31:57 +01:00
Kamil Mysliwiec
4677d6fcc9 Merge pull request #16425 from nestjs/dependabot/npm_and_yarn/eslint/eslintrc-3.3.4
chore(deps-dev): bump @eslint/eslintrc from 3.3.3 to 3.3.4
2026-02-25 10:31:53 +01:00
Kamil Mysliwiec
a93dd151b6 Merge pull request #16426 from nestjs/dependabot/npm_and_yarn/mongoose-9.2.2
chore(deps-dev): bump mongoose from 9.2.1 to 9.2.2
2026-02-25 10:31:42 +01:00
Kamil Mysliwiec
90baf6fe61 Merge pull request #16417 from nestjs/renovate/mysql2-3.x
fix(deps): update dependency mysql2 to v3.18.0
2026-02-25 10:31:32 +01:00
dependabot[bot]
ba69311f02 chore(deps-dev): bump mongoose from 9.2.1 to 9.2.2
Bumps [mongoose](https://github.com/Automattic/mongoose) from 9.2.1 to 9.2.2.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/9.2.1...9.2.2)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-version: 9.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-24 01:03:09 +00:00
dependabot[bot]
5ad1232732 chore(deps-dev): bump @eslint/eslintrc from 3.3.3 to 3.3.4
Bumps [@eslint/eslintrc](https://github.com/eslint/eslintrc) from 3.3.3 to 3.3.4.
- [Release notes](https://github.com/eslint/eslintrc/releases)
- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslintrc/compare/eslintrc-v3.3.3...eslintrc-v3.3.4)

---
updated-dependencies:
- dependency-name: "@eslint/eslintrc"
  dependency-version: 3.3.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-24 01:02:56 +00:00
dependabot[bot]
00ee370245 chore(deps-dev): bump typescript-eslint from 8.56.0 to 8.56.1
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.56.0 to 8.56.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.56.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-version: 8.56.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-24 01:02:45 +00:00
dependabot[bot]
efe35cc15d chore(deps-dev): bump mysql2 from 3.17.5 to 3.18.0
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.17.5 to 3.18.0.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.17.5...v3.18.0)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-version: 3.18.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-24 01:02:26 +00:00
renovate[bot]
7a990527c8 fix(deps): update dependency mongoose to v9.2.2 2026-02-23 23:07:22 +00:00
renovate[bot]
ff2921c7b1 fix(deps): update dependency mysql2 to v3.18.0 2026-02-23 19:05:41 +00:00
6 changed files with 1688 additions and 747 deletions

2417
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -84,7 +84,7 @@
"@as-integrations/express5": "1.1.2",
"@commitlint/cli": "20.4.2",
"@commitlint/config-angular": "20.4.2",
"@eslint/eslintrc": "3.3.3",
"@eslint/eslintrc": "3.3.4",
"@eslint/js": "9.39.3",
"@fastify/cors": "11.2.0",
"@fastify/formbody": "8.0.2",
@@ -150,12 +150,12 @@
"lint-staged": "16.2.7",
"markdown-table": "2.0.0",
"mocha": "11.7.5",
"mongoose": "9.2.1",
"mongoose": "9.2.2",
"mqtt": "5.15.0",
"multer": "2.0.2",
"mysql2": "3.17.5",
"mysql2": "3.18.0",
"nats": "2.29.3",
"nyc": "14.1.1",
"nyc": "18.0.0",
"prettier": "^3.7.4",
"redis": "5.11.0",
"reusify": "1.1.0",
@@ -168,7 +168,7 @@
"ts-node": "10.9.2",
"typeorm": "0.3.28",
"typescript": "5.9.3",
"typescript-eslint": "8.56.0",
"typescript-eslint": "8.56.1",
"ws": "8.19.0"
},
"engines": {

View File

@@ -23,7 +23,7 @@
"@nestjs/core": "11.1.14",
"@nestjs/platform-express": "11.1.14",
"@nestjs/typeorm": "11.0.0",
"mysql2": "3.17.5",
"mysql2": "3.18.0",
"reflect-metadata": "0.2.2",
"rimraf": "6.1.3",
"rxjs": "7.8.2",

View File

@@ -23,7 +23,7 @@
"@nestjs/core": "11.1.14",
"@nestjs/mongoose": "11.0.4",
"@nestjs/platform-express": "11.1.14",
"mongoose": "9.2.1",
"mongoose": "9.2.2",
"reflect-metadata": "0.2.2",
"rimraf": "6.1.3",
"rxjs": "7.8.2"

View File

@@ -23,7 +23,7 @@
"@nestjs/core": "11.1.14",
"@nestjs/platform-express": "11.1.14",
"@nestjs/sequelize": "11.0.1",
"mysql2": "3.17.5",
"mysql2": "3.18.0",
"reflect-metadata": "0.2.2",
"rimraf": "6.1.3",
"rxjs": "7.8.2",

View File

@@ -22,7 +22,7 @@
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/platform-express": "11.1.14",
"mongoose": "9.2.1",
"mongoose": "9.2.2",
"reflect-metadata": "0.2.2",
"rimraf": "6.1.3",
"rxjs": "7.8.2"