From b403ef7cee43e9df0dec4f15110482ffef2d1190 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 16:30:06 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 6 updates Bumps the npm_and_yarn group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) | `8.5.1` | `9.0.2` | | [mysql2](https://github.com/sidorares/node-mysql2) | `2.3.3` | `3.15.1` | | [nodemailer](https://github.com/nodemailer/nodemailer) | `6.10.1` | `7.0.9` | | [pm2](https://github.com/Unitech/pm2) | `4.5.6` | `6.0.13` | | [sequelize](https://github.com/sequelize/sequelize) | `5.22.5` | `6.37.7` | | [sequelize-typescript](https://github.com/RobinBuschmann/sequelize-typescript) | `1.1.0` | `2.1.6` | Updates `jsonwebtoken` from 8.5.1 to 9.0.2 - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.5.1...v9.0.2) Updates `mysql2` from 2.3.3 to 3.15.1 - [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/v2.3.3...v3.15.1) Updates `nodemailer` from 6.10.1 to 7.0.9 - [Release notes](https://github.com/nodemailer/nodemailer/releases) - [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodemailer/nodemailer/compare/v6.10.1...v7.0.9) Updates `pm2` from 4.5.6 to 6.0.13 - [Release notes](https://github.com/Unitech/pm2/releases) - [Changelog](https://github.com/Unitech/pm2/blob/master/CHANGELOG.md) - [Commits](https://github.com/Unitech/pm2/compare/4.5.6...v6.0.13) Updates `sequelize` from 5.22.5 to 6.37.7 - [Release notes](https://github.com/sequelize/sequelize/releases) - [Changelog](https://github.com/sequelize/sequelize/blob/main/CHANGELOG.md) - [Commits](https://github.com/sequelize/sequelize/compare/v5.22.5...v6.37.7) Updates `sequelize-typescript` from 1.1.0 to 2.1.6 - [Release notes](https://github.com/RobinBuschmann/sequelize-typescript/releases) - [Changelog](https://github.com/sequelize/sequelize-typescript/blob/master/CHANGELOG.md) - [Commits](https://github.com/RobinBuschmann/sequelize-typescript/compare/v1.1.0...v2.1.6) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 9.0.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: mysql2 dependency-version: 3.15.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: nodemailer dependency-version: 7.0.9 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: pm2 dependency-version: 6.0.13 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: sequelize dependency-version: 6.37.7 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: sequelize-typescript dependency-version: 2.1.6 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 4ed3292..e7253aa 100644 --- a/package.json +++ b/package.json @@ -97,18 +97,18 @@ "express-oas-generator": "^1.0.26", "faker": "^5.1.0", "http-status-codes": "^2.1.2", - "jsonwebtoken": "^8.5.1", + "jsonwebtoken": "^9.0.2", "lodash": "^4.17.20", "moment": "^2.27.0", - "mysql2": "^2.1.0", - "nodemailer": "^6.4.11", + "mysql2": "^3.15.1", + "nodemailer": "^7.0.9", "nodemailer-express-handlebars": "^4.0.0", "nodemon": "^2.0.4", - "pm2": "^4.5.0", + "pm2": "^6.0.13", "reflect-metadata": "^0.1.13", - "sequelize": "^5.22.3", + "sequelize": "^6.37.7", "sequelize-cli": "^5.5.1", - "sequelize-typescript": "^1.1.0", + "sequelize-typescript": "^2.1.6", "uuid": "^8.3.0", "yamljs": "^0.3.0", "yarn": "^1.22.5"