From bf3d00e4c318a3e0a22ff501552b30004941adf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 14:06:13 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 2 directories with 9 updates Bumps the npm_and_yarn group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [mongodb](https://github.com/mongodb/node-mongodb-native) | `1.4.12` | `3.1.13` | | [ms](https://github.com/vercel/ms) | `0.1.0` | `2.0.0` | | [mpath](https://github.com/aheckmann/mpath) | `0.1.1` | `0.8.4` | | [mquery](https://github.com/aheckmann/mquery) | `0.5.3` | `3.2.3` | | [node-static](https://github.com/cloudhead/node-static) | `0.5.9` | `0.7.11` | | [highlight.js](https://github.com/highlightjs/highlight.js) | `7.0.1` | `10.4.1` | | [markdown](https://github.com/evilstreak/markdown-js) | `0.3.1` | `0.5.0` | | [open](https://github.com/sindresorhus/open) | `0.0.3` | `6.0.0` | Bumps the npm_and_yarn group with 1 update in the /examples/express/connection-sharing directory: [express](https://github.com/expressjs/express). Updates `mongodb` from 1.4.12 to 3.1.13 - [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/V1.4.12...v3.1.13) Updates `ms` from 0.1.0 to 2.0.0 - [Release notes](https://github.com/vercel/ms/releases) - [Commits](https://github.com/vercel/ms/commits/2.0.0) Updates `mpath` from 0.1.1 to 0.8.4 - [Changelog](https://github.com/mongoosejs/mpath/blob/master/History.md) - [Commits](https://github.com/aheckmann/mpath/compare/0.1.1...0.8.4) Updates `mquery` from 0.5.3 to 3.2.3 - [Changelog](https://github.com/mongoosejs/mquery/blob/master/History.md) - [Commits](https://github.com/aheckmann/mquery/compare/0.5.3...3.2.3) Updates `node-static` from 0.5.9 to 0.7.11 - [Changelog](https://github.com/cloudhead/node-static/blob/master/CHANGES.md) - [Commits](https://github.com/cloudhead/node-static/commits) Updates `highlight.js` from 7.0.1 to 10.4.1 - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md) - [Commits](https://github.com/highlightjs/highlight.js/compare/7.0.1...10.4.1) Updates `markdown` from 0.3.1 to 0.5.0 - [Release notes](https://github.com/evilstreak/markdown-js/releases) - [Changelog](https://github.com/evilstreak/markdown-js/blob/master/Changes.md) - [Commits](https://github.com/evilstreak/markdown-js/compare/v0.3.1...v0.5.0) Updates `open` from 0.0.3 to 6.0.0 - [Release notes](https://github.com/sindresorhus/open/releases) - [Commits](https://github.com/sindresorhus/open/commits/v6.0.0) Updates `express` from 3.1.1 to 4.22.0 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.22.0/History.md) - [Commits](https://github.com/expressjs/express/compare/3.1.1...4.22.0) --- updated-dependencies: - dependency-name: mongodb dependency-version: 3.1.13 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: ms dependency-version: 2.0.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: mpath dependency-version: 0.8.4 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: mquery dependency-version: 3.2.3 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: node-static dependency-version: 0.7.11 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: highlight.js dependency-version: 10.4.1 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: markdown dependency-version: 0.5.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: open dependency-version: 6.0.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: express dependency-version: 4.22.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- examples/express/connection-sharing/package.json | 2 +- package.json | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/express/connection-sharing/package.json b/examples/express/connection-sharing/package.json index e3261655301..d3bd5e9633f 100644 --- a/examples/express/connection-sharing/package.json +++ b/examples/express/connection-sharing/package.json @@ -7,7 +7,7 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "dependencies": { "express": "3.1.1" }, + "dependencies": { "express": "4.22.0" }, "repository": "", "author": "", "license": "BSD" diff --git a/package.json b/package.json index 3f17a3f4174..a8eefbbd140 100644 --- a/package.json +++ b/package.json @@ -6,26 +6,26 @@ , "keywords": ["mongodb", "document", "model", "schema", "database", "odm", "data", "datastore", "query", "nosql", "orm", "db"] , "dependencies": { "hooks": "0.3.2" - , "mongodb": "1.4.12" - , "ms": "0.1.0" + , "mongodb": "3.1.13" + , "ms": "2.0.0" , "sliced": "0.0.5" , "muri": "0.3.1" , "mpromise": "0.4.3" - , "mpath": "0.1.1" + , "mpath": "0.8.4" , "regexp-clone": "0.0.1" - , "mquery" : "0.5.3" + , "mquery" : "3.2.3" } , "devDependencies": { "mocha": "1.12.0" - , "node-static": "0.5.9" + , "node-static": "0.7.11" , "dox": "0.3.1" , "jade": "0.26.3" - , "highlight.js": "7.0.1" - , "markdown": "0.3.1" + , "highlight.js": "10.4.1" + , "markdown": "0.5.0" , "promises-aplus-tests": ">= 1.0.2" , "tbd": "0.6.4" , "benchmark" : "1.0.0" - , "open": "0.0.3" + , "open": "6.0.0" , "async": "0.2.5" } , "directories": { "lib": "./lib/mongoose" }