From 98446c1ba30e7c06b0442a4d0b289e2c4231bf2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 20:47:21 +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 /src/nodejs/NarrativeServer directory: [express](https://github.com/expressjs/express) and [ws](https://github.com/websockets/ws). Updates `express` from 4.14.0 to 4.20.0 - [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/4.14.0...4.20.0) Updates `ws` from 7.4.6 to 7.5.10 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.4.6...7.5.10) --- updated-dependencies: - dependency-name: express dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: ws dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- src/nodejs/NarrativeServer/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nodejs/NarrativeServer/package.json b/src/nodejs/NarrativeServer/package.json index 30b8cef3d3..6b7e24849b 100644 --- a/src/nodejs/NarrativeServer/package.json +++ b/src/nodejs/NarrativeServer/package.json @@ -14,9 +14,9 @@ "cookie": "0.3.1", "cookie-parser": "1.4.3", "dockerode": "2.3.0", - "express": "4.14.0", + "express": "4.20.0", "http-proxy": "1.18.1", "nunjucks": "3.2.4", - "ws": "7.4.6" + "ws": "7.5.10" } }