From 3c743a6f42c5826a05388cc333e124820aa3c980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 23:10:29 +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 | | --- | --- | --- | | [moment](https://github.com/moment/moment) | `2.10.6` | `2.30.1` | | [mongodb](https://github.com/mongodb/node-mongodb-native) | `2.2.36` | `7.1.0` | | [mysql](https://github.com/mysqljs/mysql) | `2.7.0` | `2.18.1` | | [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `4.4.6` | `8.18.0` | | [pg-native](https://github.com/brianc/node-postgres) | `1.10.1` | `3.5.2` | | [semver](https://github.com/npm/node-semver) | `4.3.6` | `7.7.4` | Updates `moment` from 2.10.6 to 2.30.1 - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.10.6...2.30.1) Updates `mongodb` from 2.2.36 to 7.1.0 - [Release notes](https://github.com/mongodb/node-mongodb-native/releases) - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md) - [Commits](https://github.com/mongodb/node-mongodb-native/compare/v2.2.36...v7.1.0) Updates `mysql` from 2.7.0 to 2.18.1 - [Changelog](https://github.com/mysqljs/mysql/blob/master/Changes.md) - [Commits](https://github.com/mysqljs/mysql/compare/v2.7.0...v2.18.1) Updates `pg` from 4.4.6 to 8.18.0 - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/commits/pg@8.18.0/packages/pg) Updates `pg-native` from 1.10.1 to 3.5.2 - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/compare/pg-protocol@1.10.1...pg-native@3.5.2) Updates `semver` from 4.3.6 to 7.7.4 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v4.3.6...v7.7.4) --- updated-dependencies: - dependency-name: moment dependency-version: 2.30.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: mongodb dependency-version: 7.1.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: mysql dependency-version: 2.18.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: pg dependency-version: 8.18.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: pg-native dependency-version: 3.5.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: semver dependency-version: 7.7.4 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 fec8fb0c..6febeb1a 100644 --- a/package.json +++ b/package.json @@ -29,16 +29,16 @@ "dotenv": "~1.1.0", "final-fs": "^1.6.0", "mkdirp": "~0.5.0", - "moment": "~2.10.2", - "mongodb": "^2.0.23", - "mysql": "~2.7.0", + "moment": "~2.30.1", + "mongodb": "^7.1.0", + "mysql": "~2.18.1", "optimist": "~0.6.1", "parse-database-url": "~0.2.2", - "pg": "~4.4.0", - "pg-native": "^1.8.0", + "pg": "~8.18.0", + "pg-native": "^3.5.2", "pkginfo": "~0.3.0", "resolve": "^1.1.6", - "semver": "~4.3.3", + "semver": "~7.7.4", "sqlite3": "~3.0.4", "tunnel-ssh": "^1.0.0" },