From 9370d89d55819e0a0fcbde34ee817349f265e1be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 20:19:14 +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.19.2 - [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.19.2) 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..f53453a4bd 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.19.2", "http-proxy": "1.18.1", "nunjucks": "3.2.4", - "ws": "7.4.6" + "ws": "7.5.10" } }