From 10ec9b848c26bb0da33267968b25c772e80264e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 07:00:13 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 3 updates Bumps the npm_and_yarn group with 3 updates in the / directory: [express](https://github.com/expressjs/express), [moment](https://github.com/moment/moment) and [sequelize](https://github.com/sequelize/sequelize). Updates `express` from 3.21.2 to 5.2.1 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/3.21.2...v5.2.1) Updates `moment` from 1.7.2 to 2.30.1 - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/1.7.2...2.30.1) Updates `sequelize` from 1.7.11 to 6.37.8 - [Release notes](https://github.com/sequelize/sequelize/releases) - [Commits](https://github.com/sequelize/sequelize/compare/v1.7.11...v6.37.8) --- updated-dependencies: - dependency-name: express dependency-version: 5.2.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: moment dependency-version: 2.30.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: sequelize dependency-version: 6.37.8 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 85e201e..ac205e8 100644 --- a/package.json +++ b/package.json @@ -24,13 +24,13 @@ "url": "https://github.com/dan-silver/Node.js-Blog-Engine" }, "dependencies": { - "express": "3.x", + "express": "5.x", "jade": "*", - "moment": "1.7.x", + "moment": "2.30.x", "mysql": "2.x", "passport": "*", "passport-google": "*", - "sequelize": "1.x", + "sequelize": "6.x", "stylus": "*" } } \ No newline at end of file