From 6b5b1c4ec411a76d1f13cd75a3184811743eeba2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 14:16:47 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the / directory: [marked](https://github.com/markedjs/marked) and [mongodb](https://github.com/mongodb/node-mongodb-native). Updates `marked` from 0.3.9 to 4.0.10 - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/0.3.9...v4.0.10) Updates `mongodb` from 2.2.36 to 7.0.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.0.0) --- updated-dependencies: - dependency-name: marked dependency-version: 4.0.10 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: mongodb dependency-version: 7.0.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fc6923d..c4d4f01 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,8 @@ "express-session": "^1.13.0", "forever": "^0.15.1", "helmet": "^2.0.0", - "marked": "0.3.9", - "mongodb": "^2.1.18", + "marked": "4.0.10", + "mongodb": "^7.0.0", "node-esapi": "0.0.1", "serve-favicon": "^2.3.0", "swig": "^1.4.2",